Lines Matching refs:is_enumerable
7394 BOOL is_enumerable, num_sorted; in JS_GetOwnPropertyNamesInternal() local
7412 is_enumerable = ((prs->flags & JS_PROP_ENUMERABLE) != 0); in JS_GetOwnPropertyNamesInternal()
7414 if ((!(flags & JS_GPN_ENUM_ONLY) || is_enumerable) && in JS_GetOwnPropertyNamesInternal()
7462 is_enumerable = FALSE; in JS_GetOwnPropertyNamesInternal()
7473 is_enumerable = in JS_GetOwnPropertyNamesInternal()
7477 tab_exotic[i].is_enumerable = is_enumerable; in JS_GetOwnPropertyNamesInternal()
7479 if (!(flags & JS_GPN_ENUM_ONLY) || is_enumerable) { in JS_GetOwnPropertyNamesInternal()
7513 is_enumerable = ((prs->flags & JS_PROP_ENUMERABLE) != 0); in JS_GetOwnPropertyNamesInternal()
7515 if ((!(flags & JS_GPN_ENUM_ONLY) || 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()
7551 if ((!(flags & JS_GPN_ENUM_ONLY) || is_enumerable) && in JS_GetOwnPropertyNamesInternal()
7562 tab_atom[j].is_enumerable = is_enumerable; in JS_GetOwnPropertyNamesInternal()
14914 (tab_atom[i].is_enumerable ? JS_PROP_ENUMERABLE : 0)); in build_for_in_iterator()
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()
44453 if (!tab[i].is_enumerable) { in js_proxy_get_own_property_names()