Home | History | Annotate | Download | only in src

Lines Matching defs:Throw

162     return __isolate__->Throw<T>(__isolate__->factory()->call); \
168 return __isolate__->Throw(*__isolate__->factory()->call); \
323 // Communication channel between Isolate::Throw and message consumers.
656 // This method is called by the api after operations that may throw
717 // of Throw() as its return vaue.
718 Object* Throw(Object* exception, MessageLocation* location = NULL);
722 MUST_USE_RESULT MaybeHandle<T> Throw(Handle<Object> exception,
724 Throw(*exception, location);
728 // Re-throw an exception. This involves no error reporting since error
738 // clause will consume or re-throw an exception. We conservatively assume any
1544 isolate->Throw(*isolate->factory()->NewRangeError( \