// Copyright 2011 Google Inc. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- es5id: 15.3.4.5_A3 description: Function.prototype.bind must exist ---*/ assert( 'bind' in Function.prototype, 'The result of evaluating (\'bind\' in Function.prototype) is expected to be true' ); reportCompare(0, 0);