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