jsadapter.js.EXPECTED revision 1456:11b48db399bf
1getter called for 'foo'
2foo
3setter called for 'foo' with 33
4method 'func' called with hello, world
5new with hey!, it works!
6__getKeys__ called
7foo
8bar
9__getValues__ called
10fooval
11barval
12__has__ called with 'foo'
13false
14__has__ called with 'js'
15true
16__delete__ called with 'prop'
17true
18getter called for 'js'
19js
20setter called for 'js' with javascript
21getter called for 'javascript'
22javascript
23