nashorn/test/script/basic/JDK-8015959.js.EXPECTED
author hannesw
Tue, 16 Dec 2014 17:02:54 +0100
changeset 28127 08a5e0d3248d
parent 18614 addca7a10167
permissions -rw-r--r--
8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory Reviewed-by: attila, sundar

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