mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-29 12:38:24 +00:00
13 lines
292 B
Plaintext
13 lines
292 B
Plaintext
obj1.func called
|
|
obj2.func called
|
|
no such method: func
|
|
obj4's prototype func called
|
|
MyConstructor.prototype.func
|
|
MyConstructor.prototype.func
|
|
obj1.func called
|
|
obj2.func called
|
|
new obj3.func called
|
|
new obj4.func called
|
|
all new MyConstructor.prototype.func
|
|
all new MyConstructor.prototype.func
|