Lines Matching refs:debug
45 class V8Debugger : public v8::debug::DebugDelegate,
46 public v8::debug::AsyncEventDelegate {
58 v8::debug::ExceptionBreakState getPauseOnExceptionsState();
59 void setPauseOnExceptionsState(v8::debug::ExceptionBreakState);
79 // Each script inherits debug data from v8::Context where it has been
81 // Only scripts whose debug data matches |contextGroupId| will be reported.
153 const std::vector<v8::debug::BreakpointId>& hitBreakpoints,
154 v8::debug::BreakReasons break_reasons,
155 v8::debug::ExceptionType exception_type = v8::debug::kException,
184 // v8::debug::DebugEventListener implementation.
185 void AsyncEventOccurred(v8::debug::DebugAsyncActionType type, int id,
187 void ScriptCompiled(v8::Local<v8::debug::Script> script, bool is_live_edited,
191 const std::vector<v8::debug::BreakpointId>& break_points_hit,
192 v8::debug::BreakReasons break_reasons) override;
194 v8::debug::BreakpointId) override;
198 v8::debug::ExceptionType exception_type) override;
199 bool IsFunctionBlackboxed(v8::Local<v8::debug::Script> script,
200 const v8::debug::Location& start,
201 const v8::debug::Location& end) override;
203 bool ShouldBeSkipped(v8::Local<v8::debug::Script> script, int line,
282 v8::debug::ExceptionBreakState m_pauseOnExceptionsState;