Home
last modified time | relevance | path

Searched refs:SendWrap (Results 1 - 3 of 3) sorted by relevance

/third_party/node/src/
H A Dudp_wrap.cc74 class SendWrap : public ReqWrap<uv_udp_send_t> { class
76 SendWrap(Environment* env, Local<Object> req_wrap_obj, bool have_callback);
81 SET_MEMORY_INFO_NAME(SendWrap)
82 SET_SELF_SIZE(SendWrap)
89 SendWrap::SendWrap(Environment* env, in SendWrap() function in node::SendWrap
97 bool SendWrap::have_callback() const { in have_callback()
218 // Create FunctionTemplate for SendWrap in Initialize()
222 SetConstructorFunction(context, target, "SendWrap", swt); in Initialize()
615 SendWrap* req_wra in CreateSendWrap()
[all...]
/third_party/node/test/sequential/
H A Dtest-async-wrap-getasyncid.js301 const req = new binding.SendWrap();
303 testUninitialized(req, 'SendWrap');
312 testInitialized(req, 'SendWrap');
/third_party/node/lib/
H A Ddgram.js76 SendWrap,
693 const req = new SendWrap();

Completed in 4 milliseconds