Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-test.cc41 bool IsWasmCompileAllowed(v8::Isolate* isolate, v8::Local<v8::Value> value, in IsWasmCompileAllowed() function
59 return IsWasmCompileAllowed(isolate, module_or_bytes, is_async); in IsWasmInstantiateAllowed()
81 if (IsWasmCompileAllowed(args.GetIsolate(), args[0], false)) return false; in WasmModuleOverride()