archives

« Bugzilla Issues Index

#1640 — 8.4.*: misc typos


8.4.1.3 / step 1
Let proto be the the intrinsic %FunctionPrototype%.

s/the the/the/

---

8.4.2.1 / preamble
8.4.3.3 / preamble
8.4.6.3 / preamble
... is called with property /P/, ...

After "property", insert "key".

---

8.4.4.4 / preamble
When the [[PreventExtensions]] internal method of
an exotic Symbol object an exotic Symbol object /O/ ...

Delete one "an exotic Symbol object".

---

8.4.6.2
Preamble declares object "S", but algorithm refers to object "O".

---

8.4.6.3 / step 3.c.x
If Desc has a [[Writable]] field, then.

Delete final period.

---

8.4.6.3 / step 3.c.xi.1
If writable be false, then

s/be/is/

---

8.4.6.3 / step 3.c.xi.1.c
If /value/ is undefined, then return false.

But /value/ hasn't been defined.
Maybe missing an earlier step:
Let /value/ be Desc.[[Value]]

---

8.4.6.4 / step 2
If Type(P) is String and if SameValue(O, Receiver) is true, then

where "SameValue" is italicized. Change it to upright.

---

8.4.6.5 / step 2.c
If SameValue(ToString(intIndex, P)) is true, then

Misplaced right-paren: s/, P)/), P/

---

8.4.6.8
Step-numbers start at 11.

---

8.4.6.8 / steps 13,14
Set the [[Get]] internal method of A as specified in 8.4.6.1.
Set the [[Set]] internal method of A as specified in 8.4.6.2.

Change section numbers to 8.4.6.4, 8.4.6.5.

---

8.4.6.10 / step 2
Let O be the result of calling ToObject with the this value as its argument.

This is doubly odd, because it overwrites the parameter 'O', and also references
the 'this' value, which isn't normally defined for abstract operations.


Also,
8.4.2 / para 4
Exotic Array objects provide an alternative definition for the
[[DefineOwnProperty]] internal methods.

s/methods/method/


fixed in rev17 editor's draft


fixed in rev17, August 23, 2013 draft