Home
last modified time | relevance | path

Searched refs:kJSFunctionArityMatch (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h78 kJSFunctionArityMatch, // fast Wasm->JS call enumerator
111 WasmImportCallKind::kJSFunctionArityMatch;
Dwasm-compiler.cc7117 case WasmImportCallKind::kJSFunctionArityMatch: { in BuildWasmToJSWrapper()
7925 return {WasmImportCallKind::kJSFunctionArityMatch, callable, suspender}; in ResolveWasmImportCall()