changeset 29281 | 8cc2618a07aa |
parent 26504 | ed05e2f4c2db |
29280:8a79b4040d2a | 29281:8cc2618a07aa |
---|---|
1 ReferenceError: "a" is not defined |
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" |
2 TypeError: Assignment to constant "a" |
3 a-- |
3 TypeError: Assignment to constant "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 |
4 ReferenceError: "a" is not defined |