Searched refs:maxStackSize (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-stack-trace-impl.cc | 38 int maxStackSize) { in toFramesVector() 40 int frameCount = std::min(v8StackTrace->GetFrameCount(), maxStackSize); in toFramesVector() 228 int maxStackSize) { in create() 236 frames = toFramesVector(debugger, v8StackTrace, maxStackSize); in create() 251 V8Debugger* debugger, int maxStackSize) { in capture() 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() 36 toFramesVector( V8Debugger* debugger, v8::Local<v8::StackTrace> v8StackTrace, int maxStackSize) toFramesVector() argument 226 create( V8Debugger* debugger, v8::Local<v8::StackTrace> v8StackTrace, int maxStackSize) create() argument 250 capture( V8Debugger* debugger, int maxStackSize) capture() argument [all...] |
H A D | v8-stack-trace-impl.h | 58 int maxStackSize); 60 int maxStackSize);
|
Completed in 2 milliseconds