1 // Copyright 2009 the Sputnik authors. All rights reserved.
2 // This code is governed by the BSD license found in the LICENSE file.
6 The value of the internal [[Prototype]] property of
7 the Array constructor is the Function prototype object
9 description: Function.prototype.toString = Object.prototype.toString
12 Function.prototype.toString = Object.prototype.toString;
17 'Array.toString() must return "[object Function]"'