Home
last modified time | relevance | path

Searched refs:currentAsyncParent (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/inspector/
Dv8-debugger.h90 std::shared_ptr<AsyncStackTrace> currentAsyncParent();
Dv8-stack-trace-impl.cc40 *asyncParent = debugger->currentAsyncParent(); in calculateAsyncChain()
Dv8-debugger.cc362 auto current = currentAsyncParent(); in asyncStepOutOfFunction()
682 std::shared_ptr<AsyncStackTrace> V8Debugger::currentAsyncParent() { in currentAsyncParent() function in v8_inspector::V8Debugger
Dv8-debugger-agent-impl.cc1340 m_debugger->currentAsyncParent(); in currentAsyncStackTrace()