Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-inspector-impl.cc85 v8::MicrotasksScope::kRunMicrotasks); in runCompiledScript()
101 v8::MicrotasksScope::kRunMicrotasks); in callFunction()
Djava-script-call-frame.cc111 v8::MicrotasksScope::kRunMicrotasks); in evaluate()
Dv8-runtime-agent-impl.cc78 v8::MicrotasksScope::kRunMicrotasks); in add()
/external/v8/include/
Dv8.h5849 enum Type { kRunMicrotasks, kDoNotRunMicrotasks }; enumerator
/external/v8/src/
Dapi.cc8549 run_(type == MicrotasksScope::kRunMicrotasks) { in MicrotasksScope()