nashorn/test/script/basic/jsadapter.js.EXPECTED
author hannesw
Fri, 28 Oct 2016 16:52:20 +0200
changeset 41841 7e66ae6baf2d
parent 32939 9887198000ec
permissions -rw-r--r--
8148924: Inconsistent "this" context in JSAdapter adaptee function calls Reviewed-by: jlaskey

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
__isExtensible__ called
true
__isSealed__ called
false
__isFrozen__ called
false
__freeze__ called
__seal__ called
__preventExtensions__ called