Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
H A Ddebug.h44 enum ExceptionBreakType { BreakException = 0, BreakUncaughtException = 1 }; enum
244 void ChangeBreakOnException(ExceptionBreakType type, bool enable);
245 bool IsBreakOnException(ExceptionBreakType type);
H A Ddebug.cc1001 void Debug::ChangeBreakOnException(ExceptionBreakType type, bool enable) { in ChangeBreakOnException()
1009 bool Debug::IsBreakOnException(ExceptionBreakType type) { in IsBreakOnException()
/third_party/node/deps/v8/src/runtime/
H A Druntime-debug.cc492 ExceptionBreakType type = static_cast<ExceptionBreakType>(type_arg); in RUNTIME_FUNCTION()

Completed in 8 milliseconds