Home | History | Annotate | Download | only in src

Lines Matching refs:catchable_by_javascript

926   bool catchable_by_javascript = is_catchable_by_javascript(exception);
927 ShouldReportException(&can_be_caught_externally, catchable_by_javascript);
1009 bool catchable_by_javascript) {
1027 !catchable_by_javascript);
1064 bool catchable_by_javascript = is_catchable_by_javascript(exception);
1067 ShouldReportException(&can_be_caught_externally, catchable_by_javascript);
1068 bool report_exception = catchable_by_javascript && should_report_exception;
1075 if (catchable_by_javascript) {