-1:000000000000 | 0:2d5cc5541ad8 |
---|---|
1 // Any copyright is dedicated to the Public Domain. | |
2 // http://creativecommons.org/licenses/publicdomain/ | |
3 // Contributor: Andreas Gal <gal@uci.edu> | |
4 | |
5 assertEq(Object.getOwnPropertyNames(Array.prototype).indexOf("length") >= 0, true); | |
6 | |
7 reportCompare("ok", "ok", "bug 583429"); |