jdk-24/nashorn/test/script/basic/JDK-8015959.js.EXPECTED

15 lines
232 B
Plaintext
Raw Normal View History

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