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