Searched refs:catchable_by_javascript (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Disolate.cc846 bool catchable_by_javascript = is_catchable_by_javascript(exception); local
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); local
1019 ShouldReportException(&can_be_caught_externally, catchable_by_javascript);
1020 bool report_exception = catchable_by_javascript && should_report_exception;
1029 if (catchable_by_javascript) {
956 ShouldReportException(bool* can_be_caught_externally, bool catchable_by_javascript) argument
H A Disolate.h785 bool catchable_by_javascript);

Completed in 455 milliseconds