Home
last modified time | relevance | path

Searched refs:GlobalIsJSCompatible (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmBinaryFormat.cpp198 wasm::GlobalIsJSCompatible(Decoder& d, ValType type, bool isMutable)
264 if (!GlobalIsJSCompatible(d, type, isMutable))
H A DWasmBinaryFormat.h638 GlobalIsJSCompatible(Decoder& d, ValType type, bool isMutable);
H A DWasmCompile.cpp613 if (!GlobalIsJSCompatible(d, global.type(), global.isMutable())) in DecodeExport()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmValidate.cpp1062 static bool GlobalIsJSCompatible(Decoder& d, ValType type, bool isMutable) { in GlobalIsJSCompatible() function
1165 if (!GlobalIsJSCompatible(d, type, isMutable)) return false; in DecodeImport()
1426 if (!GlobalIsJSCompatible(d, global.type(), global.isMutable())) in DecodeExport()
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmValidate.cpp1788 static bool GlobalIsJSCompatible(Decoder& d, ValType type) { in GlobalIsJSCompatible() function
2000 if (!GlobalIsJSCompatible(d, type)) { in DecodeImport()
2354 if (!GlobalIsJSCompatible(d, global->type())) { in DecodeExport()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmValidate.cpp1842 static bool GlobalIsJSCompatible(Decoder& d, ValType type) { in GlobalIsJSCompatible() function
2028 if (!GlobalIsJSCompatible(d, type)) { in DecodeImport()
2387 if (!GlobalIsJSCompatible(d, global->type())) { in DecodeExport()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmValidate.cpp1788 static bool GlobalIsJSCompatible(Decoder& d, ValType type) { in GlobalIsJSCompatible() function
2000 if (!GlobalIsJSCompatible(d, type)) { in DecodeImport()
2354 if (!GlobalIsJSCompatible(d, global->type())) { in DecodeExport()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmValidate.cpp1923 static bool GlobalIsJSCompatible(Decoder& d, ValType type) { in GlobalIsJSCompatible() function
2089 if (!GlobalIsJSCompatible(d, type)) { in DecodeImport()
2505 if (!GlobalIsJSCompatible(d, global->type())) { in DecodeExport()