Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.h407 bool IsExceptionBlackboxed(bool uncaught);
Ddebug.cc1677 bool Debug::IsExceptionBlackboxed(bool uncaught) { in IsExceptionBlackboxed() function in v8::internal::Debug
1733 IsExceptionBlackboxed(uncaught))) { in OnException()