Home | History | Annotate | Download | only in ast

Lines Matching refs:exception_

2540   Expression* exception() const { return exception_; }
2541 void set_exception(Expression* e) { exception_ = e; }
2547 : Expression(pos, kThrow), exception_(exception) {}
2549 Expression* exception_;