Searched refs:kRunMicrotasks (Results 1 – 6 of 6) sorted by relevance
22 enum class Target { kCallable, kRunMicrotasks }; enumerator
140 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()
152 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()
641 v8::MicrotasksScope::kRunMicrotasks); in addPromiseCallback()
7545 enum Type { kRunMicrotasks, kDoNotRunMicrotasks }; enumerator
9258 run_(type == MicrotasksScope::kRunMicrotasks) { in MicrotasksScope()