I'm working on implementing ES5 in Rhino. The Object.defineProperty is currently implemented in the CVS version, see http://www.mozilla.org/rhino/download.html
In the meantime you can add non-enumerable properties from Java, using the ScriptableObject.DONTENUM attribute. On Jul 20, 1:15 am, Mark Porter <[email protected]> wrote: > Is there currently a way to define non-enumerable properties from > Javascript? Something like ES5's defineProperty? If not, are there > future plans to support this? _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
