Home
last modified time | relevance | path

Searched refs:is_enumerable (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.h429 JS_BOOL is_enumerable; member
A Dquickjs.c7394 BOOL is_enumerable, num_sorted; in JS_GetOwnPropertyNamesInternal() local
7462 is_enumerable = FALSE; in JS_GetOwnPropertyNamesInternal()
7473 is_enumerable = in JS_GetOwnPropertyNamesInternal()
7477 tab_exotic[i].is_enumerable = is_enumerable; in JS_GetOwnPropertyNamesInternal()
7526 tab_atom[j].is_enumerable = is_enumerable; in JS_GetOwnPropertyNamesInternal()
7541 tab_atom[num_index].is_enumerable = TRUE; in JS_GetOwnPropertyNamesInternal()
7549 is_enumerable = tab_exotic[i].is_enumerable; in JS_GetOwnPropertyNamesInternal()
7562 tab_atom[j].is_enumerable = is_enumerable; in JS_GetOwnPropertyNamesInternal()
44403 tab[i].is_enumerable = FALSE; /* XXX: redundant? */ in js_proxy_get_own_property_names()
44446 tab[idx].is_enumerable = TRUE; in js_proxy_get_own_property_names()
[all …]
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c67703 duk_bool_t is_enumerable; local
67731 is_enumerable = (defprop_flags & DUK_DEFPROP_ENUMERABLE);
67749 (long) has_enumerable, (long) is_enumerable,
67905 if (has_enumerable && is_enumerable) {
67941 if (has_enumerable && is_enumerable) {
67999 if (is_enumerable) {
68088 if (!is_enumerable) {
68092 if (is_enumerable) {
68252 if (is_enumerable) {

Completed in 327 milliseconds