Lines Matching refs:maxAsyncDepth
39 V8StackTraceId* externalParent, int* maxAsyncDepth) { in calculateAsyncChain() argument
43 if (maxAsyncDepth) *maxAsyncDepth = debugger->maxAsyncCallChainDepth(); in calculateAsyncChain()
53 if (maxAsyncDepth) *maxAsyncDepth = 0; in calculateAsyncChain()
69 const V8StackTraceId& externalParent, int maxAsyncDepth) { in buildInspectorObjectCommon() argument
72 return asyncParent->buildInspectorObject(debugger, maxAsyncDepth); in buildInspectorObjectCommon()
89 if (maxAsyncDepth > 0) { in buildInspectorObjectCommon()
91 asyncParent->buildInspectorObject(debugger, maxAsyncDepth - 1)); in buildInspectorObjectCommon()
194 int maxAsyncDepth = 0; in create() local
198 &maxAsyncDepth); in create()
202 std::move(frames), maxAsyncDepth, asyncParent, externalParent)); in create()
221 std::vector<std::shared_ptr<StackFrame>> frames, int maxAsyncDepth, in V8StackTraceImpl() argument
225 m_maxAsyncDepth(maxAsyncDepth), in V8StackTraceImpl()
402 int maxAsyncDepth) const { in buildInspectorObject()
405 maxAsyncDepth); in buildInspectorObject()