Home
last modified time | relevance | path

Searched refs:runMicrotasks (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/inspector/
Dv8-inspector-impl.h132 v8::MicrotasksScope::Type runMicrotasks);
Dv8-inspector-impl.cc125 v8::MicrotasksScope::Type runMicrotasks) { in callFunction() argument
126 v8::MicrotasksScope microtasksScope(m_isolate, runMicrotasks); in callFunction()