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

changeset 0
b1a7da25b547
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/script/basic/JDK-8011578.js.EXPECTED	Wed Apr 27 01:36:41 2016 +0800
     1.3 @@ -0,0 +1,22 @@
     1.4 +o.foo = 33
     1.5 +o.foo = 44
     1.6 +o.foo = 3
     1.7 +o.foo = hello
     1.8 +obj1.func called
     1.9 +obj2.func called
    1.10 +no such method: func
    1.11 +obj4's prototype func called
    1.12 +MyConstructor.prototype.func
    1.13 +MyConstructor.prototype.func
    1.14 +obj1.func called
    1.15 +obj2.func called
    1.16 +new obj3.func called
    1.17 +new obj4.func called
    1.18 +all new MyConstructor.prototype.func
    1.19 +all new MyConstructor.prototype.func
    1.20 +obj.__noSuchProperty__ for foo
    1.21 +new obj.__noSuchProperty__ for foo
    1.22 +proto.__noSuchProperty__ for foo
    1.23 +new proto.__noSuchProperty__ for foo
    1.24 +find
    1.25 +find

mercurial