archives

« Bugzilla Issues Index

#492 — 15.5.3.4: "ToUint"


In 15.5.3.4 "String.raw ( callSite, ...substitutions)",
step 8 says:
"Let literalSegments be ToUint(len)."
but ToUint does not exist.

Change to "ToUint16" or "ToUint32".


added a TODO for for ToUint

If we go forward with eliminating use of ToUint32 for array indices we will probably need ToUint


fixed in rev10, Sept. 27 2012 draft


Nope, not fixed.
(The reference to "ToUint" is still there, and hasn't been defined.)


Fixed in rev17, replaced with call to ToLength