Searched refs:send_handle_obj (Results 1 – 1 of 1) sorted by relevance
196 Local<Object> send_handle_obj = args[2].As<Object>(); in WriteBuffer() local199 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() local225 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()