blob: 67e1b41959030c482858da1f085d8886c3d096dd [file] [log] [blame]
// Any copyright is dedicated to the Public Domain.
// http://creativecommons.org/licenses/publicdomain/
// Contributor: Andreas Gal <gal@uci.edu>
assertEq(Object.getOwnPropertyNames(Array.prototype).indexOf("length") >= 0, true);
reportCompare("ok", "ok", "bug 583429");