Commit f3ab106
buffer: remove obsolete NaN check
These two NaN entries are not necessary and we can safely remove them.
PR-URL: #18744
Reviewed-By: Weijia Wang <starkwang@126.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent ed55374 commit f3ab106Copy full SHA for f3ab106
File tree
Expand file treeCollapse file tree
2 files changed
+5
-5
lines changedOpen diff view settings
Filter options
- lib
- test/parallel
Expand file treeCollapse file tree
2 files changed
+5
-5
lines changedOpen diff view settings
Collapse file
+2-5Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
377 | 377 | |
378 | 378 | |
379 | 379 | |
380 | | - |
381 | | - |
382 | | - |
383 | | - |
| 380 | + |
384 | 381 | |
385 | 382 | |
386 | 383 | |
| ||
403 | 400 | |
404 | 401 | |
405 | 402 | |
406 | | - |
| 403 | + |
407 | 404 | |
408 | 405 | |
409 | 406 | |
|
Collapse file
test/parallel/test-buffer-arraybuffer.js
Copy file name to clipboardExpand all lines: test/parallel/test-buffer-arraybuffer.js+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
148 | 148 | |
149 | 149 | |
150 | 150 | |
| 151 | + |
| 152 | + |
| 153 | + |
0 commit comments