test/script/basic/calllink.js.EXPECTED

changeset 0
b1a7da25b547
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/script/basic/calllink.js.EXPECTED	Wed Apr 27 01:36:41 2016 +0800
     1.3 @@ -0,0 +1,12 @@
     1.4 +obj1.func called
     1.5 +obj2.func called
     1.6 +no such method: func
     1.7 +obj4's prototype func called
     1.8 +MyConstructor.prototype.func
     1.9 +MyConstructor.prototype.func
    1.10 +obj1.func called
    1.11 +obj2.func called
    1.12 +new obj3.func called
    1.13 +new obj4.func called
    1.14 +all new MyConstructor.prototype.func
    1.15 +all new MyConstructor.prototype.func

mercurial