changes.mady.by.user Aubergine
Saved on Nov 15, 2012
A non-enumerable, non-configurable accessor property.
The property will have the following descriptor:
globalsomeObj.addProp( ACCESSOR_HIDDEN, "foo", function getter() { ... }, function setter() { ... } );
Requires:
Topics: