Home | History | Annotate | Download | only in src

Lines Matching refs:uncaught

550 // Default call debugger on uncaught exception.
1807 bool uncaught,
1813 uncaught ? Factory::true_value().location() :
1864 void Debugger::OnException(Handle<Object> exception, bool uncaught) {
1872 if (uncaught) {
1873 // Uncaught exceptions are reported by either flags.
1892 event_data = MakeExceptionEvent(exec_state, exception, uncaught,