mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
14 lines
232 B
Text
14 lines
232 B
Text
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
|