Searched refs:IsBreakOnException (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
H A Ddebug.h391 bool IsBreakOnException(ExceptionBreakType type);
H A Ddebug-debugger.js880 return !!%IsBreakOnException(Debug.ExceptionBreak.Caught);
892 return !!%IsBreakOnException(Debug.ExceptionBreak.Uncaught);
H A Druntime.h548 F(IsBreakOnException, 1, 1) \
H A Ddebug.cc1256 bool Debug::IsBreakOnException(ExceptionBreakType type) { function in class:v8::internal::Debug
H A Druntime.cc12880 bool result = isolate->debug()->IsBreakOnException(type);

Completed in 887 milliseconds