Home
last modified time | relevance | path

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

/third_party/node/src/
Dudp_wrap.cc50 class SendWrap : public ReqWrap<uv_udp_send_t> { class
52 SendWrap(Environment* env, Local<Object> req_wrap_obj, bool have_callback);
57 SET_MEMORY_INFO_NAME(SendWrap)
58 SET_SELF_SIZE(SendWrap)
65 SendWrap::SendWrap(Environment* env, in SendWrap() function in node::SendWrap
73 bool SendWrap::have_callback() const { in have_callback()
601 SendWrap* req_wrap = new SendWrap(env(), in CreateSendWrap()
658 std::unique_ptr<SendWrap> req_wrap{static_cast<SendWrap*>(req)}; in OnSendDone()
/third_party/node/lib/
Ddgram.js73 SendWrap
689 const req = new SendWrap();
/third_party/node/test/sequential/
Dtest-async-wrap-getasyncid.js288 const req = new binding.SendWrap();