oliver@apple.com | 93359ec | 2008-02-05 07:58:06 +0000 | [diff] [blame] | 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 |
barraclough@apple.com | 1b14205 | 2011-07-17 05:04:36 +0000 | [diff] [blame] | 21 | PASS primitiveThisTest.call(1); is true |
barraclough@apple.com | dca6b2e | 2012-02-29 01:39:15 +0000 | [diff] [blame] | 22 | PASS strictThisTest.call(1); threw exception TypeError: Attempted to assign to readonly property.. |
oliver@apple.com | 93359ec | 2008-02-05 07:58:06 +0000 | [diff] [blame] | 23 | PASS successfullyParsed is true |
| 24 | |
| 25 | TEST COMPLETE |
| 26 | |