test/script/basic/JDK-8023368.js.EXPECTED

Sat, 16 Nov 2013 00:23:46 +0100

author
hannesw
date
Sat, 16 Nov 2013 00:23:46 +0100
changeset 678
a165c0fb5be6
parent 537
b5ff11e00050
child 952
6d5471a497fb
permissions
-rw-r--r--

8028210: Missing conversions on array index expression
Reviewed-by: attila, jlaskey, lagergren

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

mercurial