Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.cc530 bool isPromiseRejection, bool isUncaught) { in handleProgramBreak()
614 bool isPromiseRejection = promise->IsPromise(); in ExceptionThrown() local
Dv8-debugger-agent-impl.cc1081 bool isPromiseRejection, bool isUncaught, in didPause()