Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-microtask-queue.h119 enum Type { kRunMicrotasks, kDoNotRunMicrotasks }; enumerator
/third_party/node/deps/v8/src/execution/
Dexecution.h22 enum class Target { kCallable, kRunMicrotasks }; enumerator
Dexecution.cc168 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()
/third_party/node/deps/v8/src/inspector/
Dv8-runtime-agent-impl.cc155 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()
Dinjected-script.cc660 v8::MicrotasksScope::kRunMicrotasks); in addPromiseCallback()
/third_party/cef/libcef/renderer/
Drender_frame_observer.cc143 v8::MicrotasksScope::kRunMicrotasks); in DidCreateScriptContext()
Dv8_impl.cc1017 new v8::MicrotasksScope(isolate, v8::MicrotasksScope::kRunMicrotasks)); in Enter()
/third_party/node/deps/v8/src/api/
Dapi.cc9568 run_(type == MicrotasksScope::kRunMicrotasks) { in MicrotasksScope()