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

/external/v8/test/mjsunit/
H A Ddebug-listbreakpoints.js75 function setBreakOnException(dcp, type, enabled) { function
125 setBreakOnException(dcp, "all", true);
128 setBreakOnException(dcp, "uncaught", true);
131 setBreakOnException(dcp, "all", false);
134 setBreakOnException(dcp, "uncaught", false);
141 setBreakOnException(dcp, "all", true);
144 setBreakOnException(dcp, "uncaught", true);
147 setBreakOnException(dcp, "all", false);
150 setBreakOnException(dcp, "uncaught", false);
/external/v8/src/
H A Ddebug-debugger.js96 Debug.setBreakOnException();
873 Debug.setBreakOnException = function() {

Completed in 78 milliseconds