Searched refs:IsWasmCompileAllowed (Results 1 – 1 of 1) sorted by relevance
41 bool IsWasmCompileAllowed(v8::Isolate* isolate, v8::Local<v8::Value> value, in IsWasmCompileAllowed() function59 return IsWasmCompileAllowed(isolate, module_or_bytes, is_async); in IsWasmInstantiateAllowed()81 if (IsWasmCompileAllowed(args.GetIsolate(), args[0], false)) return false; in WasmModuleOverride()