We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NumberBitwiseOp is passed op, a sequence of code points, one of &, ^, or |. It then says
NumberBitwiseOp
&
^
|
Return the result of applying the bitwise operator op to lnum and rnum.
Nowhere does it associate those sequences of code points with bitwise operations. We should be explicit about this similar to what we do in 12.15.5.
This all also applies to ByteListBitwiseOp.
ByteListBitwiseOp
The text was updated successfully, but these errors were encountered:
BigIntBitwiseOp
fixes tc39#2002: more precise def. of NumberBitwiseOp and ByteListBit…
1cf3238
…wiseOp
Editorial: more precise def. of NumberBitwiseOp and ByteListBitwiseOp
e4a7295
Fixes tc39#2002.
Editorial: more precise def. of NumberBitwiseOp and ByteListBitwiseOp (…
6b6084c
…tc39#2004) Fixes tc39#2002.
Successfully merging a pull request may close this issue.
NumberBitwiseOp
is passed op, a sequence of code points, one of&
,^
, or|
. It then saysNowhere does it associate those sequences of code points with bitwise operations. We should be explicit about this similar to what we do in 12.15.5.
This all also applies to
ByteListBitwiseOp
.The text was updated successfully, but these errors were encountered: