Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.h404 bool IsBreakOnException(ExceptionBreakType type);
Ddebug.js886 return !!%IsBreakOnException(Debug.ExceptionBreak.Caught);
898 return !!%IsBreakOnException(Debug.ExceptionBreak.Uncaught);
Ddebug.cc745 bool Debug::IsBreakOnException(ExceptionBreakType type) { in IsBreakOnException() function in v8::internal::Debug
/external/v8/src/runtime/
Druntime.h177 F(IsBreakOnException, 1, 1) \
Druntime-debug.cc1204 bool result = isolate->debug()->IsBreakOnException(type); in RUNTIME_FUNCTION()