Lines Matching refs:is_enumerable
7487 BOOL is_enumerable, num_sorted; in JS_GetOwnPropertyNamesInternal() local
7506 is_enumerable = ((prs->flags & JS_PROP_ENUMERABLE) != 0); in JS_GetOwnPropertyNamesInternal()
7508 if ((!(flags & JS_GPN_ENUM_ONLY) || is_enumerable) && in JS_GetOwnPropertyNamesInternal()
7550 is_enumerable = FALSE; in JS_GetOwnPropertyNamesInternal()
7561 is_enumerable = in JS_GetOwnPropertyNamesInternal()
7565 tab_exotic[i].is_enumerable = is_enumerable; in JS_GetOwnPropertyNamesInternal()
7567 if (!(flags & JS_GPN_ENUM_ONLY) || is_enumerable) { in JS_GetOwnPropertyNamesInternal()
7595 is_enumerable = ((prs->flags & JS_PROP_ENUMERABLE) != 0); in JS_GetOwnPropertyNamesInternal()
7597 if ((!(flags & JS_GPN_ENUM_ONLY) || is_enumerable) && in JS_GetOwnPropertyNamesInternal()
7608 tab_atom[j].is_enumerable = is_enumerable; in JS_GetOwnPropertyNamesInternal()
7630 tab_atom[num_index].is_enumerable = TRUE; in JS_GetOwnPropertyNamesInternal()
7638 is_enumerable = tab_exotic[i].is_enumerable; in JS_GetOwnPropertyNamesInternal()
7640 if ((!(flags & JS_GPN_ENUM_ONLY) || is_enumerable) && in JS_GetOwnPropertyNamesInternal()
7643 tab_atom[sym_index].is_enumerable = is_enumerable; in JS_GetOwnPropertyNamesInternal()
15172 (tab_atom[i].is_enumerable ? in build_for_in_iterator()
45002 tab[i].is_enumerable = FALSE; /* XXX: redundant? */ in js_proxy_get_own_property_names()
45045 tab[idx].is_enumerable = TRUE; in js_proxy_get_own_property_names()
45052 if (!tab[i].is_enumerable) { in js_proxy_get_own_property_names()