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 clipboard<
8000
span class="prc-TooltipV2-Tooltip-tLeuB" data-direction="s" role="tooltip" aria-hidden="true" id=":R8rtlab:">Expand all lines: test/parallel/test-buffer-bigint64.js
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
require('../common');
3
3
constassert=require('assert');
4
4
5
-
constbuf=Buffer.allocUnsafe(8);
5
+
constbuf=Buffer.allocUnsafe(9);
6
6
7
7
['LE','BE'].forEach(function(endianness){
8
8
// Should allow simple BigInts to be written and read
0 commit comments