Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-test.cc31 bool AllowAnySizeForAsync = true; member
45 return (is_async && ctrls.AllowAnySizeForAsync) || in IsWasmCompileAllowed()
57 if (is_async && ctrls.AllowAnySizeForAsync) return true; in IsWasmInstantiateAllowed()
481 ctrl.AllowAnySizeForAsync = allow_async; in RUNTIME_FUNCTION()