Searched defs:isBreakOnUncaughtException (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Ddebug-debugger.js103 getValue: function() { return Debug.isBreakOnUncaughtException(); },
893 Debug.isBreakOnUncaughtException = function() {
1821 breakOnUncaughtExceptions: Debug.isBreakOnUncaughtException()
1853 enabled = !Debug.isBreakOnUncaughtException();

Completed in 103 milliseconds