test/script/basic/es6/let_const_reuse.js.EXPECTED

Fri, 31 Oct 2014 20:19:49 +0100

author
hannesw
date
Fri, 31 Oct 2014 20:19:49 +0100
changeset 1076
73ca7a752ba1
parent 997
5ad0607cf1a4
child 1243
2b51c0b3f463
permissions
-rw-r--r--

8062583: Throwing object with error prototype causes error proto to be caught
Reviewed-by: sundar, jlaskey

     1 ReferenceError: "a" is not defined
     2 SyntaxError: test/script/basic/es6/let_const_reuse.js#35:9<eval>:3:8 Assignment to constant "a"
     3         a--
     4         ^
     5 SyntaxError: test/script/basic/es6/let_const_reuse.js#35:9<eval>:3:8 Assignment to constant "a"
     6         a--
     7         ^
     8 ReferenceError: "a" is not defined

mercurial