Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug.h436 bool IsExceptionBlackboxed(bool uncaught);
Ddebug.cc2153 bool Debug::IsExceptionBlackboxed(bool uncaught) { in IsExceptionBlackboxed() function in v8::internal::Debug
2226 IsExceptionBlackboxed(uncaught))) { in OnException()