Home
last modified time | relevance | path

Searched refs:IsJSCompatibleSignature (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes.cc36 bool IsJSCompatibleSignature(const FunctionSig* sig, const WasmModule* module, in IsJSCompatibleSignature() function
H A Dwasm-opcodes.h29 bool V8_EXPORT_PRIVATE IsJSCompatibleSignature(const FunctionSig* sig,
H A Dmodule-compiler.cc1646 if (!IsJSCompatibleSignature(sig, native_module->module(), in AddImportWrapperUnits()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc6476 // If this is reached, then IsJSCompatibleSignature() is too
6487 // If this is reached, then IsJSCompatibleSignature() is too permissive.
6632 // If this is reached, then IsJSCompatibleSignature() is too
6657 // If this is reached, then IsJSCompatibleSignature() is too permissive.
6945 if (!wasm::IsJSCompatibleSignature(sig_, module_, enabled_features_)) {
7474 if (!wasm::IsJSCompatibleSignature(sig_, module_, enabled_features_)) {
7829 if (!wasm::IsJSCompatibleSignature(expected_sig, module, enabled_features)) {

Completed in 20 milliseconds