Home
last modified time | relevance | path

Searched refs:getReservedSlotRef (Results 1 – 23 of 23) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DErrorObject-inl.h15 const HeapSlot& slot = getReservedSlotRef(FILENAME_SLOT); in fileName()
20 const HeapSlot& slot = getReservedSlotRef(SOURCEID_SLOT); in sourceId()
25 const HeapSlot& slot = getReservedSlotRef(LINENUMBER_SLOT); in lineNumber()
30 const HeapSlot& slot = getReservedSlotRef(COLUMNNUMBER_SLOT); in columnNumber()
35 return getReservedSlotRef(STACK_SLOT).toObjectOrNull(); in stack()
H A DErrorObject.h117 const HeapSlot& slot = getReservedSlotRef(MESSAGE_SLOT); in getMessage()
H A DNativeObject.h1140 MOZ_ALWAYS_INLINE const HeapSlot& getReservedSlotRef(uint32_t index) const { in getReservedSlotRef() function
1145 MOZ_ALWAYS_INLINE HeapSlot& getReservedSlotRef(uint32_t index) { in getReservedSlotRef() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DErrorObject-inl.h15 const HeapSlot& slot = getReservedSlotRef(FILENAME_SLOT); in fileName()
20 const HeapSlot& slot = getReservedSlotRef(SOURCEID_SLOT); in sourceId()
25 const HeapSlot& slot = getReservedSlotRef(LINENUMBER_SLOT); in lineNumber()
30 const HeapSlot& slot = getReservedSlotRef(COLUMNNUMBER_SLOT); in columnNumber()
35 return getReservedSlotRef(STACK_SLOT).toObjectOrNull(); in stack()
H A DErrorObject.h117 const HeapSlot& slot = getReservedSlotRef(MESSAGE_SLOT); in getMessage()
H A DNativeObject.h1140 MOZ_ALWAYS_INLINE const HeapSlot& getReservedSlotRef(uint32_t index) const { in getReservedSlotRef() function
1145 MOZ_ALWAYS_INLINE HeapSlot& getReservedSlotRef(uint32_t index) { in getReservedSlotRef() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DErrorObject-inl.h15 const HeapSlot& slot = getReservedSlotRef(FILENAME_SLOT); in fileName()
20 const HeapSlot& slot = getReservedSlotRef(SOURCEID_SLOT); in sourceId()
25 const HeapSlot& slot = getReservedSlotRef(LINENUMBER_SLOT); in lineNumber()
30 const HeapSlot& slot = getReservedSlotRef(COLUMNNUMBER_SLOT); in columnNumber()
35 return getReservedSlotRef(STACK_SLOT).toObjectOrNull(); in stack()
H A DErrorObject.h110 const HeapSlot& slot = getReservedSlotRef(MESSAGE_SLOT); in getMessage()
H A DNativeObject.h1070 MOZ_ALWAYS_INLINE const HeapSlot& getReservedSlotRef(uint32_t index) const { in getReservedSlotRef() function
1075 MOZ_ALWAYS_INLINE HeapSlot& getReservedSlotRef(uint32_t index) { in getReservedSlotRef() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DErrorObject-inl.h17 const HeapSlot& slot = getReservedSlotRef(FILENAME_SLOT);
24 const HeapSlot& slot = getReservedSlotRef(LINENUMBER_SLOT);
31 const HeapSlot& slot = getReservedSlotRef(COLUMNNUMBER_SLOT);
38 return getReservedSlotRef(STACK_SLOT).toObjectOrNull();
H A DErrorObject.h104 const HeapSlot& slot = getReservedSlotRef(MESSAGE_SLOT); in getMessage()
H A DNativeObject.h903 const HeapSlot& getReservedSlotRef(uint32_t index) const { in getReservedSlotRef() function
908 HeapSlot& getReservedSlotRef(uint32_t index) { in getReservedSlotRef() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DErrorObject-inl.h15 const HeapSlot& slot = getReservedSlotRef(FILENAME_SLOT); in fileName()
20 const HeapSlot& slot = getReservedSlotRef(LINENUMBER_SLOT); in lineNumber()
25 const HeapSlot& slot = getReservedSlotRef(COLUMNNUMBER_SLOT); in columnNumber()
30 return getReservedSlotRef(STACK_SLOT).toObjectOrNull(); in stack()
H A DErrorObject.h100 const HeapSlot& slot = getReservedSlotRef(MESSAGE_SLOT); in getMessage()
H A DNativeObject.h1022 MOZ_ALWAYS_INLINE const HeapSlot& getReservedSlotRef(uint32_t index) const { in getReservedSlotRef() function
1027 MOZ_ALWAYS_INLINE HeapSlot& getReservedSlotRef(uint32_t index) { in getReservedSlotRef() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DErrorObject-inl.h17 const HeapSlot& slot = getReservedSlotRef(FILENAME_SLOT); in fileName()
24 const HeapSlot& slot = getReservedSlotRef(LINENUMBER_SLOT); in lineNumber()
31 const HeapSlot& slot = getReservedSlotRef(COLUMNNUMBER_SLOT); in columnNumber()
38 return getReservedSlotRef(STACK_SLOT).toObjectOrNull(); in stack()
H A DErrorObject.h104 const HeapSlot& slot = getReservedSlotRef(MESSAGE_SLOT); in getMessage()
H A DNativeObject.h873 const HeapSlot& getReservedSlotRef(uint32_t index) const { in getReservedSlotRef() function
878 HeapSlot& getReservedSlotRef(uint32_t index) { in getReservedSlotRef() function
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DNativeObject.h1175 MOZ_ALWAYS_INLINE HeapSlot& getReservedSlotRef(uint32_t index) { in getReservedSlotRef() function
1182 MOZ_ALWAYS_INLINE const HeapSlot& getReservedSlotRef(uint32_t index) const { in getReservedSlotRef() function
1192 return getReservedSlotRef(index); in getReservedSlot()
1197 getReservedSlotRef(index).init(this, HeapSlot::Slot, index, v); in initReservedSlot()
1201 getReservedSlotRef(index).set(this, HeapSlot::Slot, index, v); in setReservedSlot()
1547 getReservedSlotRef(slot).unbarrieredSet(PrivateValue(cell)); in setReservedSlotGCThingAsPrivateUnbarriered()
1551 HeapSlot* pslot = &getReservedSlotRef(slot); in clearReservedSlotGCThingAsPrivate()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/intl/
H A DRelativeTimeFormat.cpp158 global->getReservedSlotRef(RELATIVE_TIME_FORMAT_PROTO); in addRelativeTimeFormatConstructor()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/builtin/
H A DSIMD.cpp84 HeapSlot& typeNameSlot = typeDescr->getReservedSlotRef(JS_DESCR_SLOT_STRING_REPR); in ErrorWrongTypeArg()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/builtin/
H A DSIMD.cpp140 HeapSlot& typeNameSlot = typeDescr->getReservedSlotRef(JS_DESCR_SLOT_STRING_REPR); in ErrorWrongTypeArg()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DSIMD.cpp128 typeDescr->getReservedSlotRef(JS_DESCR_SLOT_STRING_REPR); in ErrorWrongTypeArg()