Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger-agent-impl.h119 const String16& breakReason,
122 void breakProgram(const String16& breakReason,
124 void breakProgramOnException(const String16& breakReason,
200 const String16& breakReason,
Dv8-debugger-agent-impl.cc591 const String16& breakReason, in pushBreakDetails() argument
593 m_breakReason.push_back(std::make_pair(breakReason, std::move(breakAuxData))); in pushBreakDetails()
607 const String16& breakReason, in schedulePauseOnNextStatement() argument
614 pushBreakDetails(breakReason, std::move(data)); in schedulePauseOnNextStatement()
1096 String16 breakReason = in didPause() local
1111 std::make_pair(breakReason, std::move(breakAuxData))); in didPause()
1140 String16 breakReason = protocol::Debugger::Paused::ReasonEnum::Other; in didPause() local
1143 breakReason = hitReasons[0].first; in didPause()
1146 breakReason = protocol::Debugger::Paused::ReasonEnum::Ambiguous; in didPause()
1164 m_frontend.paused(std::move(protocolCallFrames), breakReason, in didPause()
[all …]
Dv8-inspector-session-impl.h71 void schedulePauseOnNextStatement(const StringView& breakReason,
74 void breakProgram(const StringView& breakReason,
Dv8-inspector-session-impl.cc400 const StringView& breakReason, const StringView& breakDetails) { in schedulePauseOnNextStatement() argument
402 toString16(breakReason), in schedulePauseOnNextStatement()
411 void V8InspectorSessionImpl::breakProgram(const StringView& breakReason, in breakProgram() argument
414 toString16(breakReason), in breakProgram()
/external/v8/include/
Dv8-inspector.h138 virtual void schedulePauseOnNextStatement(const StringView& breakReason,
141 virtual void breakProgram(const StringView& breakReason,