test/script/basic/jsadapter.js.EXPECTED

Fri, 21 Mar 2014 20:24:01 +0530

author
sundar
date
Fri, 21 Mar 2014 20:24:01 +0530
changeset 772
c1f528e1d2f2
parent 0
b1a7da25b547
permissions
-rw-r--r--

8037562: Nashorn: JSON.parse comes up with nonexistent entries if there are gaps between the keys
Reviewed-by: jlaskey, hannesw

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

mercurial