Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.cc1743 Object Isolate::ThrowInternal(Object raw_exception, MessageLocation* location) { in ThrowInternal() argument
1749 Handle<Object> exception(raw_exception, this); in ThrowInternal()
1775 raw_exception = *exception; in ThrowInternal()
1780 raw_exception.Print(); in ThrowInternal()
1802 if (is_catchable_by_javascript(raw_exception)) { in ThrowInternal()