mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-29 12:38:24 +00:00
7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
o.foo => undefined
|
|
TypeError: [object JSAdapter] has no such function "func"
|
|
in __get__: foo
|
|
o.foo => foo
|
|
in __put__: bar
|
|
in __call__: func
|