test/script/basic/funcbind3.js.EXPECTED

changeset 0
b1a7da25b547
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/script/basic/funcbind3.js.EXPECTED	Wed Apr 27 01:36:41 2016 +0800
     1.3 @@ -0,0 +1,15 @@
     1.4 +x instanceof f: true
     1.5 +x instanceof b: true
     1.6 +y instanceof f: true
     1.7 +y instanceof b: true
     1.8 +
     1.9 +Changing prototype
    1.10 +
    1.11 +x instanceof f: false
    1.12 +x instanceof b: false
    1.13 +y instanceof f: false
    1.14 +y instanceof b: false
    1.15 +Bound function prototype
    1.16 +
    1.17 +f.hasOwnProperty('prototype'): true
    1.18 +b.hasOwnProperty('prototype'): false

mercurial