test/script/basic/jsadapter.js.EXPECTED

Wed, 18 Jun 2014 12:35:42 -0700

author
katleman
date
Wed, 18 Jun 2014 12:35:42 -0700
changeset 863
6e9c4e34bc61
parent 0
b1a7da25b547
permissions
-rw-r--r--

Added tag jdk8u20-b19 for changeset b047df215de4

aoqi@0 1 getter called for 'foo'
aoqi@0 2 foo
aoqi@0 3 setter called for 'foo' with 33
aoqi@0 4 method 'func' called with hello, world
aoqi@0 5 new with hey!, it works!
aoqi@0 6 __getIds__ called
aoqi@0 7 foo
aoqi@0 8 bar
aoqi@0 9 __getValues__ called
aoqi@0 10 fooval
aoqi@0 11 barval
aoqi@0 12 __has__ called with 'foo'
aoqi@0 13 false
aoqi@0 14 __has__ called with 'js'
aoqi@0 15 true
aoqi@0 16 __delete__ called with 'prop'
aoqi@0 17 true
aoqi@0 18 getter called for 'js'
aoqi@0 19 js
aoqi@0 20 setter called for 'js' with javascript
aoqi@0 21 getter called for 'javascript'
aoqi@0 22 javascript

mercurial