-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed
Labels
c++Issues and PRs that require attention from people who are familiar with C++.Issues and PRs that require attention from people who are familiar with C++.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.
Description
- Version: all
- Platform: all
- Subsystem: src
> typeof process.binding('udp_wrap').UDP.prototype.bind6.prototype
'object'
We don't need these prototypes, and we can get rid of them either through v8::FunctionTemplate::RemovePrototype()
or indirectly, by specifying v8::ConstructorBehavior::kThrow
when creating the v8::FunctionTemplate
.
Metadata
Metadata
Assignees
Labels
c++Issues and PRs that require attention from people who are familiar with C++.Issues and PRs that require attention from people who are familiar with C++.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.