Searched refs:is_catchable_by_javascript (Results 1 – 6 of 6) sorted by relevance
79 bool Isolate::is_catchable_by_javascript(Object exception) { in is_catchable_by_javascript() function84 if (!is_catchable_by_javascript(exception)) return false; in is_catchable_by_wasm()
1653 if (is_catchable_by_javascript(raw_exception)) { in ThrowInternal()1718 bool catchable_by_js = is_catchable_by_javascript(exception); in ThrowInternal()2283 if (!is_catchable_by_javascript(exception)) return false; in ThrowInternal()2312 if (!is_catchable_by_javascript(exception)) return true; in ThrowInternal()2355 if (!is_catchable_by_javascript(exception_obj)) return; in ThrowInternal()3264 if (!is_catchable_by_javascript(exception)) { in ThrowInternal()
696 inline bool is_catchable_by_javascript(Object exception);
654 if (!isolate->is_catchable_by_javascript(isolate->pending_exception())) { in EvaluateMaybeAsync()707 if (isolate->is_catchable_by_javascript(isolate->pending_exception())) { in Evaluate()813 DCHECK(isolate->is_catchable_by_javascript(*exception)); in AsyncModuleExecutionRejected()
88 if (isolate->is_catchable_by_javascript(*error)) { in RecordError()
5402 if (!isolate->is_catchable_by_javascript(isolate->pending_exception())) { in Resolve()