Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-test.cc47 v8::Local<v8::Value> module_or_bytes, in IsWasmInstantiateAllowed() argument
52 if (!module_or_bytes->IsWebAssemblyCompiledModule()) { in IsWasmInstantiateAllowed()
53 return IsWasmCompileAllowed(isolate, module_or_bytes, is_async); in IsWasmInstantiateAllowed()
56 v8::Local<v8::WasmCompiledModule>::Cast(module_or_bytes); in IsWasmInstantiateAllowed()
/external/v8/src/wasm/
Dwasm-js.cc98 v8::Local<v8::Value> module_or_bytes, in IsInstantiationAllowed() argument
111 !callback(reinterpret_cast<v8::Isolate*>(isolate), module_or_bytes, in IsInstantiationAllowed()
/external/v8/include/
Dv8.h5961 Local<Value> module_or_bytes,