jdk-24/test/nashorn/script/basic/es6/lexical-toplevel.js.EXPECTED
2017-09-12 19:03:39 +02:00

33 lines
321 B
Plaintext

VAR
LET
CONST
function FUNC() {}
GLOBAL
VAR
undefined
undefined
function FUNC() {}
GLOBAL
true
false
false
true
true
TypeError: Assignment to constant "CONST"
VAR
LETLET
CONST
function FUNC() {}
GLOBAL
VAR
undefined
undefined
function FUNC() {}
GLOBAL
true
false
false
true
true
TypeError: Assignment to constant "CONST"