Searched refs:IsBreakOnException (Results 1 – 4 of 4) sorted by relevance
241 bool IsBreakOnException(ExceptionBreakType type);
800 bool Debug::IsBreakOnException(ExceptionBreakType type) { in IsBreakOnException() function in v8::internal::Debug
146 F(IsBreakOnException, 1, 1) \
401 bool result = isolate->debug()->IsBreakOnException(type); in RUNTIME_FUNCTION()