We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f219c commit 62f5f4cCopy full SHA for 62f5f4c
src/node_buffer.cc
@@ -745,7 +745,6 @@ void Initialize(Handle<Object> target,
745
746
env->SetMethod(target, "setupBufferJS", SetupBufferJS);
747
748
- env->SetMethod(target, "byteLength", ByteLength);
749
env->SetMethod(target, "byteLength", ByteLength);
750
env->SetMethod(target, "compare", Compare);
751
env->SetMethod(target, "fill", Fill);
0 commit comments