| 699 | } |
| 700 | |
| 701 | Result BinaryReaderInterp::EndInitExpr() { |
| 702 | FixupTopLabel(); |
| 703 | CHECK_RESULT(validator_.EndInitExpr()); |
| 704 | istream_.Emit(Opcode::Return); |
| 705 | PopLabel(); |
| 706 | return Result::Ok; |
| 707 | } |
| 708 | |
| 709 | Result BinaryReaderInterp::BeginInitExpr(FuncDesc* func) { |
| 710 | label_stack_.clear(); |