nashorn/test/script/basic/no_line_numbers.js.EXPECTED
author sundar
Thu, 09 Jan 2014 19:23:34 +0530
changeset 22379 5181d08e3440
parent 17524 703643aeb0d6
permissions -rw-r--r--
8031359: Invocable.getInterface() works incorrectly if interface has default methods Reviewed-by: attila, hannesw

x = undefined
y = undefined
z = undefined
s = undefined
u = undefined
r = undefined
t = undefined
ReferenceError: "q" is not defined
b = 10
ReferenceError: "b" is not defined
Value of 'a' inside the function 20
Value of 'a' outside the function 10