Home | History | Annotate | Download | only in src

Lines Matching defs:Throw

838 Object* Isolate::Throw(Object* exception, MessageLocation* location) {
860 return Throw(heap_.illegal_access_string());
865 // When scheduling a throw we first throw the exception to get the
867 Throw(exception);
905 // Re-throw the exception to avoid getting repeated error reporting.
1052 // and capture the stack trace at this throw site.
1062 // Not an error object, we capture at throw site.