Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b6ae411

Browse filesBrowse files
legendecasRafaelGSS
authored andcommitted
lib: remove obsolete deletion of bufferBinding.zeroFill
PR-URL: #47881 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe>
1 parent 562b3d4 commit b6ae411
Copy full SHA for b6ae411

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Open diff view settings
Collapse file

‎lib/internal/bootstrap/node.js‎

Copy file name to clipboardExpand all lines: lib/internal/bootstrap/node.js
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ function setupBuffer() {
390390
// Only after this point can C++ use Buffer::New()
391391
bufferBinding.setBufferPrototype(Buffer.prototype);
392392
delete bufferBinding.setBufferPrototype;
393-
delete bufferBinding.zeroFill;
394393

395394
// Create global.Buffer as getters so that we have a
396395
// deprecation path for these in ES Modules.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.