Searched defs:report_exception (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Disolate.cc1068 bool report_exception = catchable_by_javascript && should_report_exception; local
1076 debugger_->OnException(exception_handle, report_exception);
1081 if (report_exception || try_catch_needs_message) {
1140 thread_local_top()->has_pending_message_ = report_exception;

Completed in 74 milliseconds