Searched refs:is_catchable_by_javascript (Results 1 – 2 of 2) sorted by relevance
846 bool catchable_by_javascript = is_catchable_by_javascript(exception); in ReThrow()1016 bool catchable_by_javascript = is_catchable_by_javascript(exception); in DoThrow()1787 bool catchable_by_js = is_catchable_by_javascript(pending_exception()); in PropagatePendingExceptionToExternalTryCatch()
638 bool is_catchable_by_javascript(Object* exception) { in is_catchable_by_javascript() function