Home
last modified time | relevance | path

Searched refs:GetTypeForFunction (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-module.cc250 Handle<JSObject> GetTypeForFunction(Isolate* isolate, const FunctionSig* sig, in GetTypeForFunction() function
390 type_value = GetTypeForFunction(isolate, func.sig); in GetImports()
488 type_value = GetTypeForFunction(isolate, func.sig); in GetExports()
Dwasm-module.h648 Handle<JSObject> GetTypeForFunction(Isolate* isolate, const FunctionSig* sig,
Dwasm-js.cc1940 auto type = i::wasm::GetTypeForFunction(i_isolate, sig); in WebAssemblyFunctionType()
2218 auto type = i::wasm::GetTypeForFunction(i_isolate, &sig, kForException); in WebAssemblyTagType()