| OLD | NEW |
| 1 Tests that modifying local variables works fine. | 1 Tests that modifying local variables works fine. |
| 2 | 2 |
| 3 Debugger was enabled. | 3 Debugger was enabled. |
| 4 Set timer for test function. | 4 Set timer for test function. |
| 5 Script execution paused. | 5 Script execution paused. |
| 6 Evaluated script on the calling frame: 310 | 6 Evaluated script on the calling frame: 310 |
| 7 Evaluated script on the calling frame (after value modification): -290 | 7 Evaluated script on the calling frame (after value modification): -290 |
| 8 Expecting NaN: NaN |
| 9 Negative zero test. 1/-0 = -Infinity |
| 8 Script execution resumed. | 10 Script execution resumed. |
| 9 Debugger was disabled. | 11 Debugger was disabled. |
| 10 | 12 |
| OLD | NEW |