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.cc314 Local<Object> send_handle_obj = args[2].As<Object>(); in WriteBuffer() local
317 ASSIGN_OR_RETURN_UNWRAP(&wrap, send_handle_obj, UV_EINVAL); in WriteBuffer()
323 send_handle_obj).IsNothing()) { in WriteBuffer()
344 Local<Object> send_handle_obj; in WriteString() local
346 send_handle_obj = args[2].As<Object>(); in WriteString()
369 (!IsIPCPipe() || send_handle_obj.IsEmpty()); in WriteString()
422 if (IsIPCPipe() && !send_handle_obj.IsEmpty()) { in WriteString()
424 ASSIGN_OR_RETURN_UNWRAP(&wrap, send_handle_obj, UV_EINVAL); in WriteString()
430 send_handle_obj).IsNothing()) { in WriteString()