archives

« Bugzilla Issues Index

#111 — Step 9.a in string.prototype.splice incorrect.


Step 9.a of Section 15.4.4.12 of the current version of ECMA-262 specifies the following:

Let from be ToString(relativeStart+k).

Whereas, the method's description implies that the actual definition should be:

Let from be ToString(actualStart+k).


this is corrected in 5.1