jdk-24/nashorn/test/script/basic/es6/lexical-toplevel.js.EXPECTED

31 lines
237 B
Plaintext
Raw Normal View History

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