--- old/test/nashorn/script/basic/funcbind3.js.EXPECTED 2020-04-15 19:14:46.000000000 +0530 +++ /dev/null 2020-04-15 19:14:46.000000000 +0530 @@ -1,15 +0,0 @@ -x instanceof f: true -x instanceof b: true -y instanceof f: true -y instanceof b: true - -Changing prototype - -x instanceof f: false -x instanceof b: false -y instanceof f: false -y instanceof b: false -Bound function prototype - -f.hasOwnProperty('prototype'): true -b.hasOwnProperty('prototype'): false