Home | History | Annotate | Download | only in src

Lines Matching refs:catchable_by_javascript

846   bool catchable_by_javascript = is_catchable_by_javascript(exception);
847 ShouldReportException(&can_be_caught_externally, catchable_by_javascript);
957 bool catchable_by_javascript) {
975 !catchable_by_javascript);
1016 bool catchable_by_javascript = is_catchable_by_javascript(exception);
1019 ShouldReportException(&can_be_caught_externally, catchable_by_javascript);
1020 bool report_exception = catchable_by_javascript && should_report_exception;
1029 if (catchable_by_javascript) {