Home | History | Annotate | Download | only in ast

Lines Matching full:result_var

3549   DoExpression* NewDoExpression(Block* block, Variable* result_var, int pos) {
3550 VariableProxy* result = NewVariableProxy(result_var, pos);