« Bugzilla Issues Index
#1079 — 15.2.3.3: undefined "name"
- bug_id:
1079
- creation_ts:
2012-11-27 18:41:00 -0800
- short_desc:
15.2.3.3: undefined "name"
- delta_ts:
2012-12-21 18:08:34 -0800
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 12: November 22, 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:
2885
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2012-11-27 18:41:21 -0800
In 15.2.3.3 "Object.getOwnPropertyDescriptor ( O, P )",
step 3 says:
ReturnIfAbrupt(name).
but 'name' is not defined.
Change to "key".
- commentid:
2954
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-12-01 10:57:51 -0800
fixed in rev 13 editor's draft