nashorn/test/script/basic/JDK-8015959.js.EXPECTED
author hannesw
Mon, 14 Dec 2015 14:27:46 +0100
changeset 34732 6605efbe8447
parent 18614 addca7a10167
permissions -rw-r--r--
8144020: Remove long as an internal numeric type Reviewed-by: attila, sundar, lagergren

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