archives

« Bugzilla Issues Index

#2630 — 9.2.14: Leftover reference to InstantiateArgumentsObject


Under step 19.e.:
> i. Let ao be InstantiateArgumentsObject(argumentsList).
> ii. If strict is true or if simpleParameterList is false, then
> 1. Let ao be CreateStrictArgumentsObject(formals, argumentsList).
> iii. Else,
> 1. Let ao be CreateMappedArgumentsObject(func, formals,
> argumentsList, env).

Step 19.e.i should be struck; the value is unused and the operation being called has been deleted.


fixed in rev24 editor's draft


fixed in rev24