Searched refs:kRunMicrotasks (Results 1 – 9 of 9) sorted by relevance
149 v8::MicrotasksScope::kRunMicrotasks); in innerCallFunctionOn()178 v8::MicrotasksScope::kRunMicrotasks); in innerCallFunctionOn()273 v8::MicrotasksScope::kRunMicrotasks); in evaluate()393 v8::MicrotasksScope::kRunMicrotasks); in getProperties()568 v8::MicrotasksScope::kRunMicrotasks); in runScript()
448 v8::MicrotasksScope::kRunMicrotasks); in addPromiseCallback()
21 enum class Target { kCallable, kRunMicrotasks }; enumerator
129 case Execution::Target::kRunMicrotasks: in Invoke()273 exception_out, Target::kRunMicrotasks); in RunMicrotasks()
499 enum class SpecialTarget { kNone, kRunMicrotasks }; enumerator535 case SpecialTarget::kRunMicrotasks: in EntryTrampoline()
8971 run_(type == MicrotasksScope::kRunMicrotasks) { in MicrotasksScope()
392 MicrotasksScope runs_microtasks(isolate, MicrotasksScope::kRunMicrotasks); in WebAssemblyCompile()427 MicrotasksScope runs_microtasks(isolate, MicrotasksScope::kRunMicrotasks); in WebAssemblyCompileStreaming()678 MicrotasksScope runs_microtasks(isolate, MicrotasksScope::kRunMicrotasks); in WebAssemblyInstantiateStreaming()757 MicrotasksScope runs_microtasks(isolate, MicrotasksScope::kRunMicrotasks); in WebAssemblyInstantiate()
2663 JSEntryStub stub(isolate(), JSEntryStub::SpecialTarget::kRunMicrotasks); in CreateJSRunMicrotasksEntryStub()
6659 enum Type { kRunMicrotasks, kDoNotRunMicrotasks };