blob: 7d119fba137969cf11029093dce1f8c368684e26 [file] [log] [blame]
// Copyright (c) 2012 Ecma International. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
es5id: 15.3.4.5-0-2
description: Function.prototype.bind must exist as a function taking 1 parameter
---*/
assert.sameValue(Function.prototype.bind.length, 1, 'Function.prototype.bind.length');