Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/http/
A Dmodule_http.c457 int ret = JS_GetOwnPropertyNames(ctx, &ptab, &plen, headers, JS_GPN_STRING_MASK); in native_http_get_param()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.h751 #define JS_GPN_STRING_MASK (1 << 0) macro
A Dquickjs.c7449 if (flags & JS_GPN_STRING_MASK) { in JS_GetOwnPropertyNamesInternal()
7533 if (flags & JS_GPN_STRING_MASK) { in JS_GetOwnPropertyNamesInternal()
14910 JS_GPN_STRING_MASK | JS_GPN_SET_ENUM)) in build_for_in_iterator()
15397 JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK | in JS_CopyDataProperties()
36033 JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK)) in js_object_getOwnPropertyDescriptors()
36151 JS_GPN_STRING_MASK, JS_ITERATOR_KIND_KEY); in js_object_getOwnPropertyNames()
36165 JS_GPN_ENUM_ONLY | JS_GPN_STRING_MASK, kind); in js_object_keys()
36354 flags = JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK; in js_object_seal()
36398 flags = JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK; in js_object_isSealed()
43688 JS_GPN_STRING_MASK | JS_GPN_SYMBOL_MASK, in js_reflect_ownKeys()
[all …]
A Dquickjs-libc.c2611 JS_GPN_STRING_MASK | JS_GPN_ENUM_ONLY) < 0) in build_envp()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/
A Dquickjs_libc.c2870 JS_GPN_STRING_MASK | JS_GPN_ENUM_ONLY) < 0) { in build_envp()

Completed in 126 milliseconds