Home | History | Annotate | Download | only in src

Lines Matching defs:Throw

606 Failure* Top::Throw(Object* exception, MessageLocation* location) {
620 return Throw(Heap::illegal_access_symbol());
625 // When scheduling a throw we first throw the exception to get the
627 Throw(exception);
637 // Re-throw the exception to avoid getting repeated error reporting.