Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
Dv8-stack-trace-impl.cc57 V8StackTraceId* externalParent, int* maxAsyncDepth) { in calculateAsyncChain() argument
61 if (maxAsyncDepth) *maxAsyncDepth = debugger->maxAsyncCallChainDepth(); in calculateAsyncChain()
75 const V8StackTraceId& externalParent, int maxAsyncDepth) { in buildInspectorObjectCommon() argument
78 return asyncParent->buildInspectorObject(debugger, maxAsyncDepth); in buildInspectorObjectCommon()
95 if (maxAsyncDepth > 0) { in buildInspectorObjectCommon()
97 asyncParent->buildInspectorObject(debugger, maxAsyncDepth - 1)); in buildInspectorObjectCommon()
239 int maxAsyncDepth = 0; in create() local
242 calculateAsyncChain(debugger, &asyncParent, &externalParent, &maxAsyncDepth); in create()
246 std::move(frames), maxAsyncDepth, asyncParent, externalParent)); in create()
270 std::vector<std::shared_ptr<StackFrame>> frames, int maxAsyncDepth, in V8StackTraceImpl() argument
[all …]
Dv8-stack-trace-impl.h69 V8Debugger* debugger, int maxAsyncDepth) const;
82 int maxAsyncDepth) const override;
89 int maxAsyncDepth,
124 V8Debugger* debugger, int maxAsyncDepth) const;
/third_party/node/deps/v8/include/
Dv8-inspector.h149 buildInspectorObject(int maxAsyncDepth) const = 0;