nashorn/test/script/basic/jsadapter.js.EXPECTED
author sundar
Wed, 16 Dec 2015 16:42:03 +0530
changeset 34735 0f41d334aa24
parent 32939 9887198000ec
child 41841 7e66ae6baf2d
permissions -rw-r--r--
8145486: jjs should support documentation key shortcut in interactive mode Reviewed-by: mhaupt, hannesw

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