(obj)
| 844 | return offset ? this.bb.__string(this.bb_pos + offset, optionalEncoding) : null; |
| 845 | } |
| 846 | annotations(obj) { |
| 847 | const offset = this.bb.__offset(this.bb_pos, 12); |
| 848 | return offset ? (obj || new Annotation()).__init(this.bb.__indirect(this.bb_pos + offset), this.bb) : null; |
| 849 | } |
| 850 | steps(index, obj) { |
| 851 | const offset = this.bb.__offset(this.bb_pos, 14); |
| 852 | return offset ? (obj || new Step()).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos + offset) + index * 4), this.bb) : null; |
no test coverage detected