Home
last modified time | relevance | path

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

/external/v8/src/execution/
Dexecution.h22 enum class Target { kCallable, kRunMicrotasks }; enumerator
Dexecution.cc140 params.execution_target = Execution::Target::kRunMicrotasks; in SetUpForRunMicrotasks()
153 } else if (execution_target == Execution::Target::kRunMicrotasks) { in JSEntry()
371 DCHECK_EQ(Execution::Target::kRunMicrotasks, params.execution_target); in Invoke()
/external/v8/src/inspector/
Dv8-runtime-agent-impl.cc152 v8::MicrotasksScope::kRunMicrotasks); in innerCallFunctionOn()
181 v8::MicrotasksScope::kRunMicrotasks); in innerCallFunctionOn()
282 v8::MicrotasksScope::kRunMicrotasks); in evaluate()
421 v8::MicrotasksScope::kRunMicrotasks); in getProperties()
581 v8::MicrotasksScope::kRunMicrotasks); in runScript()
Dinjected-script.cc641 v8::MicrotasksScope::kRunMicrotasks); in addPromiseCallback()
/external/v8/include/
Dv8.h7545 enum Type { kRunMicrotasks, kDoNotRunMicrotasks }; enumerator
/external/v8/src/api/
Dapi.cc9258 run_(type == MicrotasksScope::kRunMicrotasks) { in MicrotasksScope()