Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmValidate.cpp1432 static bool FuncTypeIsJSCompatible(Decoder& d, const FuncType& ft) { in FuncTypeIsJSCompatible() function
1966 if (!FuncTypeIsJSCompatible(d, env->types.funcType(funcTypeIndex))) { in DecodeImport()
2306 if (!FuncTypeIsJSCompatible(d, *env->funcs[funcIndex].type)) { in DecodeExport()
2660 !FuncTypeIsJSCompatible(d, *env->funcs[funcIndex].type)) { in DecodeElemSection()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmValidate.cpp1474 static bool FuncTypeIsJSCompatible(Decoder& d, const FuncType& ft) { in FuncTypeIsJSCompatible() function
1994 if (!FuncTypeIsJSCompatible(d, env->types->funcType(funcTypeIndex))) { in DecodeImport()
2339 if (!FuncTypeIsJSCompatible(d, *env->funcs[funcIndex].type)) { in DecodeExport()
2693 !FuncTypeIsJSCompatible(d, *env->funcs[funcIndex].type)) { in DecodeElemSection()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmValidate.cpp1432 static bool FuncTypeIsJSCompatible(Decoder& d, const FuncType& ft) { in FuncTypeIsJSCompatible() function
1966 if (!FuncTypeIsJSCompatible(d, env->types.funcType(funcTypeIndex))) { in DecodeImport()
2306 if (!FuncTypeIsJSCompatible(d, *env->funcs[funcIndex].type)) { in DecodeExport()
2660 !FuncTypeIsJSCompatible(d, *env->funcs[funcIndex].type)) { in DecodeElemSection()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmValidate.cpp1560 static bool FuncTypeIsJSCompatible(Decoder& d, const FuncType& ft) { in FuncTypeIsJSCompatible() function
2057 if (!FuncTypeIsJSCompatible(d, env->types[funcTypeIndex].funcType())) { in DecodeImport()
2458 if (!FuncTypeIsJSCompatible(d, *env->funcTypes[funcIndex])) { in DecodeExport()
2803 !FuncTypeIsJSCompatible(d, *env->funcTypes[funcIndex])) { in DecodeElemSection()