jdk-24/test/nashorn/script/basic/JDK-8015959.js.EXPECTED
2017-09-12 19:03:39 +02:00

15 lines
232 B
Plaintext

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