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

Notes in section Arguments Exotic Objects: “arguments object for strict function” are also used for some non-strict functions #878

Closed
claudepache opened this Issue Apr 8, 2017 · 0 comments

Comments

Projects
None yet
2 participants
@claudepache
Contributor

claudepache commented Apr 8, 2017

Notes 1, 3 and 4 in Section Arguments Exotic Objects refer to arguments object for non-strict functions and those for strict functions. They are, in fact, Mapped arguments object and Unmapped arguments object. However, the latter is created not only for strict functions, but also for non-strict functions with non-simple parameter list.

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