| OLD | NEW |
| (Empty) |
| 1 Tests whether eval() works inside statements that read and modify a value. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 PASS multTest(); is true | |
| 7 PASS divTest(); is true | |
| 8 PASS addTest(); is true | |
| 9 PASS subTest(); is true | |
| 10 PASS lshiftTest(); is true | |
| 11 PASS rshiftTest(); is true | |
| 12 PASS urshiftTest(); is true | |
| 13 PASS andTest(); is true | |
| 14 PASS xorTest(); is true | |
| 15 PASS orTest(); is true | |
| 16 PASS modTest(); is true | |
| 17 PASS preIncTest(); is true | |
| 18 PASS preDecTest(); is true | |
| 19 PASS postIncTest(); is true | |
| 20 PASS postDecTest(); is true | |
| 21 PASS primitiveThisTest.call(1); is true | |
| 22 FAIL strictThisTest.call(1); should throw an exception. Was true. | |
| 23 PASS successfullyParsed is true | |
| 24 | |
| 25 TEST COMPLETE | |
| 26 | |
| OLD | NEW |