Home
last modified time | relevance | path

Searched defs:TCPWrap (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/parallel/
Dtest-net-persistent-ref-unref.js7 const TCPWrap = internalBinding('tcp_wrap').TCP; constant
18 TCPWrap.prototype.ref = function() { class
Dtest-net-persistent-nodelay.js7 const TCPWrap = internalBinding('tcp_wrap').TCP; constant
19 TCPWrap.prototype.setNoDelay = function(enable) { class
/third_party/node/src/
Dtcp_wrap.h50 SET_SELF_SIZE(TCPWrap) in SET_SELF_SIZE() argument
Dtcp_wrap.cc151 TCPWrap::TCPWrap(Environment* env, Local<Object> object, ProviderType provider) in TCPWrap() function in node::TCPWrap