test/script/basic/es6/const-reassign.js.EXPECTED

Fri, 27 Feb 2015 14:33:47 +0100

author
hannesw
date
Fri, 27 Feb 2015 14:33:47 +0100
changeset 1243
2b51c0b3f463
parent 991
b7a2db4de254
permissions
-rw-r--r--

8073707: const re-assignment should not reported as a early error
Reviewed-by: sundar, attila

hannesw@1243 1 TypeError: Assignment to constant "x"
hannesw@1243 2 TypeError: Assignment to constant "x"
hannesw@1243 3 TypeError: Assignment to constant "x"
hannesw@1243 4 TypeError: Assignment to constant "x"
hannesw@1243 5 TypeError: Assignment to constant "x"
hannesw@1243 6 TypeError: Assignment to constant "x"
hannesw@1243 7 TypeError: Assignment to constant "x"
hannesw@1243 8 TypeError: Assignment to constant "x"
hannesw@1243 9 TypeError: Assignment to constant "x"
hannesw@1243 10 TypeError: Assignment to constant "x"
hannesw@1243 11 TypeError: Assignment to constant "x"
hannesw@1243 12 TypeError: Assignment to constant "x"
hannesw@1243 13 TypeError: Assignment to constant "x"
hannesw@1243 14 TypeError: Assignment to constant "x"
hannesw@1243 15 TypeError: Assignment to constant "x"
hannesw@1243 16 SyntaxError: cannot delete "x" in strict mode
hannesw@1243 17 TypeError: Assignment to constant "c"
hannesw@1243 18 TypeError: Assignment to constant "c"

mercurial