98762d6ee0
Co-authored-by: Akhil Arora <akhil.arora@oracle.com> Co-authored-by: Andreas Woess <andreas.woess@jku.at> Co-authored-by: Attila Szegedi <attila.szegedi@oracle.com> Co-authored-by: Hannes Wallnoefer <hannes.wallnoefer@oracle.com> Co-authored-by: Henry Jen <henry.jen@oracle.com> Co-authored-by: Marcus Lagergren <marcus.lagergren@oracle.com> Co-authored-by: Pavel Semenov <pavel.semenov@oracle.com> Co-authored-by: Pavel Stepanov <pavel.stepanov@oracle.com> Co-authored-by: Petr Hejl <petr.hejl@oracle.com> Co-authored-by: Petr Pisl <petr.pisl@oracle.com> Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com> Reviewed-by: attila, hannesw, lagergren, sundar
23 lines
389 B
Plaintext
23 lines
389 B
Plaintext
getter called for 'foo'
|
|
foo
|
|
setter called for 'foo' with 33
|
|
method 'func' called with hello, world
|
|
new with hey!, it works!
|
|
__getIds__ called
|
|
foo
|
|
bar
|
|
__getValues__ called
|
|
fooval
|
|
barval
|
|
__has__ called with 'foo'
|
|
false
|
|
__has__ called with 'js'
|
|
true
|
|
__delete__ called with 'prop'
|
|
true
|
|
getter called for 'js'
|
|
js
|
|
setter called for 'js' with javascript
|
|
getter called for 'javascript'
|
|
javascript
|