Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.cc1911 bool catchable_by_js = is_catchable_by_javascript(exception); in ThrowInternal() local
1912 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()