Searched refs:breakReasons (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger.cc | 369 v8::debug::BreakReasons breakReasons, in handleProgramBreak() 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() 422 &scheduledOOMBreak, &breakReasons](V8InspectorSessionImpl* session) { in handleProgramBreak() 426 breakpointIds, exceptionType, isUncaught, breakReasons); in handleProgramBreak() 366 handleProgramBreak( v8::Local<v8::Context> pausedContext, v8::Local<v8::Value> exception, const std::vector<v8::debug::BreakpointId>& breakpointIds, v8::debug::BreakReasons breakReasons, v8::debug::ExceptionType exceptionType, bool isUncaught) handleProgramBreak() argument
|
H A D | v8-debugger-agent-impl.cc | 355 bool hitBreakReasonEncodedAsOther(v8::debug::BreakReasons breakReasons) { in hitBreakReasonEncodedAsOther() argument 363 return breakReasons.contains_any(otherBreakReasons); in hitBreakReasonEncodedAsOther() 1790 v8::debug::BreakReasons breakReasons) { 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() 1853 hitRegularBreakpoint || hitBreakReasonEncodedAsOther(breakReasons); in didPause() 1864 breakReasons.contains(v8::debug::BreakReason::kAgent)); in didPause() 1786 didPause( int contextId, v8::Local<v8::Value> exception, const std::vector<v8::debug::BreakpointId>& hitBreakpoints, v8::debug::ExceptionType exceptionType, bool isUncaught, v8::debug::BreakReasons breakReasons) didPause() argument
|
H A D | v8-debugger-agent-impl.h | 157 v8::debug::BreakReasons breakReasons);
|
Completed in 6 milliseconds