Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
Dv8-debugger-agent-impl.h143 const String16& breakReason,
146 void breakProgram(const String16& breakReason,
245 const String16& breakReason,
Dv8-debugger-agent-impl.cc1124 const String16& breakReason, in pushBreakDetails() argument
1126 m_breakReason.push_back(std::make_pair(breakReason, std::move(breakAuxData))); in pushBreakDetails()
1140 const String16& breakReason, in schedulePauseOnNextStatement() argument
1146 pushBreakDetails(breakReason, std::move(data)); in schedulePauseOnNextStatement()
1753 String16 breakReason = protocol::Debugger::Paused::ReasonEnum::Other; in didPauseOnInstrumentation() local
1765 breakReason = protocol::Debugger::Paused::ReasonEnum::Instrumentation; in didPauseOnInstrumentation()
1780 m_frontend.paused(std::move(protocolCallFrames), breakReason, in didPauseOnInstrumentation()
1805 String16 breakReason = in didPause() local
1821 std::make_pair(breakReason, std::move(breakAuxData))); in didPause()
1865 String16 breakReason = protocol::Debugger::Paused::ReasonEnum::Other; in didPause() local
[all …]
Dv8-inspector-session-impl.h80 void schedulePauseOnNextStatement(StringView breakReason,
83 void breakProgram(StringView breakReason, StringView breakDetails) override;
Dv8-inspector-session-impl.cc454 StringView breakReason, StringView breakDetails) { in schedulePauseOnNextStatement() argument
458 toString16(breakReason), in schedulePauseOnNextStatement()
467 void V8InspectorSessionImpl::breakProgram(StringView breakReason, in breakProgram() argument
472 toString16(breakReason), in breakProgram()
/third_party/node/deps/v8/include/
Dv8-inspector.h183 virtual void schedulePauseOnNextStatement(StringView breakReason,
186 virtual void breakProgram(StringView breakReason,