Searched refs:maxCallStackSizeToCapture (Results 1 – 4 of 4) sorted by relevance
60 static const char maxCallStackSizeToCapture[] = "maxCallStackSizeToCapture"; variable513 m_state->setInteger(V8RuntimeAgentImplState::maxCallStackSizeToCapture, size); in setMaxCallStackSizeToCapture()890 if (m_state->getInteger(V8RuntimeAgentImplState::maxCallStackSizeToCapture, in restore()
94 int maxCallStackSizeToCapture() const { return m_maxCallStackSizeToCapture; } in maxCallStackSizeToCapture() function
400 int maxStackSize = debugger->maxCallStackSizeToCapture(); in capture()
1089 stackSize = maxCallStackSizeToCapture(); in captureStackTrace()