Home
last modified time | relevance | path

Searched refs:defprop_flags (Results 1 – 25 of 50) sorted by relevance

12

/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_hthread_builtins.c437 duk_small_uint_t defprop_flags; in duk_hthread_create_builtin_objects() local
448 defprop_flags = (duk_small_uint_t) duk_bd_decode_flagged(bd, in duk_hthread_create_builtin_objects()
451 defprop_flags |= DUK_DEFPROP_FORCE | in duk_hthread_create_builtin_objects()
515 defprop_flags |= DUK_DEFPROP_HAVE_GETTER; in duk_hthread_create_builtin_objects()
521 defprop_flags |= DUK_DEFPROP_HAVE_SETTER; in duk_hthread_create_builtin_objects()
527 defprop_flags &= ~(DUK_DEFPROP_HAVE_VALUE | DUK_DEFPROP_HAVE_WRITABLE); in duk_hthread_create_builtin_objects()
537 duk_def_prop(thr, (duk_idx_t) i, defprop_flags); in duk_hthread_create_builtin_objects()
555 duk_small_uint_t defprop_flags; in duk_hthread_create_builtin_objects() local
675 defprop_flags = (duk_small_uint_t) duk_bd_decode_flagged(bd, in duk_hthread_create_builtin_objects()
678 defprop_flags |= DUK_DEFPROP_FORCE | in duk_hthread_create_builtin_objects()
[all …]
H A Dduk_bi_object.c140 duk_uint_t defprop_flags; in duk_bi_object_constructor_define_properties() local
189 &defprop_flags, in duk_bi_object_constructor_define_properties()
205 defprop_flags, in duk_bi_object_constructor_define_properties()
486 duk_uint_t defprop_flags; in duk_bi_object_constructor_define_property() local
526 &defprop_flags, in duk_bi_object_constructor_define_property()
538 defprop_flags, in duk_bi_object_constructor_define_property()
H A Dduk_hobject_props.c5045 duk_uint_t defprop_flags = 0; local
5065 defprop_flags |= DUK_DEFPROP_HAVE_VALUE;
5074 defprop_flags |= DUK_DEFPROP_HAVE_WRITABLE;
5097 defprop_flags |= DUK_DEFPROP_HAVE_GETTER;
5119 defprop_flags |= DUK_DEFPROP_HAVE_SETTER;
5126 defprop_flags |= DUK_DEFPROP_HAVE_ENUMERABLE;
5134 defprop_flags |= DUK_DEFPROP_HAVE_CONFIGURABLE;
5142 *out_defprop_flags = defprop_flags;
5217 has_get = (defprop_flags & DUK_DEFPROP_HAVE_GETTER);
5218 has_set = (defprop_flags & DUK_DEFPROP_HAVE_SETTER);
[all …]
H A Dduk_js_executor.c2197 duk_uint_t defprop_flags; local
2214 defprop_flags = DUK_DEFPROP_HAVE_SETTER |
2219 defprop_flags = DUK_DEFPROP_HAVE_GETTER |
2224 duk_def_prop(thr, (duk_idx_t) DUK_DEC_A(ins), defprop_flags);
H A Dduk_hobject.h927 duk_uint_t defprop_flags,
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_hthread_builtins.c437 duk_small_uint_t defprop_flags; in duk_hthread_create_builtin_objects() local
448 defprop_flags = (duk_small_uint_t) duk_bd_decode_flagged(bd, in duk_hthread_create_builtin_objects()
451 defprop_flags |= DUK_DEFPROP_FORCE | in duk_hthread_create_builtin_objects()
515 defprop_flags |= DUK_DEFPROP_HAVE_GETTER; in duk_hthread_create_builtin_objects()
521 defprop_flags |= DUK_DEFPROP_HAVE_SETTER; in duk_hthread_create_builtin_objects()
527 defprop_flags &= ~(DUK_DEFPROP_HAVE_VALUE | DUK_DEFPROP_HAVE_WRITABLE); in duk_hthread_create_builtin_objects()
537 duk_def_prop(thr, (duk_idx_t) i, defprop_flags); in duk_hthread_create_builtin_objects()
555 duk_small_uint_t defprop_flags; in duk_hthread_create_builtin_objects() local
675 defprop_flags = (duk_small_uint_t) duk_bd_decode_flagged(bd, in duk_hthread_create_builtin_objects()
678 defprop_flags |= DUK_DEFPROP_FORCE | in duk_hthread_create_builtin_objects()
[all …]
H A Dduk_bi_object.c140 duk_uint_t defprop_flags; in duk_bi_object_constructor_define_properties() local
189 &defprop_flags, in duk_bi_object_constructor_define_properties()
205 defprop_flags, in duk_bi_object_constructor_define_properties()
486 duk_uint_t defprop_flags; in duk_bi_object_constructor_define_property() local
526 &defprop_flags, in duk_bi_object_constructor_define_property()
538 defprop_flags, in duk_bi_object_constructor_define_property()
H A Dduk_hobject_props.c5045 duk_uint_t defprop_flags = 0; local
5065 defprop_flags |= DUK_DEFPROP_HAVE_VALUE;
5074 defprop_flags |= DUK_DEFPROP_HAVE_WRITABLE;
5097 defprop_flags |= DUK_DEFPROP_HAVE_GETTER;
5119 defprop_flags |= DUK_DEFPROP_HAVE_SETTER;
5126 defprop_flags |= DUK_DEFPROP_HAVE_ENUMERABLE;
5134 defprop_flags |= DUK_DEFPROP_HAVE_CONFIGURABLE;
5142 *out_defprop_flags = defprop_flags;
5217 has_get = (defprop_flags & DUK_DEFPROP_HAVE_GETTER);
5218 has_set = (defprop_flags & DUK_DEFPROP_HAVE_SETTER);
[all …]
H A Dduk_js_executor.c2197 duk_uint_t defprop_flags; local
2214 defprop_flags = DUK_DEFPROP_HAVE_SETTER |
2219 defprop_flags = DUK_DEFPROP_HAVE_GETTER |
2224 duk_def_prop(thr, (duk_idx_t) DUK_DEC_A(ins), defprop_flags);
H A Dduk_hobject.h927 duk_uint_t defprop_flags,
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_hthread_builtins.c437 duk_small_uint_t defprop_flags; in duk_hthread_create_builtin_objects() local
448 defprop_flags = (duk_small_uint_t) duk_bd_decode_flagged(bd, in duk_hthread_create_builtin_objects()
451 defprop_flags |= DUK_DEFPROP_FORCE | in duk_hthread_create_builtin_objects()
515 defprop_flags |= DUK_DEFPROP_HAVE_GETTER; in duk_hthread_create_builtin_objects()
521 defprop_flags |= DUK_DEFPROP_HAVE_SETTER; in duk_hthread_create_builtin_objects()
527 defprop_flags &= ~(DUK_DEFPROP_HAVE_VALUE | DUK_DEFPROP_HAVE_WRITABLE); in duk_hthread_create_builtin_objects()
537 duk_def_prop(thr, (duk_idx_t) i, defprop_flags); in duk_hthread_create_builtin_objects()
555 duk_small_uint_t defprop_flags; in duk_hthread_create_builtin_objects() local
675 defprop_flags = (duk_small_uint_t) duk_bd_decode_flagged(bd, in duk_hthread_create_builtin_objects()
678 defprop_flags |= DUK_DEFPROP_FORCE | in duk_hthread_create_builtin_objects()
[all …]
H A Dduk_bi_object.c140 duk_uint_t defprop_flags; in duk_bi_object_constructor_define_properties() local
189 &defprop_flags, in duk_bi_object_constructor_define_properties()
205 defprop_flags, in duk_bi_object_constructor_define_properties()
486 duk_uint_t defprop_flags; in duk_bi_object_constructor_define_property() local
526 &defprop_flags, in duk_bi_object_constructor_define_property()
538 defprop_flags, in duk_bi_object_constructor_define_property()
H A Dduk_hobject_props.c5045 duk_uint_t defprop_flags = 0; local
5065 defprop_flags |= DUK_DEFPROP_HAVE_VALUE;
5074 defprop_flags |= DUK_DEFPROP_HAVE_WRITABLE;
5097 defprop_flags |= DUK_DEFPROP_HAVE_GETTER;
5119 defprop_flags |= DUK_DEFPROP_HAVE_SETTER;
5126 defprop_flags |= DUK_DEFPROP_HAVE_ENUMERABLE;
5134 defprop_flags |= DUK_DEFPROP_HAVE_CONFIGURABLE;
5142 *out_defprop_flags = defprop_flags;
5217 has_get = (defprop_flags & DUK_DEFPROP_HAVE_GETTER);
5218 has_set = (defprop_flags & DUK_DEFPROP_HAVE_SETTER);
[all …]
H A Dduk_js_executor.c2197 duk_uint_t defprop_flags; local
2214 defprop_flags = DUK_DEFPROP_HAVE_SETTER |
2219 defprop_flags = DUK_DEFPROP_HAVE_GETTER |
2224 duk_def_prop(thr, (duk_idx_t) DUK_DEC_A(ins), defprop_flags);
H A Dduk_hobject.h927 duk_uint_t defprop_flags,
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_hthread_builtins.c437 duk_small_uint_t defprop_flags; in duk_hthread_create_builtin_objects() local
448 defprop_flags = (duk_small_uint_t) duk_bd_decode_flagged(bd, in duk_hthread_create_builtin_objects()
451 defprop_flags |= DUK_DEFPROP_FORCE | in duk_hthread_create_builtin_objects()
515 defprop_flags |= DUK_DEFPROP_HAVE_GETTER; in duk_hthread_create_builtin_objects()
521 defprop_flags |= DUK_DEFPROP_HAVE_SETTER; in duk_hthread_create_builtin_objects()
527 defprop_flags &= ~(DUK_DEFPROP_HAVE_VALUE | DUK_DEFPROP_HAVE_WRITABLE); in duk_hthread_create_builtin_objects()
537 duk_def_prop(thr, (duk_idx_t) i, defprop_flags); in duk_hthread_create_builtin_objects()
555 duk_small_uint_t defprop_flags; in duk_hthread_create_builtin_objects() local
675 defprop_flags = (duk_small_uint_t) duk_bd_decode_flagged(bd, in duk_hthread_create_builtin_objects()
678 defprop_flags |= DUK_DEFPROP_FORCE | in duk_hthread_create_builtin_objects()
[all …]
H A Dduk_bi_object.c140 duk_uint_t defprop_flags; in duk_bi_object_constructor_define_properties() local
189 &defprop_flags, in duk_bi_object_constructor_define_properties()
205 defprop_flags, in duk_bi_object_constructor_define_properties()
486 duk_uint_t defprop_flags; in duk_bi_object_constructor_define_property() local
526 &defprop_flags, in duk_bi_object_constructor_define_property()
538 defprop_flags, in duk_bi_object_constructor_define_property()
H A Dduk_hobject_props.c5045 duk_uint_t defprop_flags = 0; local
5065 defprop_flags |= DUK_DEFPROP_HAVE_VALUE;
5074 defprop_flags |= DUK_DEFPROP_HAVE_WRITABLE;
5097 defprop_flags |= DUK_DEFPROP_HAVE_GETTER;
5119 defprop_flags |= DUK_DEFPROP_HAVE_SETTER;
5126 defprop_flags |= DUK_DEFPROP_HAVE_ENUMERABLE;
5134 defprop_flags |= DUK_DEFPROP_HAVE_CONFIGURABLE;
5142 *out_defprop_flags = defprop_flags;
5217 has_get = (defprop_flags & DUK_DEFPROP_HAVE_GETTER);
5218 has_set = (defprop_flags & DUK_DEFPROP_HAVE_SETTER);
[all …]
H A Dduk_js_executor.c2197 duk_uint_t defprop_flags; local
2214 defprop_flags = DUK_DEFPROP_HAVE_SETTER |
2219 defprop_flags = DUK_DEFPROP_HAVE_GETTER |
2224 duk_def_prop(thr, (duk_idx_t) DUK_DEC_A(ins), defprop_flags);
H A Dduk_hobject.h927 duk_uint_t defprop_flags,
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_bi_object.c205 duk_uint_t defprop_flags; in duk_bi_object_constructor_define_property() local
240 &defprop_flags, in duk_bi_object_constructor_define_property()
250 defprop_flags, in duk_bi_object_constructor_define_property()
271 duk_uint_t defprop_flags; in duk_bi_object_constructor_define_properties() local
320 &defprop_flags, in duk_bi_object_constructor_define_properties()
335 defprop_flags, in duk_bi_object_constructor_define_properties()
H A Dduk_hobject_props.c4870 duk_uint_t defprop_flags = 0; in duk_hobject_prepare_property_descriptor() local
4890 defprop_flags |= DUK_DEFPROP_HAVE_VALUE; in duk_hobject_prepare_property_descriptor()
4902 defprop_flags |= DUK_DEFPROP_HAVE_WRITABLE; in duk_hobject_prepare_property_descriptor()
4926 defprop_flags |= DUK_DEFPROP_HAVE_GETTER; in duk_hobject_prepare_property_descriptor()
4951 defprop_flags |= DUK_DEFPROP_HAVE_SETTER; in duk_hobject_prepare_property_descriptor()
4961 defprop_flags |= DUK_DEFPROP_HAVE_ENUMERABLE; in duk_hobject_prepare_property_descriptor()
4970 defprop_flags |= DUK_DEFPROP_HAVE_CONFIGURABLE; in duk_hobject_prepare_property_descriptor()
4979 *out_defprop_flags = defprop_flags; in duk_hobject_prepare_property_descriptor()
5054 has_get = (defprop_flags & DUK_DEFPROP_HAVE_GETTER); in duk_hobject_define_property_helper()
5055 has_set = (defprop_flags & DUK_DEFPROP_HAVE_SETTER); in duk_hobject_define_property_helper()
[all …]
H A Dduk_hobject.h880 duk_uint_t defprop_flags,
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_bi_object.c205 duk_uint_t defprop_flags; in duk_bi_object_constructor_define_property() local
240 &defprop_flags, in duk_bi_object_constructor_define_property()
250 defprop_flags, in duk_bi_object_constructor_define_property()
271 duk_uint_t defprop_flags; in duk_bi_object_constructor_define_properties() local
320 &defprop_flags, in duk_bi_object_constructor_define_properties()
335 defprop_flags, in duk_bi_object_constructor_define_properties()
H A Dduk_hobject_props.c4866 duk_uint_t defprop_flags = 0; in duk_hobject_prepare_property_descriptor() local
4886 defprop_flags |= DUK_DEFPROP_HAVE_VALUE; in duk_hobject_prepare_property_descriptor()
4898 defprop_flags |= DUK_DEFPROP_HAVE_WRITABLE; in duk_hobject_prepare_property_descriptor()
4922 defprop_flags |= DUK_DEFPROP_HAVE_GETTER; in duk_hobject_prepare_property_descriptor()
4947 defprop_flags |= DUK_DEFPROP_HAVE_SETTER; in duk_hobject_prepare_property_descriptor()
4957 defprop_flags |= DUK_DEFPROP_HAVE_ENUMERABLE; in duk_hobject_prepare_property_descriptor()
4966 defprop_flags |= DUK_DEFPROP_HAVE_CONFIGURABLE; in duk_hobject_prepare_property_descriptor()
4975 *out_defprop_flags = defprop_flags; in duk_hobject_prepare_property_descriptor()
5050 has_get = (defprop_flags & DUK_DEFPROP_HAVE_GETTER); in duk_hobject_define_property_helper()
5051 has_set = (defprop_flags & DUK_DEFPROP_HAVE_SETTER); in duk_hobject_define_property_helper()
[all …]

12