Skip to content

Commit 17b5581

Browse files
michaelficarraljharb
authored andcommitted
Editorial: mark the conversion operation in NumericToRawBytes as infallible (#3603)
1 parent c8fe69b commit 17b5581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44674,7 +44674,7 @@ <h1>
4467444674
1. Else,
4467544675
1. Let _n_ be the Element Size value specified in <emu-xref href="#table-the-typedarray-constructors"></emu-xref> for Element Type _type_.
4467644676
1. Let _conversionOperation_ be the abstract operation named in the Conversion Operation column in <emu-xref href="#table-the-typedarray-constructors"></emu-xref> for Element Type _type_.
44677-
1. Let _intValue_ be ℝ(_conversionOperation_(_value_)).
44677+
1. Let _intValue_ be ℝ(! _conversionOperation_(_value_)).
4467844678
1. If _intValue_ ≥ 0, then
4467944679
1. Let _rawBytes_ be a List whose elements are the _n_-byte binary encoding of _intValue_. The bytes are ordered in little endian order.
4468044680
1. Else,

0 commit comments

Comments
 (0)