blob: 4987f5074dc2b1e663bd2a24cbba51f37337db8d [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
---*/
if (!('bind' in Function.prototype)) {
$ERROR('Function.prototype.bind is missing');
}