jdk-24/nashorn/test/script/basic/jsadapter.js.EXPECTED
Michael Haupt 0b4df44eb8 8139038: cleanup and documentation around JSAdapter
Reviewed-by: attila, hannesw
2015-10-07 14:00:45 +02:00

23 lines
390 B
Plaintext

getter called for 'foo'
foo
setter called for 'foo' with 33
method 'func' called with hello, world
new with hey!, it works!
__getKeys__ 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