Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DObjLiteral.cpp113 enum class PropertySetKind { enum
118 template <PropertySetKind kind>
133 MOZ_ASSERT_IF(kind == PropertySetKind::UniqueNames, in InterpretObjLiteralObj()
136 if (kind == PropertySetKind::Normal && insn.getKey().isArrayIndex()) { in InterpretObjLiteralObj()
147 if constexpr (kind == PropertySetKind::UniqueNames) { in InterpretObjLiteralObj()
181 if (!InterpretObjLiteralObj<PropertySetKind::UniqueNames>( in InterpretObjLiteralObj()
186 if (!InterpretObjLiteralObj<PropertySetKind::Normal>(cx, obj, atomCache, in InterpretObjLiteralObj()
217 template <PropertySetKind kind>
246 if constexpr (kind == PropertySetKind::UniqueNames) { in InterpretObjLiteralShape()
286 return InterpretObjLiteralShape<PropertySetKind::UniqueNames>( in InterpretObjLiteralShape()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DObjLiteral.cpp112 enum class PropertySetKind { enum
117 template <PropertySetKind kind>
135 MOZ_ASSERT_IF(kind == PropertySetKind::UniqueNames, in InterpretObjLiteralObj()
138 if (kind == PropertySetKind::Normal && insn.getKey().isArrayIndex()) { in InterpretObjLiteralObj()
153 if (kind == PropertySetKind::UniqueNames) { in InterpretObjLiteralObj()
188 if (!InterpretObjLiteralObj<PropertySetKind::UniqueNames>( in InterpretObjLiteralObj()
193 if (!InterpretObjLiteralObj<PropertySetKind::Normal>(cx, obj, atomCache, in InterpretObjLiteralObj()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DObjLiteral.cpp112 enum class PropertySetKind { enum
117 template <PropertySetKind kind>
135 MOZ_ASSERT_IF(kind == PropertySetKind::UniqueNames, in InterpretObjLiteralObj()
138 if (kind == PropertySetKind::Normal && insn.getKey().isArrayIndex()) { in InterpretObjLiteralObj()
153 if (kind == PropertySetKind::UniqueNames) { in InterpretObjLiteralObj()
188 if (!InterpretObjLiteralObj<PropertySetKind::UniqueNames>( in InterpretObjLiteralObj()
193 if (!InterpretObjLiteralObj<PropertySetKind::Normal>(cx, obj, atomCache, in InterpretObjLiteralObj()