nashorn/test/script/basic/JDK-8048071.js.EXPECTED
author sundar
Wed, 25 Jun 2014 17:08:47 +0530
changeset 25242 ac1d21c4d61d
permissions -rw-r--r--
8048071: eval within 'with' statement does not use correct scope if with scope expression has a copy of eval Reviewed-by: hannesw, jlaskey

23
typeof x? undefined
0
typeof x? undefined
0
typeof x? undefined
local eval called: hello
[object global]
with's eval called: hello
this = [object Object]
this.foo = 42