Home
last modified time | relevance | path

Searched refs:is_catchable_by_javascript (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/execution/
Disolate-inl.h79 bool Isolate::is_catchable_by_javascript(Object exception) { in is_catchable_by_javascript() function
84 if (!is_catchable_by_javascript(exception)) return false; in is_catchable_by_wasm()
Disolate.cc1653 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()
Disolate.h696 inline bool is_catchable_by_javascript(Object exception);
/external/v8/src/objects/
Dsource-text-module.cc654 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()
Dmodule.cc88 if (isolate->is_catchable_by_javascript(*error)) { in RecordError()
Dobjects.cc5402 if (!isolate->is_catchable_by_javascript(isolate->pending_exception())) { in Resolve()