« Bugzilla Issues Index
#2630 — 9.2.14: Leftover reference to InstantiateArgumentsObject
- bug_id:
2630
- creation_ts:
2014-04-10 14:07:00 -0700
- short_desc:
9.2.14: Leftover reference to InstantiateArgumentsObject
- delta_ts:
2014-04-29 22:18:42 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 23: April 5, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Jason Orendorff
- assigned_to:
Allen Wirfs-Brock
- commentid:
7659
- comment_count:
0
- who:
Jason Orendorff
- bug_when:
2014-04-10 14:07:42 -0700
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.
- commentid:
7683
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-04-11 15:52:56 -0700
fixed in rev24 editor's draft
- commentid:
8005
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-04-29 22:18:42 -0700
fixed in rev24