Home
last modified time | relevance | path

Searched refs:ObjLiteralKey (Results 1 – 4 of 4) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DObjLiteral.h202 struct ObjLiteralKey { struct
218 ObjLiteralKey() : ObjLiteralKey(0, None) {} in ObjLiteralKey() function
221 ObjLiteralKey(const ObjLiteralKey& other) = default;
224 return ObjLiteralKey(atomIndex, false); in fromPropName()
227 return ObjLiteralKey(index, true); in fromArrayIndex()
229 static ObjLiteralKey none() { return ObjLiteralKey(); } in none() argument
335 nextKey_ = ObjLiteralKey::none(); in beginDenseArrayElements()
366 ObjLiteralKey nextKey_;
433 ObjLiteralKey key_;
479 const ObjLiteralKey& getKey() const { in getKey()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DObjLiteral.h166 struct ObjLiteralKey { struct
182 ObjLiteralKey() : ObjLiteralKey(0, None) {} in ObjLiteralKey() argument
185 ObjLiteralKey(const ObjLiteralKey& other) = default;
191 return ObjLiteralKey(index, true); in fromArrayIndex()
193 static ObjLiteralKey none() { return ObjLiteralKey(); } in none() argument
340 nextKey_ = ObjLiteralKey::none(); in beginDenseArrayElements()
393 ObjLiteralKey nextKey_;
485 ObjLiteralKey key_;
532 const ObjLiteralKey& getKey() const { in getKey()
567 ObjLiteralKey key; in readInsn()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DObjLiteral.h166 struct ObjLiteralKey { struct
182 ObjLiteralKey() : ObjLiteralKey(0, None) {} in ObjLiteralKey() argument
185 ObjLiteralKey(const ObjLiteralKey& other) = default;
191 return ObjLiteralKey(index, true); in fromArrayIndex()
193 static ObjLiteralKey none() { return ObjLiteralKey(); } in none() argument
340 nextKey_ = ObjLiteralKey::none(); in beginDenseArrayElements()
393 ObjLiteralKey nextKey_;
485 ObjLiteralKey key_;
532 const ObjLiteralKey& getKey() const { in getKey()
567 ObjLiteralKey key; in readInsn()
[all …]
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DObjLiteral.h209 struct ObjLiteralKey { struct
225 ObjLiteralKey() : ObjLiteralKey(0, None) {} in ObjLiteralKey() argument
228 ObjLiteralKey(const ObjLiteralKey& other) = default;
234 return ObjLiteralKey(index, true); in fromArrayIndex()
236 static ObjLiteralKey none() { return ObjLiteralKey(); } in none() argument
397 nextKey_ = ObjLiteralKey::none(); in beginDenseArrayElements()
456 ObjLiteralKey nextKey_;
548 ObjLiteralKey key_;
595 const ObjLiteralKey& getKey() const { in getKey()
630 ObjLiteralKey key; in readInsn()
[all …]