Lines Matching refs:maxAsyncDepth
57 V8StackTraceId* externalParent, int* maxAsyncDepth) {
61 if (maxAsyncDepth) *maxAsyncDepth = debugger->maxAsyncCallChainDepth();
75 const V8StackTraceId& externalParent, int maxAsyncDepth) {
78 return asyncParent->buildInspectorObject(debugger, maxAsyncDepth);
95 if (maxAsyncDepth > 0) {
97 asyncParent->buildInspectorObject(debugger, maxAsyncDepth - 1));
239 int maxAsyncDepth = 0;
242 calculateAsyncChain(debugger, &asyncParent, &externalParent, &maxAsyncDepth);
246 std::move(frames), maxAsyncDepth, asyncParent, externalParent));
270 std::vector<std::shared_ptr<StackFrame>> frames, int maxAsyncDepth,
274 m_maxAsyncDepth(maxAsyncDepth),
323 int maxAsyncDepth) const {
326 maxAsyncDepth);
330 V8StackTraceImpl::buildInspectorObject(int maxAsyncDepth) const {
332 std::min(maxAsyncDepth, m_maxAsyncDepth));
451 int maxAsyncDepth) const {
454 maxAsyncDepth);