Skip to content

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

@p-bakker

Description

@p-bakker

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions