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

/external/v8/src/
H A Disolate.cc926 bool catchable_by_javascript = is_catchable_by_javascript(exception); local
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); local
1067 ShouldReportException(&can_be_caught_externally, catchable_by_javascript);
1068 bool report_exception = catchable_by_javascript && should_report_exception;
1075 if (catchable_by_javascript) {
1008 ShouldReportException(bool* can_be_caught_externally, bool catchable_by_javascript) argument
H A Disolate.h722 bool catchable_by_javascript);

Completed in 407 milliseconds