Home
last modified time | relevance | path

Searched refs:JS_GPN_STRING_MASK (Results 1 – 11 of 11) sorted by relevance

/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.h757 #define JS_GPN_STRING_MASK (1 << 0) macro
H A Dquickjs.c7506 if (flags & JS_GPN_STRING_MASK) { in JS_GetOwnPropertyNamesInternal()
7510 if (flags & JS_GPN_STRING_MASK) { in JS_GetOwnPropertyNamesInternal()
7589 if (flags & JS_GPN_STRING_MASK) { in JS_GetOwnPropertyNamesInternal()
7594 if (flags & JS_GPN_STRING_MASK) { in JS_GetOwnPropertyNamesInternal()
15146 JS_GPN_STRING_MASK | JS_GPN_ENUM_ONLY)) in build_for_in_iterator()
15660 gpn_flags = JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK | JS_GPN_ENUM_ONLY; in JS_CopyDataProperties()
36679 JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK)) in js_object_getOwnPropertyDescriptors()
37000 flags = JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK; in js_object_seal()
37044 flags = JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK; in js_object_isSealed()
44364 JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK, in js_reflect_ownKeys()
[all …]
H A Dquickjs-libc.c2736 JS_GPN_STRING_MASK | JS_GPN_ENUM_ONLY) < 0) in build_envp()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.h735 #define JS_GPN_STRING_MASK (1 << 0) macro
H A Dquickjs.c14516 JS_GPN_STRING_MASK | JS_GPN_ENUM_ONLY)) in build_for_in_iterator()
14548 JS_GPN_STRING_MASK | JS_GPN_ENUM_ONLY)) in build_for_in_iterator()
14562 JS_GPN_STRING_MASK | JS_GPN_SET_ENUM)) in build_for_in_iterator()
15052 JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK | in JS_CopyDataProperties()
34988 JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK)) in js_object_getOwnPropertyDescriptors()
35106 JS_GPN_STRING_MASK, JS_ITERATOR_KIND_KEY); in js_object_getOwnPropertyNames()
35306 flags = JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK; in js_object_seal()
35350 flags = JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK; in js_object_isSealed()
42931 JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK, in js_reflect_ownKeys()
43623 JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK); in js_proxy_get_own_property_names()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.h735 #define JS_GPN_STRING_MASK (1 << 0) macro
H A Dquickjs.c14518 JS_GPN_STRING_MASK | JS_GPN_ENUM_ONLY)) in build_for_in_iterator()
14550 JS_GPN_STRING_MASK | JS_GPN_ENUM_ONLY)) in build_for_in_iterator()
14564 JS_GPN_STRING_MASK | JS_GPN_SET_ENUM)) in build_for_in_iterator()
15054 JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK | in JS_CopyDataProperties()
34990 JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK)) in js_object_getOwnPropertyDescriptors()
35108 JS_GPN_STRING_MASK, JS_ITERATOR_KIND_KEY); in js_object_getOwnPropertyNames()
35308 flags = JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK; in js_object_seal()
35352 flags = JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK; in js_object_isSealed()
42933 JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK, in js_reflect_ownKeys()
43625 JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK); in js_proxy_get_own_property_names()
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.h777 #define JS_GPN_STRING_MASK (1 << 0) macro
H A Dquickjs.c7549 if (flags & JS_GPN_STRING_MASK) { in JS_GetOwnPropertyNamesInternal()
7553 if (flags & JS_GPN_STRING_MASK) { in JS_GetOwnPropertyNamesInternal()
7632 if (flags & JS_GPN_STRING_MASK) { in JS_GetOwnPropertyNamesInternal()
7637 if (flags & JS_GPN_STRING_MASK) { in JS_GetOwnPropertyNamesInternal()
15193 JS_GPN_STRING_MASK | JS_GPN_ENUM_ONLY)) in build_for_in_iterator()
15707 gpn_flags = JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK | JS_GPN_ENUM_ONLY; in JS_CopyDataProperties()
36726 JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK)) in js_object_getOwnPropertyDescriptors()
37047 flags = JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK; in js_object_seal()
37091 flags = JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK; in js_object_isSealed()
44420 JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK, in js_reflect_ownKeys()
[all …]
H A Dquickjs-libc.c2730 JS_GPN_STRING_MASK | JS_GPN_ENUM_ONLY) < 0) in build_envp()
/dports/games/warzone2100/warzone2100/src/
H A Dquickjs_backend.cpp2878 int32_t flags = (JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK); in QuickJS_EnumerateObjectProperties()