« Bugzilla Issues Index
#1937 — 26.1.11: Missing return in Reflect.ownKeys
- bug_id:
1937
- creation_ts:
2013-09-27 07:44:00 -0700
- short_desc:
26.1.11: Missing return in Reflect.ownKeys
- delta_ts:
2013-09-27 14:47:42 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 18: September 5, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
5464
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-09-27 07:44:58 -0700
26.1.11 Reflect.ownKeys (target)
Change step 3 from:
Let keys be the result of calling the [[OwnPropertyKeys]] internal method of obj.
to:
Return the result of calling the [[OwnPropertyKeys]] internal method of obj.
- commentid:
5487
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-09-27 12:00:38 -0700
fixed in rev19 editor's draft
- commentid:
5567
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-09-27 14:47:42 -0700
fixed in rev19