Searched refs:maxAsyncDepth (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-stack-trace-impl.cc | 57 V8StackTraceId* externalParent, int* maxAsyncDepth) { in calculateAsyncChain() 61 if (maxAsyncDepth) *maxAsyncDepth = debugger->maxAsyncCallChainDepth(); in calculateAsyncChain() 75 const V8StackTraceId& externalParent, int maxAsyncDepth) { in buildInspectorObjectCommon() 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, asyncParen in create() 55 calculateAsyncChain(V8Debugger* debugger, std::shared_ptr<AsyncStackTrace>* asyncParent, V8StackTraceId* externalParent, int* maxAsyncDepth) calculateAsyncChain() argument 70 buildInspectorObjectCommon( V8Debugger* debugger, const std::vector<std::shared_ptr<StackFrame>>& frames, const String16& description, const std::shared_ptr<AsyncStackTrace>& asyncParent, const V8StackTraceId& externalParent, int maxAsyncDepth) buildInspectorObjectCommon() argument 269 V8StackTraceImpl( std::vector<std::shared_ptr<StackFrame>> frames, int maxAsyncDepth, std::shared_ptr<AsyncStackTrace> asyncParent, const V8StackTraceId& externalParent) V8StackTraceImpl() argument [all...] |
H A D | v8-stack-trace-impl.h | 69 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/v8-include/ |
H A D | v8-inspector.h | 156 buildInspectorObject(int maxAsyncDepth) const = 0;
|
/third_party/node/deps/v8/include/ |
H A D | v8-inspector.h | 149 buildInspectorObject(int maxAsyncDepth) const = 0;
|
Completed in 4 milliseconds