Home
last modified time | relevance | path

Searched refs:setMaxCallStackSizeToCapture (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/inspector/
Dv8-runtime-agent-impl.cc503 Response V8RuntimeAgentImpl::setMaxCallStackSizeToCapture(int size) { in setMaxCallStackSizeToCapture() function in v8_inspector::V8RuntimeAgentImpl
514 m_inspector->debugger()->setMaxCallStackSizeToCapture(this, size); in setMaxCallStackSizeToCapture()
892 m_inspector->debugger()->setMaxCallStackSizeToCapture(this, size); in restore()
908 m_inspector->debugger()->setMaxCallStackSizeToCapture( in enable()
927 m_inspector->debugger()->setMaxCallStackSizeToCapture(this, -1); in disable()
Dv8-runtime-agent-impl.h107 Response setMaxCallStackSizeToCapture(int) override;
Dv8-debugger.h95 void setMaxCallStackSizeToCapture(V8RuntimeAgentImpl*, int);
Dv8-debugger.cc843 void V8Debugger::setMaxCallStackSizeToCapture(V8RuntimeAgentImpl* agent, in setMaxCallStackSizeToCapture() function in v8_inspector::V8Debugger
/third_party/node/deps/v8/include/
Djs_protocol.pdl1554 experimental command setMaxCallStackSizeToCapture