Home
last modified time | relevance | path

Searched refs:isOOMBreak (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/inspector/
Dv8-debugger-agent-impl.h145 bool isPromiseRejection, bool isUncaught, bool isOOMBreak,
154 bool acceptsPause(bool isOOMBreak) const;
Dv8-debugger-agent-impl.cc774 bool V8DebuggerAgentImpl::acceptsPause(bool isOOMBreak) const { in acceptsPause()
775 return enabled() && (isOOMBreak || !m_skipAllPauses); in acceptsPause()
1515 bool isPromiseRejection, bool isUncaught, bool isOOMBreak, bool isAssert) { in didPause() argument
1520 if (isOOMBreak) { in didPause()