Home
last modified time | relevance | path

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

/third_party/node/src/
Dstream_base.cc196 Local<Object> send_handle_obj = args[2].As<Object>(); in WriteBuffer() local
199 ASSIGN_OR_RETURN_UNWRAP(&wrap, send_handle_obj, UV_EINVAL); in WriteBuffer()
205 send_handle_obj).Check(); in WriteBuffer()
223 Local<Object> send_handle_obj; in WriteString() local
225 send_handle_obj = args[2].As<Object>(); in WriteString()
248 (!IsIPCPipe() || send_handle_obj.IsEmpty()); in WriteString()
299 if (IsIPCPipe() && !send_handle_obj.IsEmpty()) { in WriteString()
301 ASSIGN_OR_RETURN_UNWRAP(&wrap, send_handle_obj, UV_EINVAL); in WriteString()
307 send_handle_obj).Check(); in WriteString()