Searched refs:IsBreakOnException (Results 1 – 5 of 5) sorted by relevance
404 bool IsBreakOnException(ExceptionBreakType type);
886 return !!%IsBreakOnException(Debug.ExceptionBreak.Caught);898 return !!%IsBreakOnException(Debug.ExceptionBreak.Uncaught);
745 bool Debug::IsBreakOnException(ExceptionBreakType type) { in IsBreakOnException() function in v8::internal::Debug
177 F(IsBreakOnException, 1, 1) \
1204 bool result = isolate->debug()->IsBreakOnException(type); in RUNTIME_FUNCTION()