(id: number)
| 158 | } |
| 159 | |
| 160 | function serializeBlobID(id: number): string { |
| 161 | return class="st">'$B' + id.toString(16); |
| 162 | } |
| 163 | |
| 164 | function serializeIteratorID(id: number): string { |
| 165 | return class="st">'$i' + id.toString(16); |
no test coverage detected