Lines Matching refs:try_catch
64 TryCatch try_catch; in HandleDebugEvent() local
71 if (try_catch.HasCaught()) { in HandleDebugEvent()
72 Shell::ReportException(&try_catch); in HandleDebugEvent()
79 if (try_catch.HasCaught()) { in HandleDebugEvent()
80 Shell::ReportException(&try_catch); in HandleDebugEvent()
95 if (try_catch.HasCaught()) { in HandleDebugEvent()
96 Shell::ReportException(&try_catch); in HandleDebugEvent()
111 TryCatch try_catch; in HandleDebugEvent() local
116 if (try_catch.HasCaught()) { in HandleDebugEvent()
117 Shell::ReportException(&try_catch); in HandleDebugEvent()
140 if (try_catch.HasCaught()) { in HandleDebugEvent()
141 Shell::ReportException(&try_catch); in HandleDebugEvent()
148 if (try_catch.HasCaught()) { in HandleDebugEvent()
149 Shell::ReportException(&try_catch); in HandleDebugEvent()
280 TryCatch try_catch; in HandleMessageReceived() local
283 if (try_catch.HasCaught()) { in HandleMessageReceived()
284 Shell::ReportException(&try_catch); in HandleMessageReceived()
309 TryCatch try_catch; in HandleKeyboardCommand() local
312 if (try_catch.HasCaught()) { in HandleKeyboardCommand()
313 Shell::ReportException(&try_catch); in HandleKeyboardCommand()