()
| 201 | b = d - 1; |
| 202 | }, |
| 203 | deletionStatic = function diffview_opcodes_deletionStatic(): void { |
| 204 | table[one[a]][0] = table[one[a]][0] - 1; |
| 205 | fix([ |
| 206 | "delete", a, a + 1, |
| 207 | -1, |
| 208 | -1 |
| 209 | ]); |
| 210 | a = c; |
| 211 | b = d - 1; |
| 212 | }, |
| 213 | insertion = function diffview_opcodes_insertion(): void { |
| 214 | do { |
| 215 | table[two[d]][1] = table[two[d]][1] - 1; |