Searched refs:asyncCallChain (Results 1 – 1 of 1) sorted by relevance
119 V8StackTraceImpl* asyncCallChain = nullptr; in create() local121 asyncCallChain = debugger->currentAsyncCallChain(); in create()128 if (contextGroupId && asyncCallChain && asyncCallChain->m_contextGroupId && in create()129 asyncCallChain->m_contextGroupId != contextGroupId) { in create()130 asyncCallChain = nullptr; in create()136 if (asyncCallChain && asyncCallChain->isEmpty()) in create()137 asyncCallChain = asyncCallChain->m_parent.get(); in create()139 if (stackTrace.IsEmpty() && !asyncCallChain) return nullptr; in create()143 asyncCallChain ? asyncCallChain->cloneImpl() : nullptr)); in create()