Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-objects.cc1942 int arity, Handle<CodeT> export_wrapper) { in New() argument
1944 CodeKind::JS_TO_WASM_FUNCTION == export_wrapper->kind() || in New()
1945 (export_wrapper->is_builtin() && in New()
1946 (export_wrapper->builtin_id() == Builtin::kGenericJSToWasmWrapper || in New()
1947 export_wrapper->builtin_id() == Builtin::kWasmReturnPromiseOnSuspend))); in New()
1970 export_wrapper, instance, call_target, ref, func_index, in New()
Dwasm-objects.h600 int arity, Handle<CodeT> export_wrapper);
/third_party/node/deps/v8/src/heap/
Dfactory.h608 Handle<CodeT> export_wrapper, Handle<WasmInstanceObject> instance,
Dfactory.cc1591 Handle<CodeT> export_wrapper, Handle<WasmInstanceObject> instance, in NewWasmExportedFunctionData() argument
1604 result.set_wrapper_code(*export_wrapper); in NewWasmExportedFunctionData()