// Any copyright is dedicated to the Public Domain. // http://creativecommons.org/licenses/publicdomain/ // Contributor: Andreas Gal assertEq(Object.getOwnPropertyNames(Array.prototype).indexOf("length") >= 0, true); reportCompare("ok", "ok", "bug 583429");