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

Annex E: outdated lines about primitives' prototypes #327

Closed
webbedspace opened this Issue Jan 27, 2016 · 0 comments

Comments

Projects
None yet
2 participants
@webbedspace

webbedspace commented Jan 27, 2016

The following lines in Annex E are incorrect and do not reflect the sections they link to:

19.3.3: In ECMAScript 2015, the Boolean prototype object is not a Boolean instance. In previous editions it was a Boolean instance whose Boolean value was false.

20.1.3 In ECMAScript 2015, the Number prototype object is not a Number instance. In previous editions it was a Number instance whose number value was +0.

21.1.3 In ECMAScript 2015, the String prototype object is not a String instance. In previous editions it was a String instance whose String value was the empty string.

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