Searched refs:maxStackSize (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/inspector/ |
D | v8-stack-trace-impl.cc | 38 int maxStackSize) { in toFramesVector() argument 40 int frameCount = std::min(v8StackTrace->GetFrameCount(), maxStackSize); in toFramesVector() 228 int maxStackSize) { in create() argument 236 frames = toFramesVector(debugger, v8StackTrace, maxStackSize); in create() 251 V8Debugger* debugger, int maxStackSize) { in capture() argument 257 "V8StackTraceImpl::capture", "maxFrameCount", maxStackSize); in capture() 263 v8StackTrace = v8::StackTrace::CurrentStackTrace(isolate, maxStackSize, in capture() 266 return V8StackTraceImpl::create(debugger, v8StackTrace, maxStackSize); in capture() 400 int maxStackSize = debugger->maxCallStackSizeToCapture(); in capture() local 404 "AsyncStackTrace::capture", "maxFrameCount", maxStackSize); in capture() [all …]
|
D | v8-stack-trace-impl.h | 58 int maxStackSize); 60 int maxStackSize);
|