Fix all properties implemented as a data property where the spec requires an accessor property #963
Labels
Arrays
bug
Issues considered a bug
Ecma Incompatibility
Issues about Rhino being incompatible with the EcmaScript spec
PropertyDescriptors
On several built-ins properties are implemented ad data properties, while the spec calls for accessor properties
Currently only the
size
property for Set and Map is implemented properly (through NativeMap/Set.init(...))Affects:
All locations in the spec can be found by searching the spec for the text
is an accessor property
The text was updated successfully, but these errors were encountered: