Searched refs:module_or_bytes (Results 1 – 3 of 3) sorted by relevance
47 v8::Local<v8::Value> module_or_bytes, in IsWasmInstantiateAllowed() argument52 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()
98 v8::Local<v8::Value> module_or_bytes, in IsInstantiationAllowed() argument111 !callback(reinterpret_cast<v8::Isolate*>(isolate), module_or_bytes, in IsInstantiationAllowed()
5961 Local<Value> module_or_bytes,