nashorn/test/script/basic/JDK-8015959.js.EXPECTED
author malenkov
Thu, 13 Mar 2014 11:49:24 +0400
changeset 25536 a1ba79d447e0
parent 18614 addca7a10167
permissions -rw-r--r--
8035699: File choosers should be choosier Reviewed-by: alexsch, art, skoivu

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