Home
last modified time | relevance | path

Searched refs:ExceptionBreakType (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/debug/
Ddebug.h45 enum ExceptionBreakType { enum
240 void ChangeBreakOnException(ExceptionBreakType type, bool enable);
241 bool IsBreakOnException(ExceptionBreakType type);
Ddebug.cc791 void Debug::ChangeBreakOnException(ExceptionBreakType type, bool enable) { in ChangeBreakOnException()
800 bool Debug::IsBreakOnException(ExceptionBreakType type) { in IsBreakOnException()
/external/v8/src/runtime/
Druntime-debug.cc400 ExceptionBreakType type = static_cast<ExceptionBreakType>(type_arg); in RUNTIME_FUNCTION()