Searched refs:BreakReason (Results 1 – 7 of 7) sorted by relevance
359 {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 …]
223 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()
240 using BreakReason = variable242 std::vector<BreakReason> m_breakReason;
124 enum class BreakReason : uint8_t { enum135 typedef base::EnumSet<BreakReason> BreakReasons;140 Isolate* isolate, base::EnumSet<BreakReason> break_reason = {});270 base::EnumSet<BreakReason> break_reasons = {}) {}
326 base::EnumSet<debug::BreakReason> break_reasons) { in BreakRightNow()
2281 break_reasons.Add(debug::BreakReason::kStep); in OnDebugBreak()
142 v8::debug::BreakReasons({v8::debug::BreakReason::kDebuggerStatement})); in RUNTIME_FUNCTION()154 v8::debug::BreakReasons({v8::debug::BreakReason::kScheduled})); in RUNTIME_FUNCTION()