Home
last modified time | relevance | path

Searched refs:maxCallStackSizeToCapture (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.h94 int maxCallStackSizeToCapture() const { return m_maxCallStackSizeToCapture; } in maxCallStackSizeToCapture() function in v8_inspector::V8Debugger
H A Dv8-runtime-agent-impl.cc60 static const char maxCallStackSizeToCapture[] = "maxCallStackSizeToCapture"; member
506 "maxCallStackSizeToCapture should be non-negative"); in setMaxCallStackSizeToCapture()
513 m_state->setInteger(V8RuntimeAgentImplState::maxCallStackSizeToCapture, size); in setMaxCallStackSizeToCapture()
890 if (m_state->getInteger(V8RuntimeAgentImplState::maxCallStackSizeToCapture, in restore()
H A Dv8-stack-trace-impl.cc400 int maxStackSize = debugger->maxCallStackSizeToCapture(); in capture()
H A Dv8-debugger.cc1089 stackSize = maxCallStackSizeToCapture(); in captureStackTrace()

Completed in 6 milliseconds