blob: 5d60fb2ecb839b8249bc692f161d0e6f99a7bb78 [file] [log] [blame]
oliver@apple.com93359ec2008-02-05 07:58:06 +00001Tests whether eval() works inside statements that read and modify a value.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6PASS multTest(); is true
7PASS divTest(); is true
8PASS addTest(); is true
9PASS subTest(); is true
10PASS lshiftTest(); is true
11PASS rshiftTest(); is true
12PASS urshiftTest(); is true
13PASS andTest(); is true
14PASS xorTest(); is true
15PASS orTest(); is true
16PASS modTest(); is true
17PASS preIncTest(); is true
18PASS preDecTest(); is true
19PASS postIncTest(); is true
20PASS postDecTest(); is true
barraclough@apple.com1b142052011-07-17 05:04:36 +000021PASS primitiveThisTest.call(1); is true
barraclough@apple.comdca6b2e2012-02-29 01:39:15 +000022PASS strictThisTest.call(1); threw exception TypeError: Attempted to assign to readonly property..
oliver@apple.com93359ec2008-02-05 07:58:06 +000023PASS successfullyParsed is true
24
25TEST COMPLETE
26