Searched refs:catchable_by_js (Results 1 – 1 of 1) sorted by relevance
1911 bool catchable_by_js = is_catchable_by_javascript(exception); in ThrowInternal() local1912 if (!catchable_by_js && !context().is_null()) { in ThrowInternal()2008 if (!catchable_by_js) break; in ThrowInternal()2037 if (!catchable_by_js) break; in ThrowInternal()2066 if (!catchable_by_js) break; in ThrowInternal()2123 if (catchable_by_js) { in ThrowInternal()2131 if (!catchable_by_js) break; in ThrowInternal()