Home
last modified time | relevance | path

Searched defs:ObjLiteralInsn (Results 1 – 4 of 4) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DObjLiteral.h430 struct ObjLiteralInsn { struct
443 ObjLiteralInsn() : op_(ObjLiteralOpcode::INVALID), arg_(0) {} in ObjLiteralInsn() function
444 ObjLiteralInsn(ObjLiteralOpcode op, ObjLiteralKey key) in ObjLiteralInsn() argument
449 ObjLiteralInsn(ObjLiteralOpcode op, ObjLiteralKey key, const JS::Value& value) in ObjLiteralInsn() argument
455 ObjLiteralInsn(ObjLiteralOpcode op, ObjLiteralKey key, uint32_t atomIndex) in ObjLiteralInsn() function
461 ObjLiteralInsn(const ObjLiteralInsn& other) : ObjLiteralInsn() { in ObjLiteralInsn() function
471 bool isValid() const { in isValid()
475 ObjLiteralOpcode getOp() const { in getOp()
484 bool hasConstValue() const { in hasConstValue()
488 bool hasAtomIndex() const { in hasAtomIndex()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DObjLiteral.h482 struct ObjLiteralInsn { struct
495 ObjLiteralInsn() : op_(ObjLiteralOpcode::INVALID), arg_(0) {} in ObjLiteralInsn() argument
496 ObjLiteralInsn(ObjLiteralOpcode op, ObjLiteralKey key) in ObjLiteralInsn() argument
501 ObjLiteralInsn(ObjLiteralOpcode op, ObjLiteralKey key, const JS::Value& value) in ObjLiteralInsn() argument
507 ObjLiteralInsn(ObjLiteralOpcode op, ObjLiteralKey key, in ObjLiteralInsn() function
514 ObjLiteralInsn(const ObjLiteralInsn& other) : ObjLiteralInsn() { in ObjLiteralInsn() argument
524 bool isValid() const { in isValid()
528 ObjLiteralOpcode getOp() const { in getOp()
537 bool hasConstValue() const { in hasConstValue()
541 bool hasAtomIndex() const { in hasAtomIndex()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DObjLiteral.h482 struct ObjLiteralInsn { struct
495 ObjLiteralInsn() : op_(ObjLiteralOpcode::INVALID), arg_(0) {} in ObjLiteralInsn() function
496 ObjLiteralInsn(ObjLiteralOpcode op, ObjLiteralKey key) in ObjLiteralInsn() function
501 ObjLiteralInsn(ObjLiteralOpcode op, ObjLiteralKey key, const JS::Value& value) in ObjLiteralInsn() function
507 ObjLiteralInsn(ObjLiteralOpcode op, ObjLiteralKey key, in ObjLiteralInsn() function
514 ObjLiteralInsn(const ObjLiteralInsn& other) : ObjLiteralInsn() { in ObjLiteralInsn() function
524 bool isValid() const { in isValid()
528 ObjLiteralOpcode getOp() const { in getOp()
537 bool hasConstValue() const { in hasConstValue()
541 bool hasAtomIndex() const { in hasAtomIndex()
[all …]
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DObjLiteral.h545 struct ObjLiteralInsn { struct
558 ObjLiteralInsn() : op_(ObjLiteralOpcode::INVALID), arg_(0) {} in ObjLiteralInsn() argument
559 ObjLiteralInsn(ObjLiteralOpcode op, ObjLiteralKey key) in ObjLiteralInsn() argument
564 ObjLiteralInsn(ObjLiteralOpcode op, ObjLiteralKey key, const JS::Value& value) in ObjLiteralInsn() function
570 ObjLiteralInsn(ObjLiteralOpcode op, ObjLiteralKey key, in ObjLiteralInsn() argument
577 ObjLiteralInsn(const ObjLiteralInsn& other) : ObjLiteralInsn() { in ObjLiteralInsn() function
587 bool isValid() const { in isValid()
591 ObjLiteralOpcode getOp() const { in getOp()
600 bool hasConstValue() const { in hasConstValue()
604 bool hasAtomIndex() const { in hasAtomIndex()
[all …]