| OLD | NEW |
| 1 Tests saving objects to temporary variables while paused. | 1 Tests saving objects to temporary variables while paused. |
| 2 | 2 |
| 3 Set timer for test function. | 3 Set timer for test function. |
| 4 Number of expressions: 11 | 4 Number of expressions: 11 |
| 5 Names [temp3..temp7] are reserved | 5 Names [temp3..temp7] are reserved |
| 6 | 6 |
| 7 temp1 | 7 temp1 |
| 8 42 | 8 42 |
| 9 temp2 | 9 temp2 |
| 10 "foo string" | 10 "foo string" |
| 11 temp8 | 11 temp8 |
| 12 NaN | 12 NaN |
| 13 temp9 | 13 temp9 |
| 14 Infinity | 14 Infinity |
| 15 temp10 | 15 temp10 |
| 16 -Infinity | 16 -Infinity |
| 17 temp11 | 17 temp11 |
| 18 -0 | 18 -0 |
| 19 temp12 | 19 temp12 |
| 20 [1, 2, NaN, -0, null, undefined] | 20 [1, 2, NaN, -0, null, undefined] |
| 21 temp13 | 21 temp13 |
| 22 Object {foo: "bar"} | 22 Object {foo: "bar"} |
| 23 temp14 | 23 temp14 |
| 24 [1, 2, 3, 4, callee: function, Symbol(Symbol.iterator): function] | 24 [1, 2, 3, 4] |
| 25 temp15 | 25 temp15 |
| 26 function func() {} | 26 function func() {} |
| 27 temp16 | 27 temp16 |
| 28 Error: errr | 28 Error: errr |
| 29 | 29 |
| OLD | NEW |