Comment 4 for bug 1832281

Revision history for this message
manuel baesler (manuelbaesler) wrote :

result:

node
Welcome to Node.js v12.4.0.
Type ".help" for more information.
> a = undefined
undefined
> a >>> 0
0
> let buffer
undefined
> buffer |= 0
0

Thanks for the patch :-)