« Bugzilla Issues Index
#532 — 10.6: undefined "func"
- bug_id:
532
- creation_ts:
2012-07-14 14:17:00 -0700
- short_desc:
10.6: undefined "func"
- delta_ts:
2012-09-28 12:24:22 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 9: July 8, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
1315
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2012-07-14 14:17:39 -0700
In 10.6 "Arguments Object",
in the defn of the abstract operation CreateMappedArgumentsObject,
step 9 refers to
the property descriptor {[[Value]]: func, [[Writable]]: true,
[[Enumerable]]: false, [[Configurable]]: true}
but 'func' is not defined.
- commentid:
1316
- comment_count:
1
- who:
Michael Dyck
- bug_when:
2012-07-14 14:21:55 -0700
I think 'func' needs to be passed in as another parameter.
- commentid:
1496
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2012-08-14 15:42:34 -0700
corrected in editor's draft
- commentid:
1716
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2012-09-28 12:24:22 -0700
fixed in rev10, Sept. 27 2012 draft