()
| 192 | a = c - 1; |
| 193 | }, |
| 194 | deletion = function diffview_opcodes_deletion(): void { |
| 195 | do { |
| 196 | table[one[c]][0] = table[one[c]][0] - 1; |
| 197 | c = c + 1; |
| 198 | } while (c < lena && table[one[c]][1] < 1); |
| 199 | fix(["delete", a, c, -1, -1]); |
| 200 | a = c - 1; |
| 201 | b = d - 1; |
| 202 | }, |
| 203 | deletionStatic = function diffview_opcodes_deletionStatic(): void { |
| 204 | table[one[a]][0] = table[one[a]][0] - 1; |
| 205 | fix([ |