Home
last modified time | relevance | path

Searched defs:isPromiseRejection (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/inspector/
Dv8-debugger.cc483 bool isPromiseRejection, bool isUncaught) { in handleProgramBreak()
613 bool isPromiseRejection = promise->IsPromise(); in ExceptionThrown() local
Dv8-debugger-agent-impl.cc1515 bool isPromiseRejection, bool isUncaught, bool isOOMBreak, bool isAssert) { in didPause()