02e0b5c3f1
Reviewed-by: jlaskey, hannesw
15 lines
232 B
Plaintext
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
|