archives

« Bugzilla Issues Index

#1082 — 9.3.*: "O" vs "P"


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.


fixed in rev 13 editor's draft