jdk-24/nashorn/test/script/basic/es6/lexical-toplevel.js.EXPECTED
2014-11-21 17:44:57 +01:00

31 lines
237 B
Plaintext

VAR
LET
CONST
function FUNC() {}
GLOBAL
VAR
undefined
undefined
function FUNC() {}
GLOBAL
true
false
false
true
true
VAR
LETLET
CONST
function FUNC() {}
GLOBAL
VAR
undefined
undefined
function FUNC() {}
GLOBAL
true
false
false
true
true