Home | History | Annotate | Download | only in src

Lines Matching defs:Throw

952   Throw(*exception, nullptr);
966 return Throw(heap_.termination_exception(), nullptr);
1068 Object* Isolate::Throw(Object* exception, MessageLocation* location) {
1110 // JavaScript handler for a finally-block might re-throw to top-level.
1113 // 3) ReThrow from v8::TryCatch: The message from a previous throw still
1426 return Throw(heap()->illegal_access_string());
1431 // When scheduling a throw we first throw the exception to get the
1433 Throw(exception);
1466 // Re-throw the exception to avoid getting repeated error reporting.
1589 // at this throw site.
1594 // Not an error object, we capture stack and location at throw site.
1632 // Note, that finally clauses would re-throw an exception unless it's aborted
1657 // Note, that finally clauses would re-throw an exception unless it's aborted