Home
last modified time | relevance | path

Searched refs:asyncParent (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/inspector/
Dv8-stack-trace-impl.cc38 std::shared_ptr<AsyncStackTrace>* asyncParent, in calculateAsyncChain() argument
40 *asyncParent = debugger->currentAsyncParent(); in calculateAsyncChain()
42 DCHECK(externalParent->IsInvalid() || !*asyncParent); in calculateAsyncChain()
48 if (contextGroupId && *asyncParent && in calculateAsyncChain()
49 (*asyncParent)->externalParent().IsInvalid() && in calculateAsyncChain()
50 (*asyncParent)->contextGroupId() != contextGroupId) { in calculateAsyncChain()
51 asyncParent->reset(); in calculateAsyncChain()
59 if (*asyncParent && (*asyncParent)->isEmpty()) { in calculateAsyncChain()
60 *asyncParent = (*asyncParent)->parent().lock(); in calculateAsyncChain()
68 const std::shared_ptr<AsyncStackTrace>& asyncParent, in buildInspectorObjectCommon() argument
[all …]
Dv8-stack-trace-impl.h85 std::shared_ptr<AsyncStackTrace> asyncParent,
145 std::shared_ptr<AsyncStackTrace> asyncParent,
Dv8-debugger-agent-impl.cc1339 std::shared_ptr<AsyncStackTrace> asyncParent = in currentAsyncStackTrace() local
1341 if (!asyncParent) return nullptr; in currentAsyncStackTrace()
1342 return asyncParent->buildInspectorObject( in currentAsyncStackTrace()