Searched refs:JS_GPN_ENUM_ONLY (Results 1 – 3 of 3) sorted by relevance
767 #define JS_GPN_ENUM_ONLY (1 << 4) macro
2669 JS_GPN_STRING_MASK | JS_GPN_ENUM_ONLY) < 0) in build_envp()
7508 if ((!(flags & JS_GPN_ENUM_ONLY) || is_enumerable) && in JS_GetOwnPropertyNamesInternal()7513 (flags & (JS_GPN_SET_ENUM | JS_GPN_ENUM_ONLY))) { in JS_GetOwnPropertyNamesInternal()7551 if (flags & (JS_GPN_SET_ENUM | JS_GPN_ENUM_ONLY)) { in JS_GetOwnPropertyNamesInternal()7567 if (!(flags & JS_GPN_ENUM_ONLY) || is_enumerable) { in JS_GetOwnPropertyNamesInternal()7597 if ((!(flags & JS_GPN_ENUM_ONLY) || is_enumerable) && in JS_GetOwnPropertyNamesInternal()7640 if ((!(flags & JS_GPN_ENUM_ONLY) || is_enumerable) && in JS_GetOwnPropertyNamesInternal()15131 JS_GPN_STRING_MASK | JS_GPN_ENUM_ONLY)) in build_for_in_iterator()15154 JS_GPN_STRING_MASK | JS_GPN_ENUM_ONLY)) in build_for_in_iterator()15654 JS_GPN_ENUM_ONLY)) in JS_CopyDataProperties()36411 …if (JS_GetOwnPropertyNamesInternal(ctx, &atoms, &len, p, JS_GPN_ENUM_ONLY | JS_GPN_STRING_MASK | J… in JS_ObjectDefineProperties()[all …]