Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/js/src/builtin/
H A DObject.cpp1632 constexpr bool onlyEnumerable = kind != EnumerableOwnPropertiesKind::Names; in TryEnumerableOwnPropertiesNative() local
1633 if (!onlyEnumerable || nobj->hasEnumerableProperty()) { in TryEnumerableOwnPropertiesNative()
1646 if ((onlyEnumerable && !iter->enumerable()) || id.isSymbol()) { in TryEnumerableOwnPropertiesNative()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DObject.cpp1380 constexpr bool onlyEnumerable = kind != EnumerableOwnPropertiesKind::Names; in TryEnumerableOwnPropertiesNative() local
1394 if ((onlyEnumerable && !shape->enumerable()) || JSID_IS_SYMBOL(id)) { in TryEnumerableOwnPropertiesNative()
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/
H A DObject.cpp1548 constexpr bool onlyEnumerable = kind != EnumerableOwnPropertiesKind::Names; in TryEnumerableOwnPropertiesNative() local
1561 if ((onlyEnumerable && !iter->enumerable()) || id.isSymbol()) { in TryEnumerableOwnPropertiesNative()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DObject.cpp1168 constexpr bool onlyEnumerable = kind != EnumerableOwnPropertiesKind::Names; in TryEnumerableOwnPropertiesNative() local
1181 if ((onlyEnumerable && !shape->enumerable()) || JSID_IS_SYMBOL(id)) in TryEnumerableOwnPropertiesNative()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/
H A DObject.cpp1548 constexpr bool onlyEnumerable = kind != EnumerableOwnPropertiesKind::Names; in TryEnumerableOwnPropertiesNative() local
1561 if ((onlyEnumerable && !iter->enumerable()) || id.isSymbol()) { in TryEnumerableOwnPropertiesNative()