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

Set.prototype.clear() refers to [[MapData] #346

Closed
jyasskin opened this Issue Feb 1, 2016 · 1 comment

Comments

Projects
None yet
2 participants
@jyasskin

jyasskin commented Feb 1, 2016

https://tc39.github.io/ecma262/#sec-set.prototype.clear says "The existing [[MapData]] List is preserved…", but there is no [[MapData]] slot in Sets.

@rwaldron

This comment has been minimized.

Show comment
Hide comment
@rwaldron

rwaldron Feb 3, 2016

Contributor

FWIW, that's a non-normative note, but it should be fixed to avoid confusing readers.

Contributor

rwaldron commented Feb 3, 2016

FWIW, that's a non-normative note, but it should be fixed to avoid confusing readers.

@bterlson bterlson closed this in dfeaa39 Feb 5, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment