summaryrefslogtreecommitdiffstats
path: root/js/src/tests/non262/regress/regress-583429.js
blob: 67e1b41959030c482858da1f085d8886c3d096dd (plain)
1
2
3
4
5
6
7
// 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");