Home
last modified time | relevance | path

Searched defs:maxCallStackSizeToCapture (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/inspector/
Dv8-debugger.h94 int maxCallStackSizeToCapture() const { return m_maxCallStackSizeToCapture; } in maxCallStackSizeToCapture() function
Dv8-runtime-agent-impl.cc60 static const char maxCallStackSizeToCapture[] = "maxCallStackSizeToCapture"; variable