Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix all properties implemented as a data property where the spec requires an accessor property #963

Open
p-bakker opened this issue Jun 27, 2021 · 1 comment
Assignees
Labels
Arrays bug Issues considered a bug Ecma Incompatibility Issues about Rhino being incompatible with the EcmaScript spec PropertyDescriptors

Comments

@p-bakker
Copy link
Collaborator

p-bakker commented Jun 27, 2021

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

@p-bakker p-bakker added the Ecma Incompatibility Issues about Rhino being incompatible with the EcmaScript spec label Jul 5, 2021
@rbri rbri self-assigned this Feb 14, 2022
@rbri
Copy link
Collaborator

rbri commented Feb 14, 2022

Will have a look....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arrays bug Issues considered a bug Ecma Incompatibility Issues about Rhino being incompatible with the EcmaScript spec PropertyDescriptors
Projects
None yet
Development

No branches or pull requests

2 participants