Searched refs:set_pending_exception (Results 1 – 4 of 4) sorted by relevance
44 void Isolate::set_pending_exception(Object* exception_obj) { in set_pending_exception() function130 isolate_->set_pending_exception(*pending_exception_); in ~ExceptionScope()
716 inline void set_pending_exception(Object* exception_obj);
1244 set_pending_exception(*exception); in Throw()1253 set_pending_exception(exception); in Throw()
588 isolate->set_pending_exception(*message_obj); in RUNTIME_FUNCTION()