| 34 | namespace google::api::expr::runtime { |
| 35 | |
| 36 | void FlatExpressionEvaluatorState::Reset() { |
| 37 | value_stack_.Clear(); |
| 38 | iterator_stack_.Clear(); |
| 39 | comprehension_slots_.Reset(); |
| 40 | } |
| 41 | |
| 42 | const ExpressionStep* ExecutionFrame::Next() { |
| 43 | while (true) { |