« Bugzilla Issues Index
#1082 — 9.3.*: "O" vs "P"
- bug_id:
1082
- creation_ts:
2012-11-27 22:02:00 -0800
- short_desc:
9.3.*: "O" vs "P"
- delta_ts:
2012-12-21 18:08:19 -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:
2888
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2012-11-27 22:02:49 -0800
In 9.3.{1-7}, step 2 says:
Assert: Either Type(P) is String or
Type(O) is Object and O is a Symbol object.
I'm pretty sure the two occurrences of 'O' should be 'P'.
---
Note that this is the same assertion that is elsewhere stated as:
P is a valid property key, either a String or a Symbol Object.
You might consider introducing an abstract operation
(e.g., IsAValidPropertyKey), define it once, and then use it
in all of the above contexts.
- commentid:
2951
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-12-01 10:53:49 -0800
fixed in rev 13 editor's draft