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

Wed, 21 Aug 2013 17:28:53 +0530

author
sundar
date
Wed, 21 Aug 2013 17:28:53 +0530
changeset 513
b7c04b3b01a7
child 537
b5ff11e00050
permissions
-rw-r--r--

8023368: Instance __proto__ property should exist and be writable.
Reviewed-by: attila, hannesw

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

mercurial