Lines Matching refs:debugger
47 #include "src/inspector/v8-debugger-agent-impl.h"
48 #include "src/inspector/v8-debugger.h"
514 m_inspector->debugger()->setMaxCallStackSizeToCapture(this, size);
540 if (!persistScript) m_inspector->debugger()->muteScriptParsedEvents();
544 if (!persistScript) m_inspector->debugger()->unmuteScriptParsedEvents();
652 v8::Local<v8::Array> resultArray = m_inspector->debugger()->queryObjects(
700 m_inspector->debugger()->terminateExecution(std::move(callback));
892 m_inspector->debugger()->setMaxCallStackSizeToCapture(this, size);
908 m_inspector->debugger()->setMaxCallStackSizeToCapture(
927 m_inspector->debugger()->setMaxCallStackSizeToCapture(this, -1);