Searched refs:kRunMicrotasks (Results 1 – 8 of 8) sorted by relevance
119 enum Type { kRunMicrotasks, kDoNotRunMicrotasks }; enumerator
22 enum class Target { kCallable, kRunMicrotasks }; enumerator
168 params.execution_target = Execution::Target::kRunMicrotasks; in SetUpForRunMicrotasks()181 } else if (execution_target == Execution::Target::kRunMicrotasks) { in JSEntry()429 DCHECK_EQ(Execution::Target::kRunMicrotasks, params.execution_target); in Invoke()
155 v8::MicrotasksScope::kRunMicrotasks); in innerCallFunctionOn()184 v8::MicrotasksScope::kRunMicrotasks); in innerCallFunctionOn()301 v8::MicrotasksScope::kRunMicrotasks); in evaluate()448 v8::MicrotasksScope::kRunMicrotasks); in getProperties()616 v8::MicrotasksScope::kRunMicrotasks); in runScript()
660 v8::MicrotasksScope::kRunMicrotasks); in addPromiseCallback()
143 v8::MicrotasksScope::kRunMicrotasks); in DidCreateScriptContext()
1017 new v8::MicrotasksScope(isolate, v8::MicrotasksScope::kRunMicrotasks)); in Enter()
9568 run_(type == MicrotasksScope::kRunMicrotasks) { in MicrotasksScope()