Searched refs:export_wrapper (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | wasm-objects.cc | 1942 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()
|
D | wasm-objects.h | 600 int arity, Handle<CodeT> export_wrapper);
|
/third_party/node/deps/v8/src/heap/ |
D | factory.h | 608 Handle<CodeT> export_wrapper, Handle<WasmInstanceObject> instance,
|
D | factory.cc | 1591 Handle<CodeT> export_wrapper, Handle<WasmInstanceObject> instance, in NewWasmExportedFunctionData() argument 1604 result.set_wrapper_code(*export_wrapper); in NewWasmExportedFunctionData()
|