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