Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Djava-script-call-frame.cc49 v8::MicrotasksScope::kDoNotRunMicrotasks); in callV8FunctionReturnInt()
96 v8::MicrotasksScope::kDoNotRunMicrotasks); in details()
124 v8::MicrotasksScope::kDoNotRunMicrotasks); in restart()
143 v8::MicrotasksScope::kDoNotRunMicrotasks); in setVariableValue()
Dv8-function-call.cc98 v8::MicrotasksScope::kDoNotRunMicrotasks); in callWithoutExceptionHandling()
Dv8-regex.cc53 v8::MicrotasksScope::kDoNotRunMicrotasks); in match()
Dv8-console.cc664 v8::MicrotasksScope::kDoNotRunMicrotasks); in createConsole()
746 v8::MicrotasksScope::kDoNotRunMicrotasks); in createCommandLineAPI()
846 v8::MicrotasksScope::kDoNotRunMicrotasks); in accessorGetterCallback()
Dv8-inspector-impl.cc120 v8::MicrotasksScope::kDoNotRunMicrotasks); in compileAndRunInternalScript()
Dv8-debugger.cc39 v8::MicrotasksScope::kDoNotRunMicrotasks); in callDebuggerMethod()
545 v8::MicrotasksScope::kDoNotRunMicrotasks); in callInternalGetterFunction()
Dinjected-script.cc96 v8::MicrotasksScope::kDoNotRunMicrotasks); in create()
/external/v8/include/
Dv8.h5849 enum Type { kRunMicrotasks, kDoNotRunMicrotasks }; enumerator