Searched refs:currentAsyncParent (Results 1 – 4 of 4) sorted by relevance
90 std::shared_ptr<AsyncStackTrace> currentAsyncParent();
40 *asyncParent = debugger->currentAsyncParent(); in calculateAsyncChain()
362 auto current = currentAsyncParent(); in asyncStepOutOfFunction()682 std::shared_ptr<AsyncStackTrace> V8Debugger::currentAsyncParent() { in currentAsyncParent() function in v8_inspector::V8Debugger
1340 m_debugger->currentAsyncParent(); in currentAsyncStackTrace()