Home
last modified time | relevance | path

Searched refs:WasmCompileControls (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/runtime/
H A Druntime-test-wasm.cc28 struct WasmCompileControls { struct
32 using WasmCompileControlsMap = std::map<v8::Isolate*, WasmCompileControls>;
45 const WasmCompileControls& ctrls = GetPerIsolateWasmControls()->at(isolate); in IsWasmCompileAllowed()
60 const WasmCompileControls& ctrls = GetPerIsolateWasmControls()->at(isolate); in IsWasmInstantiateAllowed()
107 WasmCompileControls& ctrl = (*GetPerIsolateWasmControls())[v8_isolate]; in RUNTIME_FUNCTION()

Completed in 1 milliseconds