blob: b88c0c7385fa6eeb3a5042d8c105bf068fc7f696 [file] [log] [blame]
// 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'
);