Home
last modified time | relevance | path

Searched refs:DUK_PROPDESC_FLAGS_NONE (Results 1 – 25 of 108) sorted by relevance

12345

/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_bi_function.c286 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_INT_TARGET, DUK_PROPDESC_FLAGS_NONE); in duk_bi_function_prototype_bind()
289 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_INT_THIS, DUK_PROPDESC_FLAGS_NONE); in duk_bi_function_prototype_bind()
299 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_INT_ARGS, DUK_PROPDESC_FLAGS_NONE); in duk_bi_function_prototype_bind()
316 …duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_LENGTH, DUK_PROPDESC_FLAGS_NONE); /* attrs in E5 Section… in duk_bi_function_prototype_bind()
319 duk_xdef_prop_stridx_thrower(ctx, -1, DUK_STRIDX_CALLER, DUK_PROPDESC_FLAGS_NONE); in duk_bi_function_prototype_bind()
320 duk_xdef_prop_stridx_thrower(ctx, -1, DUK_STRIDX_LC_ARGUMENTS, DUK_PROPDESC_FLAGS_NONE); in duk_bi_function_prototype_bind()
H A Dduk_bi_proxy.c53 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_INT_TARGET, DUK_PROPDESC_FLAGS_NONE); in duk_bi_proxy_constructor()
57 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_INT_HANDLER, DUK_PROPDESC_FLAGS_NONE); in duk_bi_proxy_constructor()
H A Dduk_hthread_builtins.c131 duk_xdef_prop_stridx(thr, -2, DUK_STRIDX_INT_TARGET, DUK_PROPDESC_FLAGS_NONE); in duk__duplicate_ram_global_object()
286 DUK_PROPDESC_FLAGS_W : DUK_PROPDESC_FLAGS_NONE); in duk_hthread_create_builtin_objects()
338 DUK_PROPDESC_FLAGS_W : DUK_PROPDESC_FLAGS_NONE)); in duk_hthread_create_builtin_objects()
400 duk_xdef_prop_stridx_builtin(ctx, i, DUK_STRIDX_PROTOTYPE, t, DUK_PROPDESC_FLAGS_NONE); in duk_hthread_create_builtin_objects()
611 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_LENGTH, DUK_PROPDESC_FLAGS_NONE); in duk_hthread_create_builtin_objects()
614 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_NAME, DUK_PROPDESC_FLAGS_NONE); in duk_hthread_create_builtin_objects()
H A Dduk_api_heap.c174 duk_xdef_prop_stridx(thr, -3, DUK_STRIDX_INT_TARGET, DUK_PROPDESC_FLAGS_NONE); in duk_set_global_object()
175 duk_xdef_prop_stridx(thr, -2, DUK_STRIDX_INT_THIS, DUK_PROPDESC_FLAGS_NONE); in duk_set_global_object()
H A Dduk_regexp_compiler.c1043 duk_xdef_prop_stridx(ctx, -3, DUK_STRIDX_INT_BYTECODE, DUK_PROPDESC_FLAGS_NONE); in duk_regexp_create_instance()
1047 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_SOURCE, DUK_PROPDESC_FLAGS_NONE); in duk_regexp_create_instance()
1052 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_GLOBAL, DUK_PROPDESC_FLAGS_NONE); in duk_regexp_create_instance()
1055 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_IGNORE_CASE, DUK_PROPDESC_FLAGS_NONE); in duk_regexp_create_instance()
1058 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_MULTILINE, DUK_PROPDESC_FLAGS_NONE); in duk_regexp_create_instance()
H A Dduk_bi_pointer.c32 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_INT_VALUE, DUK_PROPDESC_FLAGS_NONE); in duk_bi_pointer_constructor()
H A Dduk_bi_boolean.c64 …duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_INT_VALUE, DUK_PROPDESC_FLAGS_NONE); /* XXX: proper flag… in duk_bi_boolean_constructor()
H A Dduk_api_bytecode.c563 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_LENGTH, DUK_PROPDESC_FLAGS_NONE); in duk__load_func()
580 duk_xdef_prop(ctx, -3, DUK_PROPDESC_FLAGS_NONE); /* -> [ func funcname env ] */ in duk__load_func()
586 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_NAME, DUK_PROPDESC_FLAGS_NONE); in duk__load_func()
613 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_INT_VARMAP, DUK_PROPDESC_FLAGS_NONE); in duk__load_func()
626 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_INT_FORMALS, DUK_PROPDESC_FLAGS_NONE); in duk__load_func()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_bi_function.c286 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_INT_TARGET, DUK_PROPDESC_FLAGS_NONE); in duk_bi_function_prototype_bind()
289 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_INT_THIS, DUK_PROPDESC_FLAGS_NONE); in duk_bi_function_prototype_bind()
299 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_INT_ARGS, DUK_PROPDESC_FLAGS_NONE); in duk_bi_function_prototype_bind()
316 …duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_LENGTH, DUK_PROPDESC_FLAGS_NONE); /* attrs in E5 Section… in duk_bi_function_prototype_bind()
319 duk_xdef_prop_stridx_thrower(ctx, -1, DUK_STRIDX_CALLER, DUK_PROPDESC_FLAGS_NONE); in duk_bi_function_prototype_bind()
320 duk_xdef_prop_stridx_thrower(ctx, -1, DUK_STRIDX_LC_ARGUMENTS, DUK_PROPDESC_FLAGS_NONE); in duk_bi_function_prototype_bind()
H A Dduk_bi_proxy.c53 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_INT_TARGET, DUK_PROPDESC_FLAGS_NONE); in duk_bi_proxy_constructor()
57 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_INT_HANDLER, DUK_PROPDESC_FLAGS_NONE); in duk_bi_proxy_constructor()
H A Dduk_hthread_builtins.c132 duk_xdef_prop_stridx(thr, -3, DUK_STRIDX_INT_TARGET, DUK_PROPDESC_FLAGS_NONE); in duk__duplicate_ram_global_object()
133 …duk_xdef_prop_stridx(thr, -2, DUK_STRIDX_INT_THIS, DUK_PROPDESC_FLAGS_NONE); /* always provideThi… in duk__duplicate_ram_global_object()
287 DUK_PROPDESC_FLAGS_W : DUK_PROPDESC_FLAGS_NONE); in duk_hthread_create_builtin_objects()
339 DUK_PROPDESC_FLAGS_W : DUK_PROPDESC_FLAGS_NONE)); in duk_hthread_create_builtin_objects()
401 duk_xdef_prop_stridx_builtin(ctx, i, DUK_STRIDX_PROTOTYPE, t, DUK_PROPDESC_FLAGS_NONE); in duk_hthread_create_builtin_objects()
612 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_LENGTH, DUK_PROPDESC_FLAGS_NONE); in duk_hthread_create_builtin_objects()
615 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_NAME, DUK_PROPDESC_FLAGS_NONE); in duk_hthread_create_builtin_objects()
H A Dduk_api_heap.c114 duk_xdef_prop_stridx(thr, -3, DUK_STRIDX_INT_TARGET, DUK_PROPDESC_FLAGS_NONE); in duk_set_global_object()
115 duk_xdef_prop_stridx(thr, -2, DUK_STRIDX_INT_THIS, DUK_PROPDESC_FLAGS_NONE); in duk_set_global_object()
H A Dduk_regexp_compiler.c1043 duk_xdef_prop_stridx(ctx, -3, DUK_STRIDX_INT_BYTECODE, DUK_PROPDESC_FLAGS_NONE); in duk_regexp_create_instance()
1047 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_SOURCE, DUK_PROPDESC_FLAGS_NONE); in duk_regexp_create_instance()
1052 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_GLOBAL, DUK_PROPDESC_FLAGS_NONE); in duk_regexp_create_instance()
1055 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_IGNORE_CASE, DUK_PROPDESC_FLAGS_NONE); in duk_regexp_create_instance()
1058 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_MULTILINE, DUK_PROPDESC_FLAGS_NONE); in duk_regexp_create_instance()
H A Dduk_bi_pointer.c32 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_INT_VALUE, DUK_PROPDESC_FLAGS_NONE); in duk_bi_pointer_constructor()
H A Dduk_bi_boolean.c64 …duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_INT_VALUE, DUK_PROPDESC_FLAGS_NONE); /* XXX: proper flag… in duk_bi_boolean_constructor()
H A Dduk_api_bytecode.c563 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_LENGTH, DUK_PROPDESC_FLAGS_NONE); in duk__load_func()
580 duk_xdef_prop(ctx, -3, DUK_PROPDESC_FLAGS_NONE); /* -> [ func funcname env ] */ in duk__load_func()
586 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_NAME, DUK_PROPDESC_FLAGS_NONE); in duk__load_func()
613 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_INT_VARMAP, DUK_PROPDESC_FLAGS_NONE); in duk__load_func()
626 duk_xdef_prop_stridx(ctx, -2, DUK_STRIDX_INT_FORMALS, DUK_PROPDESC_FLAGS_NONE); in duk__load_func()
H A Dduk_js_var.c261 duk_xdef_prop(ctx, -3, DUK_PROPDESC_FLAGS_NONE); /* -> [ ... closure template env ] */ in duk_js_push_closure()
364 duk_xdef_prop_stridx(ctx, -3, DUK_STRIDX_LENGTH, DUK_PROPDESC_FLAGS_NONE); in duk_js_push_closure()
401 duk_xdef_prop_stridx_thrower(ctx, -2, DUK_STRIDX_CALLER, DUK_PROPDESC_FLAGS_NONE); in duk_js_push_closure()
402 duk_xdef_prop_stridx_thrower(ctx, -2, DUK_STRIDX_LC_ARGUMENTS, DUK_PROPDESC_FLAGS_NONE); in duk_js_push_closure()
407 duk_xdef_prop_stridx(ctx, -3, DUK_STRIDX_CALLER, DUK_PROPDESC_FLAGS_NONE); in duk_js_push_closure()
434 …duk_xdef_prop_stridx(ctx, -3, DUK_STRIDX_NAME, DUK_PROPDESC_FLAGS_NONE); /* -> [ ... closure temp… in duk_js_push_closure()
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_bi_pointer.c33 duk_xdef_prop_stridx_short(thr, -2, DUK_STRIDX_INT_VALUE, DUK_PROPDESC_FLAGS_NONE); in duk_bi_pointer_constructor()
H A Dduk_bi_boolean.c63 …duk_xdef_prop_stridx_short(thr, -2, DUK_STRIDX_INT_VALUE, DUK_PROPDESC_FLAGS_NONE); /* XXX: prope… in duk_bi_boolean_constructor()
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_bi_pointer.c33 duk_xdef_prop_stridx_short(thr, -2, DUK_STRIDX_INT_VALUE, DUK_PROPDESC_FLAGS_NONE); in duk_bi_pointer_constructor()
H A Dduk_bi_boolean.c63 …duk_xdef_prop_stridx_short(thr, -2, DUK_STRIDX_INT_VALUE, DUK_PROPDESC_FLAGS_NONE); /* XXX: prope… in duk_bi_boolean_constructor()
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_bi_pointer.c33 duk_xdef_prop_stridx_short(thr, -2, DUK_STRIDX_INT_VALUE, DUK_PROPDESC_FLAGS_NONE); in duk_bi_pointer_constructor()
H A Dduk_bi_boolean.c63 …duk_xdef_prop_stridx_short(thr, -2, DUK_STRIDX_INT_VALUE, DUK_PROPDESC_FLAGS_NONE); /* XXX: prope… in duk_bi_boolean_constructor()
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_bi_pointer.c33 duk_xdef_prop_stridx_short(thr, -2, DUK_STRIDX_INT_VALUE, DUK_PROPDESC_FLAGS_NONE); in duk_bi_pointer_constructor()
H A Dduk_bi_boolean.c63 …duk_xdef_prop_stridx_short(thr, -2, DUK_STRIDX_INT_VALUE, DUK_PROPDESC_FLAGS_NONE); /* XXX: prope… in duk_bi_boolean_constructor()

12345