jdk-24/nashorn/test/script/basic/JDK-8014785.js.EXPECTED
Athijegannathan Sundararajan 8854b24a30 8014785: Ability to extend global instance by binding properties of another object
Reviewed-by: attila, hannesw, jlaskey, lagergren
2013-07-09 17:37:46 +05:30

9 lines
97 B
Plaintext

foo.x = 34
obj.x = hello
obj.x = 42
foo.x = 42
x = 33
y = hello
obj.x = 3.141592653589793
y = 32