Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate-inl.h95 bool Isolate::is_catchable_by_javascript(Object exception) { in is_catchable_by_javascript() function
100 if (!is_catchable_by_javascript(exception)) return false; in is_catchable_by_wasm()
Disolate.cc1802 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()
Disolate.h798 inline bool is_catchable_by_javascript(Object exception);
/third_party/node/deps/v8/src/objects/
Dsource-text-module.cc720 if (!isolate->is_catchable_by_javascript(isolate->pending_exception())) { in Evaluate()
866 DCHECK(isolate->is_catchable_by_javascript(*exception)); in AsyncModuleExecutionRejected()
Dmodule.cc97 if (isolate->is_catchable_by_javascript(*error)) { in RecordError()
Dobjects.cc5533 if (!isolate->is_catchable_by_javascript(isolate->pending_exception())) { in Resolve()