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

/external/chromium_org/v8/src/
H A Ddebug-debugger.js1096 function MakeExceptionEvent(exec_state, exception, uncaught) {
1097 return new ExceptionEvent(exec_state, exception, uncaught);
1101 function ExceptionEvent(exec_state, exception, uncaught) {
1104 this.uncaught_ = uncaught;
1123 ExceptionEvent.prototype.uncaught = function() {
1151 o.body = { uncaught: this.uncaught_,
1859 } else if (type == 'uncaught') {
1874 } else if (type == 'uncaught') {
H A Ddebug.cc2691 bool uncaught,
2697 factory->ToBoolean(uncaught) };
2747 void Debugger::OnException(Handle<Object> exception, bool uncaught) { argument
2756 if (uncaught) {
2776 event_data = MakeExceptionEvent(exec_state, exception, uncaught,
2689 MakeExceptionEvent(Handle<Object> exec_state, Handle<Object> exception, bool uncaught, bool* caught_exception) argument
/external/v8/src/
H A Ddebug-debugger.js1073 function MakeExceptionEvent(exec_state, exception, uncaught) {
1074 return new ExceptionEvent(exec_state, exception, uncaught);
1078 function ExceptionEvent(exec_state, exception, uncaught) {
1081 this.uncaught_ = uncaught;
1100 ExceptionEvent.prototype.uncaught = function() {
1128 o.body = { uncaught: this.uncaught_,
1852 } else if (type == 'uncaught') {
1867 } else if (type == 'uncaught') {
H A Ddebug.cc2419 bool uncaught,
2425 factory->ToBoolean(uncaught) };
2475 void Debugger::OnException(Handle<Object> exception, bool uncaught) { argument
2484 if (uncaught) {
2504 event_data = MakeExceptionEvent(exec_state, exception, uncaught,
2417 MakeExceptionEvent(Handle<Object> exec_state, Handle<Object> exception, bool uncaught, bool* caught_exception) argument
/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc379 static void ChangeBreakOnException(bool caught, bool uncaught) { argument
382 debug->ChangeBreakOnException(v8::internal::BreakUncaughtException, uncaught);
388 bool uncaught) {
398 if (uncaught) {
819 // Check whether the exception was uncaught.
821 v8::String::NewFromUtf8(CcTest::isolate(), "uncaught");
3939 // check that uncaught exceptions are still returned even if there is a break
3983 // Break on uncaught exception
3996 // Break on exception and uncaught exception
4035 // Break on uncaught exceptio
387 ChangeBreakOnExceptionFromJS(v8::Isolate* isolate, bool caught, bool uncaught) argument
[all...]
/external/v8/test/cctest/
H A Dtest-debug.cc345 static void ChangeBreakOnException(bool caught, bool uncaught) { argument
348 debug->ChangeBreakOnException(v8::internal::BreakUncaughtException, uncaught);
353 static void ChangeBreakOnExceptionFromJS(bool caught, bool uncaught) { argument
361 if (uncaught) {
777 // Check whether the exception was uncaught.
778 v8::Local<v8::String> fun_name = v8::String::New("uncaught");
3739 // check that uncaught exceptions are still returned even if there is a break
3785 // Break on uncaught exception
3798 // Break on exception and uncaught exception
3837 // Break on uncaught exceptio
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 390 milliseconds