Home
last modified time | relevance | path

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

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