Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Checks that BreakpointManager.possibleBreakpoints returns correct locations | 1 Checks that BreakpointManager.possibleBreakpoints returns correct locations |
| 2 | 2 |
| 3 Locations for first line | 3 Locations for first line |
| 4 All locations | 4 All locations |
| 5 location(2, 2) | 5 location(2, 2) |
| 6 location(2, 10) | |
| 7 location(2, 20) | |
| 6 location(2, 31) | 8 location(2, 31) |
| 7 location(2, 34) | 9 location(2, 34) |
| 10 location(2, 36) | |
| 8 location(2, 47) | 11 location(2, 47) |
| 9 location(2, 49) | 12 location(2, 49) |
| 10 location(3, 2) | 13 location(3, 2) |
| 14 location(3, 10) | |
| 11 location(4, 2) | 15 location(4, 2) |
| 12 location(5, 0) | 16 location(5, 0) |
| 13 Existing location by position | 17 Existing location by position |
| 14 location(2, 31) | 18 location(2, 31) |
| 15 Not existing location by position | 19 Not existing location by position |
| 16 | 20 |
| OLD | NEW |