nashorn/test/script/basic/JDK-8015959.js.EXPECTED
author sundar
Thu, 10 Oct 2013 21:43:35 +0200
changeset 20934 9cbbf2065cd1
parent 18614 addca7a10167
permissions -rw-r--r--
8026264: Getter, setter function name mangling issues Reviewed-by: lagergren, jlaskey

check with loadWithNewGlobal
obj.x 344
obj.y 12
obj instanceof global.Point? true
p.x 343
p.y 54
p instanceof P? true
check with script engine
obj.x 344
obj.y 12
obj instanceof global.Point? true
p.x 343
p.y 54
p instanceof P? true