Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.h110 bool isPromiseRejection = false,
Dv8-debugger.cc489 bool isPromiseRejection, bool isUncaught) { in handleProgramBreak() argument
512 pausedContext, exception, breakpointIds, isPromiseRejection, isUncaught); in handleProgramBreak()
604 bool isPromiseRejection = !promise.IsEmpty() && promise->IsObject(); in handleV8DebugEvent() local
609 exception, v8::Local<v8::Array>(), isPromiseRejection, in handleV8DebugEvent()
Dv8-debugger-agent-impl.h140 bool isPromiseRejection, bool isUncaught);
Dv8-debugger-agent-impl.cc1087 const std::vector<String16>& hitBreakpoints, bool isPromiseRejection, in didPause() argument
1124 isPromiseRejection in didPause()