diff -r 000000000000 -r b1a7da25b547 test/script/basic/calllink.js.EXPECTED --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/script/basic/calllink.js.EXPECTED Wed Apr 27 01:36:41 2016 +0800 @@ -0,0 +1,12 @@ +obj1.func called +obj2.func called +no such method: func +obj4's prototype func called +MyConstructor.prototype.func +MyConstructor.prototype.func +obj1.func called +obj2.func called +new obj3.func called +new obj4.func called +all new MyConstructor.prototype.func +all new MyConstructor.prototype.func