test/script/basic/JDK-8023368.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 537
b5ff11e00050
child 952
6d5471a497fb
permissions
-rw-r--r--

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

sundar@513 1 Func.prototype.func
sundar@513 2 hello
sundar@513 3 [object Object]
sundar@513 4 Func.prototype.func
sundar@513 5 hello
sundar@513 6 [object Object]
sundar@537 7 obj.__proto__.func @ 55
sundar@513 8 344
sundar@513 9 [object Object]
sundar@537 10 obj.__proto__.func @ 55
sundar@513 11 344
sundar@513 12 [object Object]
sundar@537 13 obj.__proto__.func @ 55
sundar@513 14 344
sundar@513 15 new object.toString
sundar@537 16 obj.__proto__.func @ 55
sundar@513 17 344
sundar@513 18 new object.toString

mercurial