Home
last modified time | relevance | path

Searched refs:isUncaught (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/inspector/
Dv8-debugger.cc483 bool isPromiseRejection, bool isUncaught) { in handleProgramBreak() argument
526 &isPromiseRejection, &isUncaught, &scheduledOOMBreak, in handleProgramBreak()
531 breakpointIds, isPromiseRejection, isUncaught, scheduledOOMBreak, in handleProgramBreak()
612 bool isUncaught) { in ExceptionThrown() argument
616 isPromiseRejection, isUncaught); in ExceptionThrown()
Dv8-debugger.h148 bool isPromiseRejection = false, bool isUncaught = false);
Dv8-debugger-agent-impl.h145 bool isPromiseRejection, bool isUncaught, bool isOOMBreak,
Dv8-debugger-agent-impl.cc1515 bool isPromiseRejection, bool isUncaught, bool isOOMBreak, bool isAssert) { in didPause() argument
1540 breakAuxData->setBoolean("uncaught", isUncaught); in didPause()