Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
Dv8-stack-trace-impl.cc57 V8StackTraceId* externalParent, int* maxAsyncDepth) { in calculateAsyncChain()
75 const V8StackTraceId& externalParent, int maxAsyncDepth) { in buildInspectorObjectCommon()
239 int maxAsyncDepth = 0; in create() local
270 std::vector<std::shared_ptr<StackFrame>> frames, int maxAsyncDepth, in V8StackTraceImpl()