archives

« Bugzilla Issues Index

#1696 — 15.5.*: misc typos


15.5.2.4 / step 8
Let literalSegments be ToUint(len).

'ToUint' is not defined. Change to 'ToUint32'?
(= bug 492)

---

15.5.3.11 / step 8.a
Let replValue be the result of calling the [[Call]] internal methods ...

s|methods|method|

---

15.5.3.11 / step 11
... the String formed by concatenating ..., replString, and ...

'replString' is not defined. s|replString|replStr|

---

15.5.3.14 / step 14.a
15.5.3.14 / step 15.c
15.5.3.14 / step 17.c.ii.2
15.5.3.14 / step 19
Let status be the result of [[DefineOwnProperty]] internal method of A ...

After "result of", insert "calling the".

---

15.5.3.14 / step 17.a
Let e be the result of SplitMatch(S, q, R).
15.5.3.14 / Runtime Semantics: SplitMatch Abstract Operation / para 1
The abstract operation SplitMatch takes three parameters ...

'SplitMatch' is italicized. Change it to upright.

---

15.5.3.22 / step 10
15.5.3.23 / step 10
Let searchLength be the number of elements in searchString.

15.5.3.22 / step 12
15.5.3.23 / step 13
... the full element sequence of searchString, ...

s|searchString|searchStr|


fixed in rev17 editor's draft


fixed in rev17, August 23, 2013 draft