Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmJS.h518 static const unsigned VALUES_SLOT = 1; variable
545 return NativeObject::getFixedSlotOffset(VALUES_SLOT); in offsetOfValues()
H A DWasmJS.cpp3713 obj->initFixedSlot(VALUES_SLOT, ObjectValue(*values)); in create()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmJS.h518 static const unsigned VALUES_SLOT = 1; variable
545 return NativeObject::getFixedSlotOffset(VALUES_SLOT); in offsetOfValues()
H A DWasmJS.cpp3713 obj->initFixedSlot(VALUES_SLOT, ObjectValue(*values)); in create()