lexical-toplevel.js.EXPECTED revision 1118:e26843ca558b
1VAR
2LET
3CONST
4function FUNC() {}
5GLOBAL
6VAR
7undefined
8undefined
9function FUNC() {}
10GLOBAL
11true
12false
13false
14true
15true
16TypeError: Assignment to constant "CONST"
17VAR
18LETLET
19CONST
20function FUNC() {}
21GLOBAL
22VAR
23undefined
24undefined
25function FUNC() {}
26GLOBAL
27true
28false
29false
30true
31true
32TypeError: Assignment to constant "CONST"
33