test/script/basic/jsadapter.js.EXPECTED

Fri, 05 Jul 2013 14:36:54 +0200

author
hannesw
date
Fri, 05 Jul 2013 14:36:54 +0200
changeset 415
edca88d3a03e
parent 0
b1a7da25b547
permissions
-rw-r--r--

8017084: Use spill properties for large object literals
Reviewed-by: lagergren, sundar

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