On 2008.03.03., at 22:09, Ruland Kevin-BHP637 wrote: > As I said, I think I had been abusing Rhino and probably implemented > a non-ECMA compliant object because getIds() did not return an array > of strings or numbers. Looking at ECMA 262, it seems that for in > should operate on "names".
Yep, getIds() should return property names, which can be either strings or numbers, but nothing else. Attila. _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
