You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44674,7 +44674,7 @@ <h1>
44674
44674
1. Else,
44675
44675
1. Let _n_ be the Element Size value specified in <emu-xref href="#table-the-typedarray-constructors"></emu-xref> for Element Type _type_.
44676
44676
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_)).
44678
44678
1. If _intValue_ ≥ 0, then
44679
44679
1. Let _rawBytes_ be a List whose elements are the _n_-byte binary encoding of _intValue_. The bytes are ordered in little endian order.
0 commit comments