Searched refs:is_catchable_by_javascript (Results 1 – 6 of 6) sorted by relevance
95 bool Isolate::is_catchable_by_javascript(Object exception) { in is_catchable_by_javascript() function100 if (!is_catchable_by_javascript(exception)) return false; in is_catchable_by_wasm()
1802 if (is_catchable_by_javascript(raw_exception)) { in ThrowInternal()1911 bool catchable_by_js = is_catchable_by_javascript(exception); in ThrowInternal()2500 if (js_handler == kNullAddress || !is_catchable_by_javascript(exception)) { in ThrowInternal()2555 if (!is_catchable_by_javascript(exception_obj)) return; in ThrowInternal()3624 if (!is_catchable_by_javascript(exception)) { in ThrowInternal()
798 inline bool is_catchable_by_javascript(Object exception);
720 if (!isolate->is_catchable_by_javascript(isolate->pending_exception())) { in Evaluate()866 DCHECK(isolate->is_catchable_by_javascript(*exception)); in AsyncModuleExecutionRejected()
97 if (isolate->is_catchable_by_javascript(*error)) { in RecordError()
5533 if (!isolate->is_catchable_by_javascript(isolate->pending_exception())) { in Resolve()