Lines Matching refs:pending_exception
1034 pending_exception() == ReadOnlyRoots(this).termination_exception()) { in CancelTerminateExecution()
1259 Object* exception = pending_exception(); in Throw()
1602 thread_local_top()->scheduled_exception_ = pending_exception(); in Throw()
1861 Object* exception = pending_exception(); in Throw()
1901 Object* exception = pending_exception(); in Throw()
1961 handler->exception_ = pending_exception(); in Throw()
1998 pending_exception() == ReadOnlyRoots(this).termination_exception(); in Throw()
2030 thread_local_top()->scheduled_exception_ = pending_exception(); in Throw()
2792 Object* exception = pending_exception(); in Throw()
2813 handler->exception_ = pending_exception(); in Throw()
3787 Handle<Object> exception(pending_exception(), this); in Throw()