Home
last modified time | relevance | path

Searched refs:getSlotRef (Results 1 – 25 of 34) sorted by relevance

12

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DGlobalObject.h153 MOZ_ASSERT(getSlotRef(THROWTYPEERROR).isUndefined()); in setThrowTypeError()
158 MOZ_ASSERT(getSlotRef(EVAL).isUndefined()); in setOriginalEval()
280 MOZ_ASSERT(getSlotRef(slot).isUndefined()); in setCreateArrayFromBufferHelper()
287 MOZ_ASSERT(getSlotRef(CREATE_DATAVIEW_FOR_THIS).isUndefined()); in setCreateDataViewForThis()
503 Value v = getSlotRef(slot); in getOrCreateObject()
751 Value value = getSlotRef(MODULE_RESOLVE_HOOK); in moduleResolveHook()
H A DNativeObject.h811 HeapSlot& getSlotRef(uint32_t slot) { in getSlotRef() function
816 const HeapSlot& getSlotRef(uint32_t slot) const { in getSlotRef() function
824 getSlotRef(slot).set(this, HeapSlot::Slot, slot, value); in setSlot()
875 return getSlotRef(index); in getReservedSlotRef()
880 return getSlotRef(index); in getReservedSlotRef()
H A DGlobalObject.cpp426 HeapSlot& v = global->getSlotRef(RUNTIME_CODEGEN_ENABLED); in isRuntimeCodeGenEnabled()
444 HeapSlot& v = global->getSlotRef(WARNED_ONCE_FLAGS); in warnOnceAbout()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DGlobalObject.h149 MOZ_ASSERT(getSlotRef(THROWTYPEERROR).isUndefined()); in setThrowTypeError()
154 MOZ_ASSERT(getSlotRef(EVAL).isUndefined()); in setOriginalEval()
263 MOZ_ASSERT(getSlotRef(slot).isUndefined()); in setCreateArrayFromBufferHelper()
270 MOZ_ASSERT(getSlotRef(CREATE_DATAVIEW_FOR_THIS).isUndefined()); in setCreateDataViewForThis()
531 Value v = getSlotRef(slot); in getOrCreateObject()
815 Value value = getSlotRef(MODULE_RESOLVE_HOOK); in moduleResolveHook()
H A DNativeObject.h840 HeapSlot& getSlotRef(uint32_t slot) { in getSlotRef() function
845 const HeapSlot& getSlotRef(uint32_t slot) const { in getSlotRef() function
853 getSlotRef(slot).set(this, HeapSlot::Slot, slot, value); in setSlot()
905 return getSlotRef(index); in getReservedSlotRef()
910 return getSlotRef(index); in getReservedSlotRef()
H A DGlobalObject.cpp543 HeapSlot& v = global->getSlotRef(RUNTIME_CODEGEN_ENABLED); in isRuntimeCodeGenEnabled()
561 HeapSlot& v = global->getSlotRef(WARNED_ONCE_FLAGS); in warnOnceAbout()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DGlobalObject.h156 MOZ_ASSERT(getSlotRef(EVAL).isUndefined()); in setOriginalEval()
554 Value v = global->getSlotRef(slot); in getOrCreateObject()
566 Value v = global->getSlotRef(slot); in getOrCreateObject()
596 Value v = getSlotRef(ARRAY_ITERATOR_PROTO); in maybeGetArrayIteratorPrototype()
896 getSlotRef(SOURCE_URLS).unbarrieredSet(UndefinedValue()); in clearSourceURLSHolder()
H A DNativeObject.h1023 MOZ_ALWAYS_INLINE HeapSlot& getSlotRef(uint32_t slot) { in getSlotRef() function
1028 MOZ_ALWAYS_INLINE const HeapSlot& getSlotRef(uint32_t slot) const { in getSlotRef() function
1044 getSlotRef(slot).set(this, HeapSlot::Slot, slot, value); in setSlot()
1142 return getSlotRef(index); in getReservedSlotRef()
1147 return getSlotRef(index); in getReservedSlotRef()
H A DGlobalObject.cpp284 !global->getSlotRef(ITERATOR_PROTO).isObject()) { in resolveConstructor()
776 HeapSlot& v = global->getSlotRef(RUNTIME_CODEGEN_ENABLED); in isRuntimeCodeGenEnabled()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DGlobalObject.h156 MOZ_ASSERT(getSlotRef(EVAL).isUndefined()); in setOriginalEval()
554 Value v = global->getSlotRef(slot); in getOrCreateObject()
566 Value v = global->getSlotRef(slot); in getOrCreateObject()
596 Value v = getSlotRef(ARRAY_ITERATOR_PROTO); in maybeGetArrayIteratorPrototype()
896 getSlotRef(SOURCE_URLS).unbarrieredSet(UndefinedValue()); in clearSourceURLSHolder()
H A DNativeObject.h1023 MOZ_ALWAYS_INLINE HeapSlot& getSlotRef(uint32_t slot) { in getSlotRef() function
1028 MOZ_ALWAYS_INLINE const HeapSlot& getSlotRef(uint32_t slot) const { in getSlotRef() function
1044 getSlotRef(slot).set(this, HeapSlot::Slot, slot, value); in setSlot()
1142 return getSlotRef(index); in getReservedSlotRef()
1147 return getSlotRef(index); in getReservedSlotRef()
H A DGlobalObject.cpp284 !global->getSlotRef(ITERATOR_PROTO).isObject()) { in resolveConstructor()
776 HeapSlot& v = global->getSlotRef(RUNTIME_CODEGEN_ENABLED); in isRuntimeCodeGenEnabled()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DGlobalObject.h154 MOZ_ASSERT(getSlotRef(EVAL).isUndefined()); in setOriginalEval()
556 Value v = global->getSlotRef(slot); in getOrCreateObject()
580 Value v = getSlotRef(ARRAY_ITERATOR_PROTO); in maybeGetArrayIteratorPrototype()
899 getSlotRef(SOURCE_URLS).unsafeSet(UndefinedValue()); in clearSourceURLSHolder()
H A DNativeObject.h995 MOZ_ALWAYS_INLINE HeapSlot& getSlotRef(uint32_t slot) { in getSlotRef() function
1000 MOZ_ALWAYS_INLINE const HeapSlot& getSlotRef(uint32_t slot) const { in getSlotRef() function
1014 getSlotRef(slot).set(this, HeapSlot::Slot, slot, value); in setSlot()
1072 return getSlotRef(index); in getReservedSlotRef()
1077 return getSlotRef(index); in getReservedSlotRef()
H A DGlobalObject.cpp838 HeapSlot& v = global->getSlotRef(RUNTIME_CODEGEN_ENABLED); in isRuntimeCodeGenEnabled()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DNativeObject.h951 MOZ_ALWAYS_INLINE HeapSlot& getSlotRef(uint32_t slot) { in getSlotRef() function
956 MOZ_ALWAYS_INLINE const HeapSlot& getSlotRef(uint32_t slot) const { in getSlotRef() function
970 getSlotRef(slot).set(this, HeapSlot::Slot, slot, value); in setSlot()
1024 return getSlotRef(index); in getReservedSlotRef()
1029 return getSlotRef(index); in getReservedSlotRef()
H A DGlobalObject.h137 MOZ_ASSERT(getSlotRef(EVAL).isUndefined()); in setOriginalEval()
567 Value v = global->getSlotRef(slot); in getOrCreateObject()
858 Value value = getSlotRef(MODULE_RESOLVE_HOOK); in moduleResolveHook()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DBarrier.cpp48 ? &owner->getSlotRef(slot) == this in preconditionForSet()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DBarrier.cpp42 ? &owner->getSlotRef(slot) == this in FOR_EACH_GC_POINTER_TYPE()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DBarrier.cpp36 if (kind == Slot) return &owner->getSlotRef(slot) == this; in preconditionForSet()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DBarrier.cpp40 return &owner->getSlotRef(slot) == this; in preconditionForSet()
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DBarrier.cpp42 return &owner->getSlotRef(slot) == this; in preconditionForSet()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DBarrier.cpp42 return &owner->getSlotRef(slot) == this; in preconditionForSet()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DBarrier.cpp42 return &owner->getSlotRef(slot) == this; in preconditionForSet()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DNativeObject.h1055 MOZ_ALWAYS_INLINE HeapSlot& getSlotRef(uint32_t slot) { in getSlotRef() function
1060 MOZ_ALWAYS_INLINE const HeapSlot& getSlotRef(uint32_t slot) const { in getSlotRef() function
1076 getSlotRef(slot).set(this, HeapSlot::Slot, slot, value); in setSlot()

12