- Version: all
- Platform: all
- Subsystem: src
>typeofprocess.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.
We don't need these prototypes, and we can get rid of them either through
v8::FunctionTemplate::RemovePrototype()or indirectly, by specifyingv8::ConstructorBehavior::kThrowwhen creating thev8::FunctionTemplate.