« Bugzilla Issues Index
#4353 — Typo in 19.1.2.8.1 Runtime Semantics: GetOwnPropertyKeys
- bug_id:
4353
- creation_ts:
2015-05-06 00:41:00 -0700
- short_desc:
Typo in 19.1.2.8.1 Runtime Semantics: GetOwnPropertyKeys
- delta_ts:
2015-05-06 03:50:47 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 38: April 14, 2015 Final Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
shvaikalesh
- assigned_to:
Allen Wirfs-Brock
- cc:
andrebargull
- commentid:
14376
- comment_count:
0
- who:
shvaikalesh
- bug_when:
2015-05-06 00:41:32 -0700
19.1.2.8.1 Runtime Semantics: GetOwnPropertyKeys
6.
a. If Type(nextKey) is ->>Type<<-, then
i. Append nextKey as the last element of nameList
I suppose that it should be If Type(nextKey) is Symbol.
- commentid:
14377
- comment_count:
1
- who:
André Bargull
- bug_when:
2015-05-06 02:44:23 -0700
(In reply to Aleksej Shvajka from comment #0)
> I suppose that it should be If Type(nextKey) is Symbol.
The second `Type` refers to the parameter named `Type`, not the `Type()` function.