Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-runtime-agent-impl.cc149 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()
Dinjected-script.cc448 v8::MicrotasksScope::kRunMicrotasks); in addPromiseCallback()
/external/v8/src/
Dexecution.h21 enum class Target { kCallable, kRunMicrotasks }; enumerator
Dexecution.cc129 case Execution::Target::kRunMicrotasks: in Invoke()
273 exception_out, Target::kRunMicrotasks); in RunMicrotasks()
Dcode-stubs.h499 enum class SpecialTarget { kNone, kRunMicrotasks }; enumerator
535 case SpecialTarget::kRunMicrotasks: in EntryTrampoline()
Dapi.cc8971 run_(type == MicrotasksScope::kRunMicrotasks) { in MicrotasksScope()
/external/v8/src/wasm/
Dwasm-js.cc392 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()
/external/v8/src/heap/
Dheap.cc2663 JSEntryStub stub(isolate(), JSEntryStub::SpecialTarget::kRunMicrotasks); in CreateJSRunMicrotasksEntryStub()
/external/v8/include/
Dv8.h6659 enum Type { kRunMicrotasks, kDoNotRunMicrotasks };