Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upNotes in section Arguments Exotic Objects: “arguments object for strict function” are also used for some non-strict functions #878
Comments
This was referenced Apr 15, 2017
Closed
Closed
bterlson
closed this
May 16, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
claudepache commentedApr 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.