Home
last modified time | relevance | path

Searched refs:BreakReason (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/inspector/
Dv8-debugger-agent-impl.cc359 {v8::debug::BreakReason::kStep, in hitBreakReasonEncodedAsOther()
360 v8::debug::BreakReason::kDebuggerStatement, in hitBreakReasonEncodedAsOther()
361 v8::debug::BreakReason::kScheduled, v8::debug::BreakReason::kAsyncStep, in hitBreakReasonEncodedAsOther()
362 v8::debug::BreakReason::kAlreadyPaused}); in hitBreakReasonEncodedAsOther()
397 v8::debug::BreakReasons({v8::debug::BreakReason::kAlreadyPaused})); in enableImpl()
1135 std::vector<BreakReason> emptyBreakReason; in clearBreakDetails()
1793 std::vector<BreakReason> hitReasons; in didPause()
1795 if (breakReasons.contains(v8::debug::BreakReason::kOOM)) { in didPause()
1798 } else if (breakReasons.contains(v8::debug::BreakReason::kAssert)) { in didPause()
1801 } else if (breakReasons.contains(v8::debug::BreakReason::kException)) { in didPause()
[all …]
Dv8-debugger.cc223 v8::debug::BreakReasons({v8::debug::BreakReason::kScheduled})); in interruptAndBreak()
248 m_isolate, v8::debug::BreakReasons({v8::debug::BreakReason::kAssert})); in breakProgramOnAssert()
385 breakReasons.Add(v8::debug::BreakReason::kAsyncStep); in handleProgramBreak()
387 breakReasons.Add(v8::debug::BreakReason::kAgent); in handleProgramBreak()
398 breakReasons.contains(v8::debug::BreakReason::kOOM)); in handleProgramBreak()
472 isolate, v8::debug::BreakReasons({v8::debug::BreakReason::kOOM})); in nearHeapLimitCallback()
552 v8::debug::BreakReasons({v8::debug::BreakReason::kException}), in ExceptionThrown()
Dv8-debugger-agent-impl.h240 using BreakReason = variable
242 std::vector<BreakReason> m_breakReason;
/third_party/node/deps/v8/src/debug/
Ddebug-interface.h124 enum class BreakReason : uint8_t { enum
135 typedef base::EnumSet<BreakReason> BreakReasons;
140 Isolate* isolate, base::EnumSet<BreakReason> break_reason = {});
270 base::EnumSet<BreakReason> break_reasons = {}) {}
Ddebug-interface.cc326 base::EnumSet<debug::BreakReason> break_reasons) { in BreakRightNow()
Ddebug.cc2281 break_reasons.Add(debug::BreakReason::kStep); in OnDebugBreak()
/third_party/node/deps/v8/src/runtime/
Druntime-debug.cc142 v8::debug::BreakReasons({v8::debug::BreakReason::kDebuggerStatement})); in RUNTIME_FUNCTION()
154 v8::debug::BreakReasons({v8::debug::BreakReason::kScheduled})); in RUNTIME_FUNCTION()