Home | History | Annotate | Download | only in parsing

Lines Matching refs:result_proxy

1845   Expression* result_proxy = factory()->NewVariableProxy(result);
1847 factory()->NewAssignment(Token::ASSIGN, result_proxy, next_call, pos);
2071 Expression* result_proxy = factory()->NewVariableProxy(result);
2073 factory()->NewProperty(result_proxy, done_literal, kNoSourcePosition);
2081 Expression* result_proxy = factory()->NewVariableProxy(result);
2082 result_value = factory()->NewProperty(result_proxy, value_literal, nopos);