148
edits
m (→isNull: fmt) |
|||
| Line 446: | Line 446: | ||
:::* The result is an array of type ''t'' whose first ''n'' elements are the 8-bit values in ''s''. If <code>''t''.length > ''n''</code>, then element ''n'' of the result is 0. The values of the rest of the array elements are unspecified. | :::* The result is an array of type ''t'' whose first ''n'' elements are the 8-bit values in ''s''. If <code>''t''.length > ''n''</code>, then element ''n'' of the result is 0. The values of the rest of the array elements are unspecified. | ||
::* Otherwise fail. | ::* Otherwise fail. | ||
:* If ''val'' is a JavaScript object: | :* If ''val'' is a JavaScript array object: | ||
::* If <code>''val''.length</code> is not a nonnegative integer, fail. | ::* If <code>''val''.length</code> is not a nonnegative integer, fail. | ||
::* If <code>''val''.length !== ''t''.length</code>, fail. | ::* If <code>''val''.length !== ''t''.length</code>, fail. | ||
edits