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

A line in Annex C references the wrong section #572

Closed
webbedspace opened this Issue May 17, 2016 · 0 comments

Comments

Projects
None yet
1 participant
@webbedspace

webbedspace commented May 17, 2016

Arguments objects for strict functions define non-configurable accessor properties named "caller" and "callee" which throw a TypeError exception on access (9.2.7).

9.2.7 actually refers to AddRestrictedFunctionProperties, which adds accessor properties to functions, not argument objects. It should refer to 9.4.4.7 CreateUnmappedArgumentsObject.

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