Home | History | Annotate | Download | only in src

Lines Matching defs:Throw

142     return isolate->Throw<T>(__error__);                                     \
150 return isolate->Throw(*__error__); \
685 // This method is called by the api after operations that may throw
754 // of Throw() as its return value.
755 Object* Throw(Object* exception, MessageLocation* location = NULL);
758 MUST_USE_RESULT MaybeHandle<T> Throw(Handle<Object> exception,
760 Throw(*exception, location);
764 // Re-throw an exception. This involves no error reporting since