Home
last modified time | relevance | path

Searched defs:refTypeIndex (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmValType.h87 static constexpr PackedTypeCode pack(TypeCode tc, uint32_t refTypeIndex, in pack()
229 RefType(uint32_t refTypeIndex, bool nullable) in RefType()
244 static RefType fromTypeIndex(uint32_t refTypeIndex, bool nullable) { in fromTypeIndex()
H A DWasmValidate.cpp1417 uint32_t refTypeIndex = type.refType().typeIndex(); in ValidateTypeState() local
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmValType.h87 static constexpr PackedTypeCode pack(TypeCode tc, uint32_t refTypeIndex, in pack()
229 RefType(uint32_t refTypeIndex, bool nullable) in RefType()
244 static RefType fromTypeIndex(uint32_t refTypeIndex, bool nullable) { in fromTypeIndex()
H A DWasmValidate.cpp1417 uint32_t refTypeIndex = type.refType().typeIndex(); in ValidateTypeState() local
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmValType.h88 static constexpr PackedTypeCode pack(TypeCode tc, uint32_t refTypeIndex, in pack()
240 RefType(uint32_t refTypeIndex, bool nullable) in RefType()
255 static RefType fromTypeIndex(uint32_t refTypeIndex, bool nullable) { in fromTypeIndex()
H A DWasmValidate.cpp1459 uint32_t refTypeIndex = type.refType().typeIndex(); in ValidateTypeState() local
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmTypes.h292 static inline PackedTypeCode PackTypeCode(TypeCode tc, uint32_t refTypeIndex) { in PackTypeCode()
394 explicit RefType(uint32_t refTypeIndex) in RefType()
408 static RefType fromTypeIndex(uint32_t refTypeIndex) { in fromTypeIndex()
H A DWasmValidate.cpp1545 uint32_t refTypeIndex = type.refType().typeIndex(); in ValidateTypeState() local