nashorn/test/script/basic/jsadapter.js.EXPECTED
author sundar
Fri, 20 Sep 2013 22:37:08 +0530 (2013-09-20)
changeset 20219 809c0f893cb0
parent 16147 e63b63819133
child 32939 9887198000ec
permissions -rw-r--r--
8025149: JSON.stringify does not handle 'space' argument as per the spec. Reviewed-by: jlaskey, hannesw
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