/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/ |
H A D | ErrorObject-inl.h | 15 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 D | ErrorObject.h | 117 const HeapSlot& slot = getReservedSlotRef(MESSAGE_SLOT); in getMessage()
|
H A D | NativeObject.h | 1140 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 D | ErrorObject-inl.h | 15 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 D | ErrorObject.h | 117 const HeapSlot& slot = getReservedSlotRef(MESSAGE_SLOT); in getMessage()
|
H A D | NativeObject.h | 1140 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 D | ErrorObject-inl.h | 15 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 D | ErrorObject.h | 110 const HeapSlot& slot = getReservedSlotRef(MESSAGE_SLOT); in getMessage()
|
H A D | NativeObject.h | 1070 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 D | ErrorObject-inl.h | 17 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 D | ErrorObject.h | 104 const HeapSlot& slot = getReservedSlotRef(MESSAGE_SLOT); in getMessage()
|
H A D | NativeObject.h | 903 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 D | ErrorObject-inl.h | 15 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 D | ErrorObject.h | 100 const HeapSlot& slot = getReservedSlotRef(MESSAGE_SLOT); in getMessage()
|
H A D | NativeObject.h | 1022 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 D | ErrorObject-inl.h | 17 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 D | ErrorObject.h | 104 const HeapSlot& slot = getReservedSlotRef(MESSAGE_SLOT); in getMessage()
|
H A D | NativeObject.h | 873 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 D | NativeObject.h | 1175 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 D | RelativeTimeFormat.cpp | 158 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 D | SIMD.cpp | 84 HeapSlot& typeNameSlot = typeDescr->getReservedSlotRef(JS_DESCR_SLOT_STRING_REPR); in ErrorWrongTypeArg()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/builtin/ |
H A D | SIMD.cpp | 140 HeapSlot& typeNameSlot = typeDescr->getReservedSlotRef(JS_DESCR_SLOT_STRING_REPR); in ErrorWrongTypeArg()
|
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/ |
H A D | SIMD.cpp | 128 typeDescr->getReservedSlotRef(JS_DESCR_SLOT_STRING_REPR); in ErrorWrongTypeArg()
|