Home
last modified time | relevance | path

Searched defs:uncaught (Results 1 – 7 of 7) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DEventMod.java83 public boolean uncaught; field in EventMod
DEventBuilder.java98 boolean uncaught) { in setExceptionOnly()
DVmMirror.java1415 boolean uncaught) { in setException()
1433 boolean uncaught) { in setException()
1463 boolean caught, boolean uncaught, int count) { in setCountableException()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
DJDWPEventModifierTestCase.java79 String exceptionClassSignature, boolean caught, boolean uncaught) { in createExceptionEventBuilder()
/external/chromium_org/v8/src/
Ddebug-debugger.js1070 function MakeExceptionEvent(break_id, exception, uncaught, promise) { argument
1075 function ExceptionEvent(break_id, exception, uncaught, promise) { argument
1093 ExceptionEvent.prototype.uncaught = function() { method in ExceptionEvent
1126 o.body = { uncaught: this.uncaught_, property
Ddebug.cc2469 bool uncaught, in MakeExceptionEvent()
2504 void Debug::OnThrow(Handle<Object> exception, bool uncaught) { in OnThrow()
2528 void Debug::OnException(Handle<Object> exception, bool uncaught, in OnException()
/external/chromium_org/v8/test/cctest/
Dtest-debug.cc321 static void ChangeBreakOnException(bool caught, bool uncaught) { in ChangeBreakOnException()
330 bool uncaught) { in ChangeBreakOnExceptionFromJS()