Searched refs:raw_exception (Results 1 – 1 of 1) sorted by relevance
1743 Object Isolate::ThrowInternal(Object raw_exception, MessageLocation* location) { in ThrowInternal() argument1749 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()