diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 7507 | 
1 files changed, 3763 insertions, 3744 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #147 uv version 0.2.2 ] { +Extension [ <persistent> extension #160 uv version 0.2.2 ] {    - Functions {      Function [ <internal:uv> function uv_update_time ] { @@ -975,203 +975,204 @@ Extension [ <persistent> extension #147 uv version 0.2.2 ] {    - Classes [25] {      Class [ <internal:uv> class UV ] { -      - Constants [196] { -        Constant [ integer RUN_DEFAULT ] { 0 } -        Constant [ integer RUN_ONCE ] { 1 } -        Constant [ integer RUN_NOWAIT ] { 2 } -        Constant [ integer CHANGE ] { 2 } -        Constant [ integer RENAME ] { 1 } -        Constant [ integer READABLE ] { 1 } -        Constant [ integer WRITABLE ] { 2 } -        Constant [ integer O_RDONLY ] { 0 } -        Constant [ integer O_WRONLY ] { 1 } -        Constant [ integer O_RDWR ] { 2 } -        Constant [ integer O_CREAT ] { 64 } -        Constant [ integer O_EXCL ] { 128 } -        Constant [ integer O_TRUNC ] { 512 } -        Constant [ integer O_APPEND ] { 1024 } -        Constant [ integer S_IFDIR ] { 16384 } -        Constant [ integer S_IFREG ] { 32768 } -        Constant [ integer O_NOCTTY ] { 256 } -        Constant [ integer S_IRWXU ] { 448 } -        Constant [ integer S_IRUSR ] { 256 } -        Constant [ integer S_IWUSR ] { 128 } -        Constant [ integer S_IXUSR ] { 64 } -        Constant [ integer S_IRWXG ] { 56 } -        Constant [ integer S_IRGRP ] { 32 } -        Constant [ integer S_IWGRP ] { 16 } -        Constant [ integer S_IXGRP ] { 8 } -        Constant [ integer S_IRWXO ] { 7 } -        Constant [ integer S_IROTH ] { 4 } -        Constant [ integer S_IWOTH ] { 2 } -        Constant [ integer S_IXOTH ] { 1 } -        Constant [ integer SIG_IGN ] { 1 } -        Constant [ integer SIG_DFL ] { 0 } -        Constant [ integer SIG_ERR ] { -1 } -        Constant [ integer SIGHUP ] { 1 } -        Constant [ integer SIGINT ] { 2 } -        Constant [ integer SIGQUIT ] { 3 } -        Constant [ integer SIGILL ] { 4 } -        Constant [ integer SIGTRAP ] { 5 } -        Constant [ integer SIGABRT ] { 6 } -        Constant [ integer SIGIOT ] { 6 } -        Constant [ integer SIGBUS ] { 7 } -        Constant [ integer SIGFPE ] { 8 } -        Constant [ integer SIGKILL ] { 9 } -        Constant [ integer SIGUSR1 ] { 10 } -        Constant [ integer SIGSEGV ] { 11 } -        Constant [ integer SIGUSR2 ] { 12 } -        Constant [ integer SIGPIPE ] { 13 } -        Constant [ integer SIGALRM ] { 14 } -        Constant [ integer SIGTERM ] { 15 } -        Constant [ integer SIGSTKFLT ] { 16 } -        Constant [ integer SIGCLD ] { 17 } -        Constant [ integer SIGCHLD ] { 17 } -        Constant [ integer SIGCONT ] { 18 } -        Constant [ integer SIGSTOP ] { 19 } -        Constant [ integer SIGTSTP ] { 20 } -        Constant [ integer SIGTTIN ] { 21 } -        Constant [ integer SIGTTOU ] { 22 } -        Constant [ integer SIGURG ] { 23 } -        Constant [ integer SIGXCPU ] { 24 } -        Constant [ integer SIGXFSZ ] { 25 } -        Constant [ integer SIGVTALRM ] { 26 } -        Constant [ integer SIGPROF ] { 27 } -        Constant [ integer SIGWINCH ] { 28 } -        Constant [ integer SIGPOLL ] { 29 } -        Constant [ integer SIGIO ] { 29 } -        Constant [ integer SIGPWR ] { 30 } -        Constant [ integer SIGSYS ] { 31 } -        Constant [ integer SIGBABY ] { 31 } -        Constant [ integer AF_INET ] { 2 } -        Constant [ integer AF_INET6 ] { 10 } -        Constant [ integer AF_UNSPEC ] { 0 } -        Constant [ integer LEAVE_GROUP ] { 0 } -        Constant [ integer JOIN_GROUP ] { 1 } -        Constant [ integer IS_UV_TCP ] { 0 } -        Constant [ integer IS_UV_UDP ] { 1 } -        Constant [ integer IS_UV_PIPE ] { 2 } -        Constant [ integer IS_UV_IDLE ] { 3 } -        Constant [ integer IS_UV_TIMER ] { 4 } -        Constant [ integer IS_UV_ASYNC ] { 5 } -        Constant [ integer IS_UV_LOOP ] { 6 } -        Constant [ integer IS_UV_HANDLE ] { 7 } -        Constant [ integer IS_UV_STREAM ] { 8 } -        Constant [ integer IS_UV_ADDRINFO ] { 9 } -        Constant [ integer IS_UV_PROCESS ] { 10 } -        Constant [ integer IS_UV_PREPARE ] { 11 } -        Constant [ integer IS_UV_CHECK ] { 12 } -        Constant [ integer IS_UV_WORK ] { 13 } -        Constant [ integer IS_UV_FS ] { 14 } -        Constant [ integer IS_UV_FS_EVENT ] { 15 } -        Constant [ integer IS_UV_TTY ] { 16 } -        Constant [ integer IS_UV_FS_POLL ] { 17 } -        Constant [ integer IS_UV_POLL ] { 18 } -        Constant [ integer UNKNOWN_HANDLE ] { 0 } -        Constant [ integer FILE ] { 17 } -        Constant [ integer ASYNC ] { 1 } -        Constant [ integer CHECK ] { 2 } -        Constant [ integer FS_EVENT ] { 3 } -        Constant [ integer FS_POLL ] { 4 } -        Constant [ integer HANDLE ] { 5 } -        Constant [ integer IDLE ] { 6 } -        Constant [ integer NAMED_PIPE ] { 7 } -        Constant [ integer POLL ] { 8 } -        Constant [ integer PREPARE ] { 9 } -        Constant [ integer PROCESS ] { 10 } -        Constant [ integer STREAM ] { 11 } -        Constant [ integer TCP ] { 12 } -        Constant [ integer TIMER ] { 13 } -        Constant [ integer TTY ] { 14 } -        Constant [ integer UDP ] { 15 } -        Constant [ integer SIGNAL ] { 16 } -        Constant [ integer HANDLE_TYPE_MAX ] { 18 } -        Constant [ integer IGNORE ] { 0 } -        Constant [ integer CREATE_PIPE ] { 1 } -        Constant [ integer INHERIT_FD ] { 2 } -        Constant [ integer INHERIT_STREAM ] { 4 } -        Constant [ integer READABLE_PIPE ] { 16 } -        Constant [ integer WRITABLE_PIPE ] { 32 } -        Constant [ integer PROCESS_SETUID ] { 1 } -        Constant [ integer PROCESS_SETGID ] { 2 } -        Constant [ integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } -        Constant [ integer PROCESS_DETACHED ] { 8 } -        Constant [ integer E2BIG ] { -7 } -        Constant [ integer EACCES ] { -13 } -        Constant [ integer EADDRINUSE ] { -98 } -        Constant [ integer EADDRNOTAVAIL ] { -99 } -        Constant [ integer EAFNOSUPPORT ] { -97 } -        Constant [ integer EAGAIN ] { -11 } -        Constant [ integer EAI_ADDRFAMILY ] { -3000 } -        Constant [ integer EAI_AGAIN ] { -3001 } -        Constant [ integer EAI_BADFLAGS ] { -3002 } -        Constant [ integer EAI_BADHINTS ] { -3013 } -        Constant [ integer EAI_CANCELED ] { -3003 } -        Constant [ integer EAI_FAIL ] { -3004 } -        Constant [ integer EAI_FAMILY ] { -3005 } -        Constant [ integer EAI_MEMORY ] { -3006 } -        Constant [ integer EAI_NODATA ] { -3007 } -        Constant [ integer EAI_NONAME ] { -3008 } -        Constant [ integer EAI_OVERFLOW ] { -3009 } -        Constant [ integer EAI_PROTOCOL ] { -3014 } -        Constant [ integer EAI_SERVICE ] { -3010 } -        Constant [ integer EAI_SOCKTYPE ] { -3011 } -        Constant [ integer EALREADY ] { -114 } -        Constant [ integer EBADF ] { -9 } -        Constant [ integer EBUSY ] { -16 } -        Constant [ integer ECANCELED ] { -125 } -        Constant [ integer ECHARSET ] { -4080 } -        Constant [ integer ECONNABORTED ] { -103 } -        Constant [ integer ECONNREFUSED ] { -111 } -        Constant [ integer ECONNRESET ] { -104 } -        Constant [ integer EDESTADDRREQ ] { -89 } -        Constant [ integer EEXIST ] { -17 } -        Constant [ integer EFAULT ] { -14 } -        Constant [ integer EFBIG ] { -27 } -        Constant [ integer EHOSTUNREACH ] { -113 } -        Constant [ integer EINTR ] { -4 } -        Constant [ integer EINVAL ] { -22 } -        Constant [ integer EIO ] { -5 } -        Constant [ integer EISCONN ] { -106 } -        Constant [ integer EISDIR ] { -21 } -        Constant [ integer ELOOP ] { -40 } -        Constant [ integer EMFILE ] { -24 } -        Constant [ integer EMSGSIZE ] { -90 } -        Constant [ integer ENAMETOOLONG ] { -36 } -        Constant [ integer ENETDOWN ] { -100 } -        Constant [ integer ENETUNREACH ] { -101 } -        Constant [ integer ENFILE ] { -23 } -        Constant [ integer ENOBUFS ] { -105 } -        Constant [ integer ENODEV ] { -19 } -        Constant [ integer ENOENT ] { -2 } -        Constant [ integer ENOMEM ] { -12 } -        Constant [ integer ENONET ] { -64 } -        Constant [ integer ENOPROTOOPT ] { -92 } -        Constant [ integer ENOSPC ] { -28 } -        Constant [ integer ENOSYS ] { -38 } -        Constant [ integer ENOTCONN ] { -107 } -        Constant [ integer ENOTDIR ] { -20 } -        Constant [ integer ENOTEMPTY ] { -39 } -        Constant [ integer ENOTSOCK ] { -88 } -        Constant [ integer ENOTSUP ] { -95 } -        Constant [ integer EPERM ] { -1 } -        Constant [ integer EPIPE ] { -32 } -        Constant [ integer EPROTO ] { -71 } -        Constant [ integer EPROTONOSUPPORT ] { -93 } -        Constant [ integer EPROTOTYPE ] { -91 } -        Constant [ integer ERANGE ] { -34 } -        Constant [ integer EROFS ] { -30 } -        Constant [ integer ESHUTDOWN ] { -108 } -        Constant [ integer ESPIPE ] { -29 } -        Constant [ integer ESRCH ] { -3 } -        Constant [ integer ETIMEDOUT ] { -110 } -        Constant [ integer ETXTBSY ] { -26 } -        Constant [ integer EXDEV ] { -18 } -        Constant [ integer UNKNOWN ] { -4094 } -        Constant [ integer EOF ] { -4095 } -        Constant [ integer ENXIO ] { -6 } -        Constant [ integer EMLINK ] { -31 } -        Constant [ integer EHOSTDOWN ] { -112 } +      - Constants [197] { +        Constant [ public integer RUN_DEFAULT ] { 0 } +        Constant [ public integer RUN_ONCE ] { 1 } +        Constant [ public integer RUN_NOWAIT ] { 2 } +        Constant [ public integer CHANGE ] { 2 } +        Constant [ public integer RENAME ] { 1 } +        Constant [ public integer READABLE ] { 1 } +        Constant [ public integer WRITABLE ] { 2 } +        Constant [ public integer O_RDONLY ] { 0 } +        Constant [ public integer O_WRONLY ] { 1 } +        Constant [ public integer O_RDWR ] { 2 } +        Constant [ public integer O_CREAT ] { 64 } +        Constant [ public integer O_EXCL ] { 128 } +        Constant [ public integer O_TRUNC ] { 512 } +        Constant [ public integer O_APPEND ] { 1024 } +        Constant [ public integer S_IFDIR ] { 16384 } +        Constant [ public integer S_IFREG ] { 32768 } +        Constant [ public integer O_NOCTTY ] { 256 } +        Constant [ public integer S_IRWXU ] { 448 } +        Constant [ public integer S_IRUSR ] { 256 } +        Constant [ public integer S_IWUSR ] { 128 } +        Constant [ public integer S_IXUSR ] { 64 } +        Constant [ public integer S_IRWXG ] { 56 } +        Constant [ public integer S_IRGRP ] { 32 } +        Constant [ public integer S_IWGRP ] { 16 } +        Constant [ public integer S_IXGRP ] { 8 } +        Constant [ public integer S_IRWXO ] { 7 } +        Constant [ public integer S_IROTH ] { 4 } +        Constant [ public integer S_IWOTH ] { 2 } +        Constant [ public integer S_IXOTH ] { 1 } +        Constant [ public integer SIG_IGN ] { 1 } +        Constant [ public integer SIG_DFL ] { 0 } +        Constant [ public integer SIG_ERR ] { -1 } +        Constant [ public integer SIGHUP ] { 1 } +        Constant [ public integer SIGINT ] { 2 } +        Constant [ public integer SIGQUIT ] { 3 } +        Constant [ public integer SIGILL ] { 4 } +        Constant [ public integer SIGTRAP ] { 5 } +        Constant [ public integer SIGABRT ] { 6 } +        Constant [ public integer SIGIOT ] { 6 } +        Constant [ public integer SIGBUS ] { 7 } +        Constant [ public integer SIGFPE ] { 8 } +        Constant [ public integer SIGKILL ] { 9 } +        Constant [ public integer SIGUSR1 ] { 10 } +        Constant [ public integer SIGSEGV ] { 11 } +        Constant [ public integer SIGUSR2 ] { 12 } +        Constant [ public integer SIGPIPE ] { 13 } +        Constant [ public integer SIGALRM ] { 14 } +        Constant [ public integer SIGTERM ] { 15 } +        Constant [ public integer SIGSTKFLT ] { 16 } +        Constant [ public integer SIGCLD ] { 17 } +        Constant [ public integer SIGCHLD ] { 17 } +        Constant [ public integer SIGCONT ] { 18 } +        Constant [ public integer SIGSTOP ] { 19 } +        Constant [ public integer SIGTSTP ] { 20 } +        Constant [ public integer SIGTTIN ] { 21 } +        Constant [ public integer SIGTTOU ] { 22 } +        Constant [ public integer SIGURG ] { 23 } +        Constant [ public integer SIGXCPU ] { 24 } +        Constant [ public integer SIGXFSZ ] { 25 } +        Constant [ public integer SIGVTALRM ] { 26 } +        Constant [ public integer SIGPROF ] { 27 } +        Constant [ public integer SIGWINCH ] { 28 } +        Constant [ public integer SIGPOLL ] { 29 } +        Constant [ public integer SIGIO ] { 29 } +        Constant [ public integer SIGPWR ] { 30 } +        Constant [ public integer SIGSYS ] { 31 } +        Constant [ public integer SIGBABY ] { 31 } +        Constant [ public integer AF_INET ] { 2 } +        Constant [ public integer AF_INET6 ] { 10 } +        Constant [ public integer AF_UNSPEC ] { 0 } +        Constant [ public integer LEAVE_GROUP ] { 0 } +        Constant [ public integer JOIN_GROUP ] { 1 } +        Constant [ public integer IS_UV_TCP ] { 0 } +        Constant [ public integer IS_UV_UDP ] { 1 } +        Constant [ public integer IS_UV_PIPE ] { 2 } +        Constant [ public integer IS_UV_IDLE ] { 3 } +        Constant [ public integer IS_UV_TIMER ] { 4 } +        Constant [ public integer IS_UV_ASYNC ] { 5 } +        Constant [ public integer IS_UV_LOOP ] { 6 } +        Constant [ public integer IS_UV_HANDLE ] { 7 } +        Constant [ public integer IS_UV_STREAM ] { 8 } +        Constant [ public integer IS_UV_ADDRINFO ] { 9 } +        Constant [ public integer IS_UV_PROCESS ] { 10 } +        Constant [ public integer IS_UV_PREPARE ] { 11 } +        Constant [ public integer IS_UV_CHECK ] { 12 } +        Constant [ public integer IS_UV_WORK ] { 13 } +        Constant [ public integer IS_UV_FS ] { 14 } +        Constant [ public integer IS_UV_FS_EVENT ] { 15 } +        Constant [ public integer IS_UV_TTY ] { 16 } +        Constant [ public integer IS_UV_FS_POLL ] { 17 } +        Constant [ public integer IS_UV_POLL ] { 18 } +        Constant [ public integer UNKNOWN_HANDLE ] { 0 } +        Constant [ public integer FILE ] { 17 } +        Constant [ public integer ASYNC ] { 1 } +        Constant [ public integer CHECK ] { 2 } +        Constant [ public integer FS_EVENT ] { 3 } +        Constant [ public integer FS_POLL ] { 4 } +        Constant [ public integer HANDLE ] { 5 } +        Constant [ public integer IDLE ] { 6 } +        Constant [ public integer NAMED_PIPE ] { 7 } +        Constant [ public integer POLL ] { 8 } +        Constant [ public integer PREPARE ] { 9 } +        Constant [ public integer PROCESS ] { 10 } +        Constant [ public integer STREAM ] { 11 } +        Constant [ public integer TCP ] { 12 } +        Constant [ public integer TIMER ] { 13 } +        Constant [ public integer TTY ] { 14 } +        Constant [ public integer UDP ] { 15 } +        Constant [ public integer SIGNAL ] { 16 } +        Constant [ public integer HANDLE_TYPE_MAX ] { 18 } +        Constant [ public integer IGNORE ] { 0 } +        Constant [ public integer CREATE_PIPE ] { 1 } +        Constant [ public integer INHERIT_FD ] { 2 } +        Constant [ public integer INHERIT_STREAM ] { 4 } +        Constant [ public integer READABLE_PIPE ] { 16 } +        Constant [ public integer WRITABLE_PIPE ] { 32 } +        Constant [ public integer PROCESS_SETUID ] { 1 } +        Constant [ public integer PROCESS_SETGID ] { 2 } +        Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } +        Constant [ public integer PROCESS_DETACHED ] { 8 } +        Constant [ public integer E2BIG ] { -7 } +        Constant [ public integer EACCES ] { -13 } +        Constant [ public integer EADDRINUSE ] { -98 } +        Constant [ public integer EADDRNOTAVAIL ] { -99 } +        Constant [ public integer EAFNOSUPPORT ] { -97 } +        Constant [ public integer EAGAIN ] { -11 } +        Constant [ public integer EAI_ADDRFAMILY ] { -3000 } +        Constant [ public integer EAI_AGAIN ] { -3001 } +        Constant [ public integer EAI_BADFLAGS ] { -3002 } +        Constant [ public integer EAI_BADHINTS ] { -3013 } +        Constant [ public integer EAI_CANCELED ] { -3003 } +        Constant [ public integer EAI_FAIL ] { -3004 } +        Constant [ public integer EAI_FAMILY ] { -3005 } +        Constant [ public integer EAI_MEMORY ] { -3006 } +        Constant [ public integer EAI_NODATA ] { -3007 } +        Constant [ public integer EAI_NONAME ] { -3008 } +        Constant [ public integer EAI_OVERFLOW ] { -3009 } +        Constant [ public integer EAI_PROTOCOL ] { -3014 } +        Constant [ public integer EAI_SERVICE ] { -3010 } +        Constant [ public integer EAI_SOCKTYPE ] { -3011 } +        Constant [ public integer EALREADY ] { -114 } +        Constant [ public integer EBADF ] { -9 } +        Constant [ public integer EBUSY ] { -16 } +        Constant [ public integer ECANCELED ] { -125 } +        Constant [ public integer ECHARSET ] { -4080 } +        Constant [ public integer ECONNABORTED ] { -103 } +        Constant [ public integer ECONNREFUSED ] { -111 } +        Constant [ public integer ECONNRESET ] { -104 } +        Constant [ public integer EDESTADDRREQ ] { -89 } +        Constant [ public integer EEXIST ] { -17 } +        Constant [ public integer EFAULT ] { -14 } +        Constant [ public integer EFBIG ] { -27 } +        Constant [ public integer EHOSTUNREACH ] { -113 } +        Constant [ public integer EINTR ] { -4 } +        Constant [ public integer EINVAL ] { -22 } +        Constant [ public integer EIO ] { -5 } +        Constant [ public integer EISCONN ] { -106 } +        Constant [ public integer EISDIR ] { -21 } +        Constant [ public integer ELOOP ] { -40 } +        Constant [ public integer EMFILE ] { -24 } +        Constant [ public integer EMSGSIZE ] { -90 } +        Constant [ public integer ENAMETOOLONG ] { -36 } +        Constant [ public integer ENETDOWN ] { -100 } +        Constant [ public integer ENETUNREACH ] { -101 } +        Constant [ public integer ENFILE ] { -23 } +        Constant [ public integer ENOBUFS ] { -105 } +        Constant [ public integer ENODEV ] { -19 } +        Constant [ public integer ENOENT ] { -2 } +        Constant [ public integer ENOMEM ] { -12 } +        Constant [ public integer ENONET ] { -64 } +        Constant [ public integer ENOPROTOOPT ] { -92 } +        Constant [ public integer ENOSPC ] { -28 } +        Constant [ public integer ENOSYS ] { -38 } +        Constant [ public integer ENOTCONN ] { -107 } +        Constant [ public integer ENOTDIR ] { -20 } +        Constant [ public integer ENOTEMPTY ] { -39 } +        Constant [ public integer ENOTSOCK ] { -88 } +        Constant [ public integer ENOTSUP ] { -95 } +        Constant [ public integer EPERM ] { -1 } +        Constant [ public integer EPIPE ] { -32 } +        Constant [ public integer EPROTO ] { -71 } +        Constant [ public integer EPROTONOSUPPORT ] { -93 } +        Constant [ public integer EPROTOTYPE ] { -91 } +        Constant [ public integer ERANGE ] { -34 } +        Constant [ public integer EROFS ] { -30 } +        Constant [ public integer ESHUTDOWN ] { -108 } +        Constant [ public integer ESPIPE ] { -29 } +        Constant [ public integer ESRCH ] { -3 } +        Constant [ public integer ETIMEDOUT ] { -110 } +        Constant [ public integer ETXTBSY ] { -26 } +        Constant [ public integer EXDEV ] { -18 } +        Constant [ public integer UNKNOWN ] { -4094 } +        Constant [ public integer EOF ] { -4095 } +        Constant [ public integer ENXIO ] { -6 } +        Constant [ public integer EMLINK ] { -31 } +        Constant [ public integer EHOSTDOWN ] { -112 } +        Constant [ public integer EREMOTEIO ] { -121 }        }        - Static properties [0] { @@ -1189,203 +1190,204 @@ Extension [ <persistent> extension #147 uv version 0.2.2 ] {      Class [ <internal:uv> final class UVTcp extends UV ] { -      - Constants [196] { -        Constant [ integer RUN_DEFAULT ] { 0 } -        Constant [ integer RUN_ONCE ] { 1 } -        Constant [ integer RUN_NOWAIT ] { 2 } -        Constant [ integer CHANGE ] { 2 } -        Constant [ integer RENAME ] { 1 } -        Constant [ integer READABLE ] { 1 } -        Constant [ integer WRITABLE ] { 2 } -        Constant [ integer O_RDONLY ] { 0 } -        Constant [ integer O_WRONLY ] { 1 } -        Constant [ integer O_RDWR ] { 2 } -        Constant [ integer O_CREAT ] { 64 } -        Constant [ integer O_EXCL ] { 128 } -        Constant [ integer O_TRUNC ] { 512 } -        Constant [ integer O_APPEND ] { 1024 } -        Constant [ integer S_IFDIR ] { 16384 } -        Constant [ integer S_IFREG ] { 32768 } -        Constant [ integer O_NOCTTY ] { 256 } -        Constant [ integer S_IRWXU ] { 448 } -        Constant [ integer S_IRUSR ] { 256 } -        Constant [ integer S_IWUSR ] { 128 } -        Constant [ integer S_IXUSR ] { 64 } -        Constant [ integer S_IRWXG ] { 56 } -        Constant [ integer S_IRGRP ] { 32 } -        Constant [ integer S_IWGRP ] { 16 } -        Constant [ integer S_IXGRP ] { 8 } -        Constant [ integer S_IRWXO ] { 7 } -        Constant [ integer S_IROTH ] { 4 } -        Constant [ integer S_IWOTH ] { 2 } -        Constant [ integer S_IXOTH ] { 1 } -        Constant [ integer SIG_IGN ] { 1 } -        Constant [ integer SIG_DFL ] { 0 } -        Constant [ integer SIG_ERR ] { -1 } -        Constant [ integer SIGHUP ] { 1 } -        Constant [ integer SIGINT ] { 2 } -        Constant [ integer SIGQUIT ] { 3 } -        Constant [ integer SIGILL ] { 4 } -        Constant [ integer SIGTRAP ] { 5 } -        Constant [ integer SIGABRT ] { 6 } -        Constant [ integer SIGIOT ] { 6 } -        Constant [ integer SIGBUS ] { 7 } -        Constant [ integer SIGFPE ] { 8 } -        Constant [ integer SIGKILL ] { 9 } -        Constant [ integer SIGUSR1 ] { 10 } -        Constant [ integer SIGSEGV ] { 11 } -        Constant [ integer SIGUSR2 ] { 12 } -        Constant [ integer SIGPIPE ] { 13 } -        Constant [ integer SIGALRM ] { 14 } -        Constant [ integer SIGTERM ] { 15 } -        Constant [ integer SIGSTKFLT ] { 16 } -        Constant [ integer SIGCLD ] { 17 } -        Constant [ integer SIGCHLD ] { 17 } -        Constant [ integer SIGCONT ] { 18 } -        Constant [ integer SIGSTOP ] { 19 } -        Constant [ integer SIGTSTP ] { 20 } -        Constant [ integer SIGTTIN ] { 21 } -        Constant [ integer SIGTTOU ] { 22 } -        Constant [ integer SIGURG ] { 23 } -        Constant [ integer SIGXCPU ] { 24 } -        Constant [ integer SIGXFSZ ] { 25 } -        Constant [ integer SIGVTALRM ] { 26 } -        Constant [ integer SIGPROF ] { 27 } -        Constant [ integer SIGWINCH ] { 28 } -        Constant [ integer SIGPOLL ] { 29 } -        Constant [ integer SIGIO ] { 29 } -        Constant [ integer SIGPWR ] { 30 } -        Constant [ integer SIGSYS ] { 31 } -        Constant [ integer SIGBABY ] { 31 } -        Constant [ integer AF_INET ] { 2 } -        Constant [ integer AF_INET6 ] { 10 } -        Constant [ integer AF_UNSPEC ] { 0 } -        Constant [ integer LEAVE_GROUP ] { 0 } -        Constant [ integer JOIN_GROUP ] { 1 } -        Constant [ integer IS_UV_TCP ] { 0 } -        Constant [ integer IS_UV_UDP ] { 1 } -        Constant [ integer IS_UV_PIPE ] { 2 } -        Constant [ integer IS_UV_IDLE ] { 3 } -        Constant [ integer IS_UV_TIMER ] { 4 } -        Constant [ integer IS_UV_ASYNC ] { 5 } -        Constant [ integer IS_UV_LOOP ] { 6 } -        Constant [ integer IS_UV_HANDLE ] { 7 } -        Constant [ integer IS_UV_STREAM ] { 8 } -        Constant [ integer IS_UV_ADDRINFO ] { 9 } -        Constant [ integer IS_UV_PROCESS ] { 10 } -        Constant [ integer IS_UV_PREPARE ] { 11 } -        Constant [ integer IS_UV_CHECK ] { 12 } -        Constant [ integer IS_UV_WORK ] { 13 } -        Constant [ integer IS_UV_FS ] { 14 } -        Constant [ integer IS_UV_FS_EVENT ] { 15 } -        Constant [ integer IS_UV_TTY ] { 16 } -        Constant [ integer IS_UV_FS_POLL ] { 17 } -        Constant [ integer IS_UV_POLL ] { 18 } -        Constant [ integer UNKNOWN_HANDLE ] { 0 } -        Constant [ integer FILE ] { 17 } -        Constant [ integer ASYNC ] { 1 } -        Constant [ integer CHECK ] { 2 } -        Constant [ integer FS_EVENT ] { 3 } -        Constant [ integer FS_POLL ] { 4 } -        Constant [ integer HANDLE ] { 5 } -        Constant [ integer IDLE ] { 6 } -        Constant [ integer NAMED_PIPE ] { 7 } -        Constant [ integer POLL ] { 8 } -        Constant [ integer PREPARE ] { 9 } -        Constant [ integer PROCESS ] { 10 } -        Constant [ integer STREAM ] { 11 } -        Constant [ integer TCP ] { 12 } -        Constant [ integer TIMER ] { 13 } -        Constant [ integer TTY ] { 14 } -        Constant [ integer UDP ] { 15 } -        Constant [ integer SIGNAL ] { 16 } -        Constant [ integer HANDLE_TYPE_MAX ] { 18 } -        Constant [ integer IGNORE ] { 0 } -        Constant [ integer CREATE_PIPE ] { 1 } -        Constant [ integer INHERIT_FD ] { 2 } -        Constant [ integer INHERIT_STREAM ] { 4 } -        Constant [ integer READABLE_PIPE ] { 16 } -        Constant [ integer WRITABLE_PIPE ] { 32 } -        Constant [ integer PROCESS_SETUID ] { 1 } -        Constant [ integer PROCESS_SETGID ] { 2 } -        Constant [ integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } -        Constant [ integer PROCESS_DETACHED ] { 8 } -        Constant [ integer E2BIG ] { -7 } -        Constant [ integer EACCES ] { -13 } -        Constant [ integer EADDRINUSE ] { -98 } -        Constant [ integer EADDRNOTAVAIL ] { -99 } -        Constant [ integer EAFNOSUPPORT ] { -97 } -        Constant [ integer EAGAIN ] { -11 } -        Constant [ integer EAI_ADDRFAMILY ] { -3000 } -        Constant [ integer EAI_AGAIN ] { -3001 } -        Constant [ integer EAI_BADFLAGS ] { -3002 } -        Constant [ integer EAI_BADHINTS ] { -3013 } -        Constant [ integer EAI_CANCELED ] { -3003 } -        Constant [ integer EAI_FAIL ] { -3004 } -        Constant [ integer EAI_FAMILY ] { -3005 } -        Constant [ integer EAI_MEMORY ] { -3006 } -        Constant [ integer EAI_NODATA ] { -3007 } -        Constant [ integer EAI_NONAME ] { -3008 } -        Constant [ integer EAI_OVERFLOW ] { -3009 } -        Constant [ integer EAI_PROTOCOL ] { -3014 } -        Constant [ integer EAI_SERVICE ] { -3010 } -        Constant [ integer EAI_SOCKTYPE ] { -3011 } -        Constant [ integer EALREADY ] { -114 } -        Constant [ integer EBADF ] { -9 } -        Constant [ integer EBUSY ] { -16 } -        Constant [ integer ECANCELED ] { -125 } -        Constant [ integer ECHARSET ] { -4080 } -        Constant [ integer ECONNABORTED ] { -103 } -        Constant [ integer ECONNREFUSED ] { -111 } -        Constant [ integer ECONNRESET ] { -104 } -        Constant [ integer EDESTADDRREQ ] { -89 } -        Constant [ integer EEXIST ] { -17 } -        Constant [ integer EFAULT ] { -14 } -        Constant [ integer EFBIG ] { -27 } -        Constant [ integer EHOSTUNREACH ] { -113 } -        Constant [ integer EINTR ] { -4 } -        Constant [ integer EINVAL ] { -22 } -        Constant [ integer EIO ] { -5 } -        Constant [ integer EISCONN ] { -106 } -        Constant [ integer EISDIR ] { -21 } -        Constant [ integer ELOOP ] { -40 } -        Constant [ integer EMFILE ] { -24 } -        Constant [ integer EMSGSIZE ] { -90 } -        Constant [ integer ENAMETOOLONG ] { -36 } -        Constant [ integer ENETDOWN ] { -100 } -        Constant [ integer ENETUNREACH ] { -101 } -        Constant [ integer ENFILE ] { -23 } -        Constant [ integer ENOBUFS ] { -105 } -        Constant [ integer ENODEV ] { -19 } -        Constant [ integer ENOENT ] { -2 } -        Constant [ integer ENOMEM ] { -12 } -        Constant [ integer ENONET ] { -64 } -        Constant [ integer ENOPROTOOPT ] { -92 } -        Constant [ integer ENOSPC ] { -28 } -        Constant [ integer ENOSYS ] { -38 } -        Constant [ integer ENOTCONN ] { -107 } -        Constant [ integer ENOTDIR ] { -20 } -        Constant [ integer ENOTEMPTY ] { -39 } -        Constant [ integer ENOTSOCK ] { -88 } -        Constant [ integer ENOTSUP ] { -95 } -        Constant [ integer EPERM ] { -1 } -        Constant [ integer EPIPE ] { -32 } -        Constant [ integer EPROTO ] { -71 } -        Constant [ integer EPROTONOSUPPORT ] { -93 } -        Constant [ integer EPROTOTYPE ] { -91 } -        Constant [ integer ERANGE ] { -34 } -        Constant [ integer EROFS ] { -30 } -        Constant [ integer ESHUTDOWN ] { -108 } -        Constant [ integer ESPIPE ] { -29 } -        Constant [ integer ESRCH ] { -3 } -        Constant [ integer ETIMEDOUT ] { -110 } -        Constant [ integer ETXTBSY ] { -26 } -        Constant [ integer EXDEV ] { -18 } -        Constant [ integer UNKNOWN ] { -4094 } -        Constant [ integer EOF ] { -4095 } -        Constant [ integer ENXIO ] { -6 } -        Constant [ integer EMLINK ] { -31 } -        Constant [ integer EHOSTDOWN ] { -112 } +      - Constants [197] { +        Constant [ public integer RUN_DEFAULT ] { 0 } +        Constant [ public integer RUN_ONCE ] { 1 } +        Constant [ public integer RUN_NOWAIT ] { 2 } +        Constant [ public integer CHANGE ] { 2 } +        Constant [ public integer RENAME ] { 1 } +        Constant [ public integer READABLE ] { 1 } +        Constant [ public integer WRITABLE ] { 2 } +        Constant [ public integer O_RDONLY ] { 0 } +        Constant [ public integer O_WRONLY ] { 1 } +        Constant [ public integer O_RDWR ] { 2 } +        Constant [ public integer O_CREAT ] { 64 } +        Constant [ public integer O_EXCL ] { 128 } +        Constant [ public integer O_TRUNC ] { 512 } +        Constant [ public integer O_APPEND ] { 1024 } +        Constant [ public integer S_IFDIR ] { 16384 } +        Constant [ public integer S_IFREG ] { 32768 } +        Constant [ public integer O_NOCTTY ] { 256 } +        Constant [ public integer S_IRWXU ] { 448 } +        Constant [ public integer S_IRUSR ] { 256 } +        Constant [ public integer S_IWUSR ] { 128 } +        Constant [ public integer S_IXUSR ] { 64 } +        Constant [ public integer S_IRWXG ] { 56 } +        Constant [ public integer S_IRGRP ] { 32 } +        Constant [ public integer S_IWGRP ] { 16 } +        Constant [ public integer S_IXGRP ] { 8 } +        Constant [ public integer S_IRWXO ] { 7 } +        Constant [ public integer S_IROTH ] { 4 } +        Constant [ public integer S_IWOTH ] { 2 } +        Constant [ public integer S_IXOTH ] { 1 } +        Constant [ public integer SIG_IGN ] { 1 } +        Constant [ public integer SIG_DFL ] { 0 } +        Constant [ public integer SIG_ERR ] { -1 } +        Constant [ public integer SIGHUP ] { 1 } +        Constant [ public integer SIGINT ] { 2 } +        Constant [ public integer SIGQUIT ] { 3 } +        Constant [ public integer SIGILL ] { 4 } +        Constant [ public integer SIGTRAP ] { 5 } +        Constant [ public integer SIGABRT ] { 6 } +        Constant [ public integer SIGIOT ] { 6 } +        Constant [ public integer SIGBUS ] { 7 } +        Constant [ public integer SIGFPE ] { 8 } +        Constant [ public integer SIGKILL ] { 9 } +        Constant [ public integer SIGUSR1 ] { 10 } +        Constant [ public integer SIGSEGV ] { 11 } +        Constant [ public integer SIGUSR2 ] { 12 } +        Constant [ public integer SIGPIPE ] { 13 } +        Constant [ public integer SIGALRM ] { 14 } +        Constant [ public integer SIGTERM ] { 15 } +        Constant [ public integer SIGSTKFLT ] { 16 } +        Constant [ public integer SIGCLD ] { 17 } +        Constant [ public integer SIGCHLD ] { 17 } +        Constant [ public integer SIGCONT ] { 18 } +        Constant [ public integer SIGSTOP ] { 19 } +        Constant [ public integer SIGTSTP ] { 20 } +        Constant [ public integer SIGTTIN ] { 21 } +        Constant [ public integer SIGTTOU ] { 22 } +        Constant [ public integer SIGURG ] { 23 } +        Constant [ public integer SIGXCPU ] { 24 } +        Constant [ public integer SIGXFSZ ] { 25 } +        Constant [ public integer SIGVTALRM ] { 26 } +        Constant [ public integer SIGPROF ] { 27 } +        Constant [ public integer SIGWINCH ] { 28 } +        Constant [ public integer SIGPOLL ] { 29 } +        Constant [ public integer SIGIO ] { 29 } +        Constant [ public integer SIGPWR ] { 30 } +        Constant [ public integer SIGSYS ] { 31 } +        Constant [ public integer SIGBABY ] { 31 } +        Constant [ public integer AF_INET ] { 2 } +        Constant [ public integer AF_INET6 ] { 10 } +        Constant [ public integer AF_UNSPEC ] { 0 } +        Constant [ public integer LEAVE_GROUP ] { 0 } +        Constant [ public integer JOIN_GROUP ] { 1 } +        Constant [ public integer IS_UV_TCP ] { 0 } +        Constant [ public integer IS_UV_UDP ] { 1 } +        Constant [ public integer IS_UV_PIPE ] { 2 } +        Constant [ public integer IS_UV_IDLE ] { 3 } +        Constant [ public integer IS_UV_TIMER ] { 4 } +        Constant [ public integer IS_UV_ASYNC ] { 5 } +        Constant [ public integer IS_UV_LOOP ] { 6 } +        Constant [ public integer IS_UV_HANDLE ] { 7 } +        Constant [ public integer IS_UV_STREAM ] { 8 } +        Constant [ public integer IS_UV_ADDRINFO ] { 9 } +        Constant [ public integer IS_UV_PROCESS ] { 10 } +        Constant [ public integer IS_UV_PREPARE ] { 11 } +        Constant [ public integer IS_UV_CHECK ] { 12 } +        Constant [ public integer IS_UV_WORK ] { 13 } +        Constant [ public integer IS_UV_FS ] { 14 } +        Constant [ public integer IS_UV_FS_EVENT ] { 15 } +        Constant [ public integer IS_UV_TTY ] { 16 } +        Constant [ public integer IS_UV_FS_POLL ] { 17 } +        Constant [ public integer IS_UV_POLL ] { 18 } +        Constant [ public integer UNKNOWN_HANDLE ] { 0 } +        Constant [ public integer FILE ] { 17 } +        Constant [ public integer ASYNC ] { 1 } +        Constant [ public integer CHECK ] { 2 } +        Constant [ public integer FS_EVENT ] { 3 } +        Constant [ public integer FS_POLL ] { 4 } +        Constant [ public integer HANDLE ] { 5 } +        Constant [ public integer IDLE ] { 6 } +        Constant [ public integer NAMED_PIPE ] { 7 } +        Constant [ public integer POLL ] { 8 } +        Constant [ public integer PREPARE ] { 9 } +        Constant [ public integer PROCESS ] { 10 } +        Constant [ public integer STREAM ] { 11 } +        Constant [ public integer TCP ] { 12 } +        Constant [ public integer TIMER ] { 13 } +        Constant [ public integer TTY ] { 14 } +        Constant [ public integer UDP ] { 15 } +        Constant [ public integer SIGNAL ] { 16 } +        Constant [ public integer HANDLE_TYPE_MAX ] { 18 } +        Constant [ public integer IGNORE ] { 0 } +        Constant [ public integer CREATE_PIPE ] { 1 } +        Constant [ public integer INHERIT_FD ] { 2 } +        Constant [ public integer INHERIT_STREAM ] { 4 } +        Constant [ public integer READABLE_PIPE ] { 16 } +        Constant [ public integer WRITABLE_PIPE ] { 32 } +        Constant [ public integer PROCESS_SETUID ] { 1 } +        Constant [ public integer PROCESS_SETGID ] { 2 } +        Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } +        Constant [ public integer PROCESS_DETACHED ] { 8 } +        Constant [ public integer E2BIG ] { -7 } +        Constant [ public integer EACCES ] { -13 } +        Constant [ public integer EADDRINUSE ] { -98 } +        Constant [ public integer EADDRNOTAVAIL ] { -99 } +        Constant [ public integer EAFNOSUPPORT ] { -97 } +        Constant [ public integer EAGAIN ] { -11 } +        Constant [ public integer EAI_ADDRFAMILY ] { -3000 } +        Constant [ public integer EAI_AGAIN ] { -3001 } +        Constant [ public integer EAI_BADFLAGS ] { -3002 } +        Constant [ public integer EAI_BADHINTS ] { -3013 } +        Constant [ public integer EAI_CANCELED ] { -3003 } +        Constant [ public integer EAI_FAIL ] { -3004 } +        Constant [ public integer EAI_FAMILY ] { -3005 } +        Constant [ public integer EAI_MEMORY ] { -3006 } +        Constant [ public integer EAI_NODATA ] { -3007 } +        Constant [ public integer EAI_NONAME ] { -3008 } +        Constant [ public integer EAI_OVERFLOW ] { -3009 } +        Constant [ public integer EAI_PROTOCOL ] { -3014 } +        Constant [ public integer EAI_SERVICE ] { -3010 } +        Constant [ public integer EAI_SOCKTYPE ] { -3011 } +        Constant [ public integer EALREADY ] { -114 } +        Constant [ public integer EBADF ] { -9 } +        Constant [ public integer EBUSY ] { -16 } +        Constant [ public integer ECANCELED ] { -125 } +        Constant [ public integer ECHARSET ] { -4080 } +        Constant [ public integer ECONNABORTED ] { -103 } +        Constant [ public integer ECONNREFUSED ] { -111 } +        Constant [ public integer ECONNRESET ] { -104 } +        Constant [ public integer EDESTADDRREQ ] { -89 } +        Constant [ public integer EEXIST ] { -17 } +        Constant [ public integer EFAULT ] { -14 } +        Constant [ public integer EFBIG ] { -27 } +        Constant [ public integer EHOSTUNREACH ] { -113 } +        Constant [ public integer EINTR ] { -4 } +        Constant [ public integer EINVAL ] { -22 } +        Constant [ public integer EIO ] { -5 } +        Constant [ public integer EISCONN ] { -106 } +        Constant [ public integer EISDIR ] { -21 } +        Constant [ public integer ELOOP ] { -40 } +        Constant [ public integer EMFILE ] { -24 } +        Constant [ public integer EMSGSIZE ] { -90 } +        Constant [ public integer ENAMETOOLONG ] { -36 } +        Constant [ public integer ENETDOWN ] { -100 } +        Constant [ public integer ENETUNREACH ] { -101 } +        Constant [ public integer ENFILE ] { -23 } +        Constant [ public integer ENOBUFS ] { -105 } +        Constant [ public integer ENODEV ] { -19 } +        Constant [ public integer ENOENT ] { -2 } +        Constant [ public integer ENOMEM ] { -12 } +        Constant [ public integer ENONET ] { -64 } +        Constant [ public integer ENOPROTOOPT ] { -92 } +        Constant [ public integer ENOSPC ] { -28 } +        Constant [ public integer ENOSYS ] { -38 } +        Constant [ public integer ENOTCONN ] { -107 } +        Constant [ public integer ENOTDIR ] { -20 } +        Constant [ public integer ENOTEMPTY ] { -39 } +        Constant [ public integer ENOTSOCK ] { -88 } +        Constant [ public integer ENOTSUP ] { -95 } +        Constant [ public integer EPERM ] { -1 } +        Constant [ public integer EPIPE ] { -32 } +        Constant [ public integer EPROTO ] { -71 } +        Constant [ public integer EPROTONOSUPPORT ] { -93 } +        Constant [ public integer EPROTOTYPE ] { -91 } +        Constant [ public integer ERANGE ] { -34 } +        Constant [ public integer EROFS ] { -30 } +        Constant [ public integer ESHUTDOWN ] { -108 } +        Constant [ public integer ESPIPE ] { -29 } +        Constant [ public integer ESRCH ] { -3 } +        Constant [ public integer ETIMEDOUT ] { -110 } +        Constant [ public integer ETXTBSY ] { -26 } +        Constant [ public integer EXDEV ] { -18 } +        Constant [ public integer UNKNOWN ] { -4094 } +        Constant [ public integer EOF ] { -4095 } +        Constant [ public integer ENXIO ] { -6 } +        Constant [ public integer EMLINK ] { -31 } +        Constant [ public integer EHOSTDOWN ] { -112 } +        Constant [ public integer EREMOTEIO ] { -121 }        }        - Static properties [0] { @@ -1403,203 +1405,204 @@ Extension [ <persistent> extension #147 uv version 0.2.2 ] {      Class [ <internal:uv> final class UVUdp extends UV ] { -      - Constants [196] { -        Constant [ integer RUN_DEFAULT ] { 0 } -        Constant [ integer RUN_ONCE ] { 1 } -        Constant [ integer RUN_NOWAIT ] { 2 } -        Constant [ integer CHANGE ] { 2 } -        Constant [ integer RENAME ] { 1 } -        Constant [ integer READABLE ] { 1 } -        Constant [ integer WRITABLE ] { 2 } -        Constant [ integer O_RDONLY ] { 0 } -        Constant [ integer O_WRONLY ] { 1 } -        Constant [ integer O_RDWR ] { 2 } -        Constant [ integer O_CREAT ] { 64 } -        Constant [ integer O_EXCL ] { 128 } -        Constant [ integer O_TRUNC ] { 512 } -        Constant [ integer O_APPEND ] { 1024 } -        Constant [ integer S_IFDIR ] { 16384 } -        Constant [ integer S_IFREG ] { 32768 } -        Constant [ integer O_NOCTTY ] { 256 } -        Constant [ integer S_IRWXU ] { 448 } -        Constant [ integer S_IRUSR ] { 256 } -        Constant [ integer S_IWUSR ] { 128 } -        Constant [ integer S_IXUSR ] { 64 } -        Constant [ integer S_IRWXG ] { 56 } -        Constant [ integer S_IRGRP ] { 32 } -        Constant [ integer S_IWGRP ] { 16 } -        Constant [ integer S_IXGRP ] { 8 } -        Constant [ integer S_IRWXO ] { 7 } -        Constant [ integer S_IROTH ] { 4 } -        Constant [ integer S_IWOTH ] { 2 } -        Constant [ integer S_IXOTH ] { 1 } -        Constant [ integer SIG_IGN ] { 1 } -        Constant [ integer SIG_DFL ] { 0 } -        Constant [ integer SIG_ERR ] { -1 } -        Constant [ integer SIGHUP ] { 1 } -        Constant [ integer SIGINT ] { 2 } -        Constant [ integer SIGQUIT ] { 3 } -        Constant [ integer SIGILL ] { 4 } -        Constant [ integer SIGTRAP ] { 5 } -        Constant [ integer SIGABRT ] { 6 } -        Constant [ integer SIGIOT ] { 6 } -        Constant [ integer SIGBUS ] { 7 } -        Constant [ integer SIGFPE ] { 8 } -        Constant [ integer SIGKILL ] { 9 } -        Constant [ integer SIGUSR1 ] { 10 } -        Constant [ integer SIGSEGV ] { 11 } -        Constant [ integer SIGUSR2 ] { 12 } -        Constant [ integer SIGPIPE ] { 13 } -        Constant [ integer SIGALRM ] { 14 } -        Constant [ integer SIGTERM ] { 15 } -        Constant [ integer SIGSTKFLT ] { 16 } -        Constant [ integer SIGCLD ] { 17 } -        Constant [ integer SIGCHLD ] { 17 } -        Constant [ integer SIGCONT ] { 18 } -        Constant [ integer SIGSTOP ] { 19 } -        Constant [ integer SIGTSTP ] { 20 } -        Constant [ integer SIGTTIN ] { 21 } -        Constant [ integer SIGTTOU ] { 22 } -        Constant [ integer SIGURG ] { 23 } -        Constant [ integer SIGXCPU ] { 24 } -        Constant [ integer SIGXFSZ ] { 25 } -        Constant [ integer SIGVTALRM ] { 26 } -        Constant [ integer SIGPROF ] { 27 } -        Constant [ integer SIGWINCH ] { 28 } -        Constant [ integer SIGPOLL ] { 29 } -        Constant [ integer SIGIO ] { 29 } -        Constant [ integer SIGPWR ] { 30 } -        Constant [ integer SIGSYS ] { 31 } -        Constant [ integer SIGBABY ] { 31 } -        Constant [ integer AF_INET ] { 2 } -        Constant [ integer AF_INET6 ] { 10 } -        Constant [ integer AF_UNSPEC ] { 0 } -        Constant [ integer LEAVE_GROUP ] { 0 } -        Constant [ integer JOIN_GROUP ] { 1 } -        Constant [ integer IS_UV_TCP ] { 0 } -        Constant [ integer IS_UV_UDP ] { 1 } -        Constant [ integer IS_UV_PIPE ] { 2 } -        Constant [ integer IS_UV_IDLE ] { 3 } -        Constant [ integer IS_UV_TIMER ] { 4 } -        Constant [ integer IS_UV_ASYNC ] { 5 } -        Constant [ integer IS_UV_LOOP ] { 6 } -        Constant [ integer IS_UV_HANDLE ] { 7 } -        Constant [ integer IS_UV_STREAM ] { 8 } -        Constant [ integer IS_UV_ADDRINFO ] { 9 } -        Constant [ integer IS_UV_PROCESS ] { 10 } -        Constant [ integer IS_UV_PREPARE ] { 11 } -        Constant [ integer IS_UV_CHECK ] { 12 } -        Constant [ integer IS_UV_WORK ] { 13 } -        Constant [ integer IS_UV_FS ] { 14 } -        Constant [ integer IS_UV_FS_EVENT ] { 15 } -        Constant [ integer IS_UV_TTY ] { 16 } -        Constant [ integer IS_UV_FS_POLL ] { 17 } -        Constant [ integer IS_UV_POLL ] { 18 } -        Constant [ integer UNKNOWN_HANDLE ] { 0 } -        Constant [ integer FILE ] { 17 } -        Constant [ integer ASYNC ] { 1 } -        Constant [ integer CHECK ] { 2 } -        Constant [ integer FS_EVENT ] { 3 } -        Constant [ integer FS_POLL ] { 4 } -        Constant [ integer HANDLE ] { 5 } -        Constant [ integer IDLE ] { 6 } -        Constant [ integer NAMED_PIPE ] { 7 } -        Constant [ integer POLL ] { 8 } -        Constant [ integer PREPARE ] { 9 } -        Constant [ integer PROCESS ] { 10 } -        Constant [ integer STREAM ] { 11 } -        Constant [ integer TCP ] { 12 } -        Constant [ integer TIMER ] { 13 } -        Constant [ integer TTY ] { 14 } -        Constant [ integer UDP ] { 15 } -        Constant [ integer SIGNAL ] { 16 } -        Constant [ integer HANDLE_TYPE_MAX ] { 18 } -        Constant [ integer IGNORE ] { 0 } -        Constant [ integer CREATE_PIPE ] { 1 } -        Constant [ integer INHERIT_FD ] { 2 } -        Constant [ integer INHERIT_STREAM ] { 4 } -        Constant [ integer READABLE_PIPE ] { 16 } -        Constant [ integer WRITABLE_PIPE ] { 32 } -        Constant [ integer PROCESS_SETUID ] { 1 } -        Constant [ integer PROCESS_SETGID ] { 2 } -        Constant [ integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } -        Constant [ integer PROCESS_DETACHED ] { 8 } -        Constant [ integer E2BIG ] { -7 } -        Constant [ integer EACCES ] { -13 } -        Constant [ integer EADDRINUSE ] { -98 } -        Constant [ integer EADDRNOTAVAIL ] { -99 } -        Constant [ integer EAFNOSUPPORT ] { -97 } -        Constant [ integer EAGAIN ] { -11 } -        Constant [ integer EAI_ADDRFAMILY ] { -3000 } -        Constant [ integer EAI_AGAIN ] { -3001 } -        Constant [ integer EAI_BADFLAGS ] { -3002 } -        Constant [ integer EAI_BADHINTS ] { -3013 } -        Constant [ integer EAI_CANCELED ] { -3003 } -        Constant [ integer EAI_FAIL ] { -3004 } -        Constant [ integer EAI_FAMILY ] { -3005 } -        Constant [ integer EAI_MEMORY ] { -3006 } -        Constant [ integer EAI_NODATA ] { -3007 } -        Constant [ integer EAI_NONAME ] { -3008 } -        Constant [ integer EAI_OVERFLOW ] { -3009 } -        Constant [ integer EAI_PROTOCOL ] { -3014 } -        Constant [ integer EAI_SERVICE ] { -3010 } -        Constant [ integer EAI_SOCKTYPE ] { -3011 } -        Constant [ integer EALREADY ] { -114 } -        Constant [ integer EBADF ] { -9 } -        Constant [ integer EBUSY ] { -16 } -        Constant [ integer ECANCELED ] { -125 } -        Constant [ integer ECHARSET ] { -4080 } -        Constant [ integer ECONNABORTED ] { -103 } -        Constant [ integer ECONNREFUSED ] { -111 } -        Constant [ integer ECONNRESET ] { -104 } -        Constant [ integer EDESTADDRREQ ] { -89 } -        Constant [ integer EEXIST ] { -17 } -        Constant [ integer EFAULT ] { -14 } -        Constant [ integer EFBIG ] { -27 } -        Constant [ integer EHOSTUNREACH ] { -113 } -        Constant [ integer EINTR ] { -4 } -        Constant [ integer EINVAL ] { -22 } -        Constant [ integer EIO ] { -5 } -        Constant [ integer EISCONN ] { -106 } -        Constant [ integer EISDIR ] { -21 } -        Constant [ integer ELOOP ] { -40 } -        Constant [ integer EMFILE ] { -24 } -        Constant [ integer EMSGSIZE ] { -90 } -        Constant [ integer ENAMETOOLONG ] { -36 } -        Constant [ integer ENETDOWN ] { -100 } -        Constant [ integer ENETUNREACH ] { -101 } -        Constant [ integer ENFILE ] { -23 } -        Constant [ integer ENOBUFS ] { -105 } -        Constant [ integer ENODEV ] { -19 } -        Constant [ integer ENOENT ] { -2 } -        Constant [ integer ENOMEM ] { -12 } -        Constant [ integer ENONET ] { -64 } -        Constant [ integer ENOPROTOOPT ] { -92 } -        Constant [ integer ENOSPC ] { -28 } -        Constant [ integer ENOSYS ] { -38 } -        Constant [ integer ENOTCONN ] { -107 } -        Constant [ integer ENOTDIR ] { -20 } -        Constant [ integer ENOTEMPTY ] { -39 } -        Constant [ integer ENOTSOCK ] { -88 } -        Constant [ integer ENOTSUP ] { -95 } -        Constant [ integer EPERM ] { -1 } -        Constant [ integer EPIPE ] { -32 } -        Constant [ integer EPROTO ] { -71 } -        Constant [ integer EPROTONOSUPPORT ] { -93 } -        Constant [ integer EPROTOTYPE ] { -91 } -        Constant [ integer ERANGE ] { -34 } -        Constant [ integer EROFS ] { -30 } -        Constant [ integer ESHUTDOWN ] { -108 } -        Constant [ integer ESPIPE ] { -29 } -        Constant [ integer ESRCH ] { -3 } -        Constant [ integer ETIMEDOUT ] { -110 } -        Constant [ integer ETXTBSY ] { -26 } -        Constant [ integer EXDEV ] { -18 } -        Constant [ integer UNKNOWN ] { -4094 } -        Constant [ integer EOF ] { -4095 } -        Constant [ integer ENXIO ] { -6 } -        Constant [ integer EMLINK ] { -31 } -        Constant [ integer EHOSTDOWN ] { -112 } +      - Constants [197] { +        Constant [ public integer RUN_DEFAULT ] { 0 } +        Constant [ public integer RUN_ONCE ] { 1 } +        Constant [ public integer RUN_NOWAIT ] { 2 } +        Constant [ public integer CHANGE ] { 2 } +        Constant [ public integer RENAME ] { 1 } +        Constant [ public integer READABLE ] { 1 } +        Constant [ public integer WRITABLE ] { 2 } +        Constant [ public integer O_RDONLY ] { 0 } +        Constant [ public integer O_WRONLY ] { 1 } +        Constant [ public integer O_RDWR ] { 2 } +        Constant [ public integer O_CREAT ] { 64 } +        Constant [ public integer O_EXCL ] { 128 } +        Constant [ public integer O_TRUNC ] { 512 } +        Constant [ public integer O_APPEND ] { 1024 } +        Constant [ public integer S_IFDIR ] { 16384 } +        Constant [ public integer S_IFREG ] { 32768 } +        Constant [ public integer O_NOCTTY ] { 256 } +        Constant [ public integer S_IRWXU ] { 448 } +        Constant [ public integer S_IRUSR ] { 256 } +        Constant [ public integer S_IWUSR ] { 128 } +        Constant [ public integer S_IXUSR ] { 64 } +        Constant [ public integer S_IRWXG ] { 56 } +        Constant [ public integer S_IRGRP ] { 32 } +        Constant [ public integer S_IWGRP ] { 16 } +        Constant [ public integer S_IXGRP ] { 8 } +        Constant [ public integer S_IRWXO ] { 7 } +        Constant [ public integer S_IROTH ] { 4 } +        Constant [ public integer S_IWOTH ] { 2 } +        Constant [ public integer S_IXOTH ] { 1 } +        Constant [ public integer SIG_IGN ] { 1 } +        Constant [ public integer SIG_DFL ] { 0 } +        Constant [ public integer SIG_ERR ] { -1 } +        Constant [ public integer SIGHUP ] { 1 } +        Constant [ public integer SIGINT ] { 2 } +        Constant [ public integer SIGQUIT ] { 3 } +        Constant [ public integer SIGILL ] { 4 } +        Constant [ public integer SIGTRAP ] { 5 } +        Constant [ public integer SIGABRT ] { 6 } +        Constant [ public integer SIGIOT ] { 6 } +        Constant [ public integer SIGBUS ] { 7 } +        Constant [ public integer SIGFPE ] { 8 } +        Constant [ public integer SIGKILL ] { 9 } +        Constant [ public integer SIGUSR1 ] { 10 } +        Constant [ public integer SIGSEGV ] { 11 } +        Constant [ public integer SIGUSR2 ] { 12 } +        Constant [ public integer SIGPIPE ] { 13 } +        Constant [ public integer SIGALRM ] { 14 } +        Constant [ public integer SIGTERM ] { 15 } +        Constant [ public integer SIGSTKFLT ] { 16 } +        Constant [ public integer SIGCLD ] { 17 } +        Constant [ public integer SIGCHLD ] { 17 } +        Constant [ public integer SIGCONT ] { 18 } +        Constant [ public integer SIGSTOP ] { 19 } +        Constant [ public integer SIGTSTP ] { 20 } +        Constant [ public integer SIGTTIN ] { 21 } +        Constant [ public integer SIGTTOU ] { 22 } +        Constant [ public integer SIGURG ] { 23 } +        Constant [ public integer SIGXCPU ] { 24 } +        Constant [ public integer SIGXFSZ ] { 25 } +        Constant [ public integer SIGVTALRM ] { 26 } +        Constant [ public integer SIGPROF ] { 27 } +        Constant [ public integer SIGWINCH ] { 28 } +        Constant [ public integer SIGPOLL ] { 29 } +        Constant [ public integer SIGIO ] { 29 } +        Constant [ public integer SIGPWR ] { 30 } +        Constant [ public integer SIGSYS ] { 31 } +        Constant [ public integer SIGBABY ] { 31 } +        Constant [ public integer AF_INET ] { 2 } +        Constant [ public integer AF_INET6 ] { 10 } +        Constant [ public integer AF_UNSPEC ] { 0 } +        Constant [ public integer LEAVE_GROUP ] { 0 } +        Constant [ public integer JOIN_GROUP ] { 1 } +        Constant [ public integer IS_UV_TCP ] { 0 } +        Constant [ public integer IS_UV_UDP ] { 1 } +        Constant [ public integer IS_UV_PIPE ] { 2 } +        Constant [ public integer IS_UV_IDLE ] { 3 } +        Constant [ public integer IS_UV_TIMER ] { 4 } +        Constant [ public integer IS_UV_ASYNC ] { 5 } +        Constant [ public integer IS_UV_LOOP ] { 6 } +        Constant [ public integer IS_UV_HANDLE ] { 7 } +        Constant [ public integer IS_UV_STREAM ] { 8 } +        Constant [ public integer IS_UV_ADDRINFO ] { 9 } +        Constant [ public integer IS_UV_PROCESS ] { 10 } +        Constant [ public integer IS_UV_PREPARE ] { 11 } +        Constant [ public integer IS_UV_CHECK ] { 12 } +        Constant [ public integer IS_UV_WORK ] { 13 } +        Constant [ public integer IS_UV_FS ] { 14 } +        Constant [ public integer IS_UV_FS_EVENT ] { 15 } +        Constant [ public integer IS_UV_TTY ] { 16 } +        Constant [ public integer IS_UV_FS_POLL ] { 17 } +        Constant [ public integer IS_UV_POLL ] { 18 } +        Constant [ public integer UNKNOWN_HANDLE ] { 0 } +        Constant [ public integer FILE ] { 17 } +        Constant [ public integer ASYNC ] { 1 } +        Constant [ public integer CHECK ] { 2 } +        Constant [ public integer FS_EVENT ] { 3 } +        Constant [ public integer FS_POLL ] { 4 } +        Constant [ public integer HANDLE ] { 5 } +        Constant [ public integer IDLE ] { 6 } +        Constant [ public integer NAMED_PIPE ] { 7 } +        Constant [ public integer POLL ] { 8 } +        Constant [ public integer PREPARE ] { 9 } +        Constant [ public integer PROCESS ] { 10 } +        Constant [ public integer STREAM ] { 11 } +        Constant [ public integer TCP ] { 12 } +        Constant [ public integer TIMER ] { 13 } +        Constant [ public integer TTY ] { 14 } +        Constant [ public integer UDP ] { 15 } +        Constant [ public integer SIGNAL ] { 16 } +        Constant [ public integer HANDLE_TYPE_MAX ] { 18 } +        Constant [ public integer IGNORE ] { 0 } +        Constant [ public integer CREATE_PIPE ] { 1 } +        Constant [ public integer INHERIT_FD ] { 2 } +        Constant [ public integer INHERIT_STREAM ] { 4 } +        Constant [ public integer READABLE_PIPE ] { 16 } +        Constant [ public integer WRITABLE_PIPE ] { 32 } +        Constant [ public integer PROCESS_SETUID ] { 1 } +        Constant [ public integer PROCESS_SETGID ] { 2 } +        Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } +        Constant [ public integer PROCESS_DETACHED ] { 8 } +        Constant [ public integer E2BIG ] { -7 } +        Constant [ public integer EACCES ] { -13 } +        Constant [ public integer EADDRINUSE ] { -98 } +        Constant [ public integer EADDRNOTAVAIL ] { -99 } +        Constant [ public integer EAFNOSUPPORT ] { -97 } +        Constant [ public integer EAGAIN ] { -11 } +        Constant [ public integer EAI_ADDRFAMILY ] { -3000 } +        Constant [ public integer EAI_AGAIN ] { -3001 } +        Constant [ public integer EAI_BADFLAGS ] { -3002 } +        Constant [ public integer EAI_BADHINTS ] { -3013 } +        Constant [ public integer EAI_CANCELED ] { -3003 } +        Constant [ public integer EAI_FAIL ] { -3004 } +        Constant [ public integer EAI_FAMILY ] { -3005 } +        Constant [ public integer EAI_MEMORY ] { -3006 } +        Constant [ public integer EAI_NODATA ] { -3007 } +        Constant [ public integer EAI_NONAME ] { -3008 } +        Constant [ public integer EAI_OVERFLOW ] { -3009 } +        Constant [ public integer EAI_PROTOCOL ] { -3014 } +        Constant [ public integer EAI_SERVICE ] { -3010 } +        Constant [ public integer EAI_SOCKTYPE ] { -3011 } +        Constant [ public integer EALREADY ] { -114 } +        Constant [ public integer EBADF ] { -9 } +        Constant [ public integer EBUSY ] { -16 } +        Constant [ public integer ECANCELED ] { -125 } +        Constant [ public integer ECHARSET ] { -4080 } +        Constant [ public integer ECONNABORTED ] { -103 } +        Constant [ public integer ECONNREFUSED ] { -111 } +        Constant [ public integer ECONNRESET ] { -104 } +        Constant [ public integer EDESTADDRREQ ] { -89 } +        Constant [ public integer EEXIST ] { -17 } +        Constant [ public integer EFAULT ] { -14 } +        Constant [ public integer EFBIG ] { -27 } +        Constant [ public integer EHOSTUNREACH ] { -113 } +        Constant [ public integer EINTR ] { -4 } +        Constant [ public integer EINVAL ] { -22 } +        Constant [ public integer EIO ] { -5 } +        Constant [ public integer EISCONN ] { -106 } +        Constant [ public integer EISDIR ] { -21 } +        Constant [ public integer ELOOP ] { -40 } +        Constant [ public integer EMFILE ] { -24 } +        Constant [ public integer EMSGSIZE ] { -90 } +        Constant [ public integer ENAMETOOLONG ] { -36 } +        Constant [ public integer ENETDOWN ] { -100 } +        Constant [ public integer ENETUNREACH ] { -101 } +        Constant [ public integer ENFILE ] { -23 } +        Constant [ public integer ENOBUFS ] { -105 } +        Constant [ public integer ENODEV ] { -19 } +        Constant [ public integer ENOENT ] { -2 } +        Constant [ public integer ENOMEM ] { -12 } +        Constant [ public integer ENONET ] { -64 } +        Constant [ public integer ENOPROTOOPT ] { -92 } +        Constant [ public integer ENOSPC ] { -28 } +        Constant [ public integer ENOSYS ] { -38 } +        Constant [ public integer ENOTCONN ] { -107 } +        Constant [ public integer ENOTDIR ] { -20 } +        Constant [ public integer ENOTEMPTY ] { -39 } +        Constant [ public integer ENOTSOCK ] { -88 } +        Constant [ public integer ENOTSUP ] { -95 } +        Constant [ public integer EPERM ] { -1 } +        Constant [ public integer EPIPE ] { -32 } +        Constant [ public integer EPROTO ] { -71 } +        Constant [ public integer EPROTONOSUPPORT ] { -93 } +        Constant [ public integer EPROTOTYPE ] { -91 } +        Constant [ public integer ERANGE ] { -34 } +        Constant [ public integer EROFS ] { -30 } +        Constant [ public integer ESHUTDOWN ] { -108 } +        Constant [ public integer ESPIPE ] { -29 } +        Constant [ public integer ESRCH ] { -3 } +        Constant [ public integer ETIMEDOUT ] { -110 } +        Constant [ public integer ETXTBSY ] { -26 } +        Constant [ public integer EXDEV ] { -18 } +        Constant [ public integer UNKNOWN ] { -4094 } +        Constant [ public integer EOF ] { -4095 } +        Constant [ public integer ENXIO ] { -6 } +        Constant [ public integer EMLINK ] { -31 } +        Constant [ public integer EHOSTDOWN ] { -112 } +        Constant [ public integer EREMOTEIO ] { -121 }        }        - Static properties [0] { @@ -1617,203 +1620,204 @@ Extension [ <persistent> extension #147 uv version 0.2.2 ] {      Class [ <internal:uv> final class UVPipe extends UV ] { -      - Constants [196] { -        Constant [ integer RUN_DEFAULT ] { 0 } -        Constant [ integer RUN_ONCE ] { 1 } -        Constant [ integer RUN_NOWAIT ] { 2 } -        Constant [ integer CHANGE ] { 2 } -        Constant [ integer RENAME ] { 1 } -        Constant [ integer READABLE ] { 1 } -        Constant [ integer WRITABLE ] { 2 } -        Constant [ integer O_RDONLY ] { 0 } -        Constant [ integer O_WRONLY ] { 1 } -        Constant [ integer O_RDWR ] { 2 } -        Constant [ integer O_CREAT ] { 64 } -        Constant [ integer O_EXCL ] { 128 } -        Constant [ integer O_TRUNC ] { 512 } -        Constant [ integer O_APPEND ] { 1024 } -        Constant [ integer S_IFDIR ] { 16384 } -        Constant [ integer S_IFREG ] { 32768 } -        Constant [ integer O_NOCTTY ] { 256 } -        Constant [ integer S_IRWXU ] { 448 } -        Constant [ integer S_IRUSR ] { 256 } -        Constant [ integer S_IWUSR ] { 128 } -        Constant [ integer S_IXUSR ] { 64 } -        Constant [ integer S_IRWXG ] { 56 } -        Constant [ integer S_IRGRP ] { 32 } -        Constant [ integer S_IWGRP ] { 16 } -        Constant [ integer S_IXGRP ] { 8 } -        Constant [ integer S_IRWXO ] { 7 } -        Constant [ integer S_IROTH ] { 4 } -        Constant [ integer S_IWOTH ] { 2 } -        Constant [ integer S_IXOTH ] { 1 } -        Constant [ integer SIG_IGN ] { 1 } -        Constant [ integer SIG_DFL ] { 0 } -        Constant [ integer SIG_ERR ] { -1 } -        Constant [ integer SIGHUP ] { 1 } -        Constant [ integer SIGINT ] { 2 } -        Constant [ integer SIGQUIT ] { 3 } -        Constant [ integer SIGILL ] { 4 } -        Constant [ integer SIGTRAP ] { 5 } -        Constant [ integer SIGABRT ] { 6 } -        Constant [ integer SIGIOT ] { 6 } -        Constant [ integer SIGBUS ] { 7 } -        Constant [ integer SIGFPE ] { 8 } -        Constant [ integer SIGKILL ] { 9 } -        Constant [ integer SIGUSR1 ] { 10 } -        Constant [ integer SIGSEGV ] { 11 } -        Constant [ integer SIGUSR2 ] { 12 } -        Constant [ integer SIGPIPE ] { 13 } -        Constant [ integer SIGALRM ] { 14 } -        Constant [ integer SIGTERM ] { 15 } -        Constant [ integer SIGSTKFLT ] { 16 } -        Constant [ integer SIGCLD ] { 17 } -        Constant [ integer SIGCHLD ] { 17 } -        Constant [ integer SIGCONT ] { 18 } -        Constant [ integer SIGSTOP ] { 19 } -        Constant [ integer SIGTSTP ] { 20 } -        Constant [ integer SIGTTIN ] { 21 } -        Constant [ integer SIGTTOU ] { 22 } -        Constant [ integer SIGURG ] { 23 } -        Constant [ integer SIGXCPU ] { 24 } -        Constant [ integer SIGXFSZ ] { 25 } -        Constant [ integer SIGVTALRM ] { 26 } -        Constant [ integer SIGPROF ] { 27 } -        Constant [ integer SIGWINCH ] { 28 } -        Constant [ integer SIGPOLL ] { 29 } -        Constant [ integer SIGIO ] { 29 } -        Constant [ integer SIGPWR ] { 30 } -        Constant [ integer SIGSYS ] { 31 } -        Constant [ integer SIGBABY ] { 31 } -        Constant [ integer AF_INET ] { 2 } -        Constant [ integer AF_INET6 ] { 10 } -        Constant [ integer AF_UNSPEC ] { 0 } -        Constant [ integer LEAVE_GROUP ] { 0 } -        Constant [ integer JOIN_GROUP ] { 1 } -        Constant [ integer IS_UV_TCP ] { 0 } -        Constant [ integer IS_UV_UDP ] { 1 } -        Constant [ integer IS_UV_PIPE ] { 2 } -        Constant [ integer IS_UV_IDLE ] { 3 } -        Constant [ integer IS_UV_TIMER ] { 4 } -        Constant [ integer IS_UV_ASYNC ] { 5 } -        Constant [ integer IS_UV_LOOP ] { 6 } -        Constant [ integer IS_UV_HANDLE ] { 7 } -        Constant [ integer IS_UV_STREAM ] { 8 } -        Constant [ integer IS_UV_ADDRINFO ] { 9 } -        Constant [ integer IS_UV_PROCESS ] { 10 } -        Constant [ integer IS_UV_PREPARE ] { 11 } -        Constant [ integer IS_UV_CHECK ] { 12 } -        Constant [ integer IS_UV_WORK ] { 13 } -        Constant [ integer IS_UV_FS ] { 14 } -        Constant [ integer IS_UV_FS_EVENT ] { 15 } -        Constant [ integer IS_UV_TTY ] { 16 } -        Constant [ integer IS_UV_FS_POLL ] { 17 } -        Constant [ integer IS_UV_POLL ] { 18 } -        Constant [ integer UNKNOWN_HANDLE ] { 0 } -        Constant [ integer FILE ] { 17 } -        Constant [ integer ASYNC ] { 1 } -        Constant [ integer CHECK ] { 2 } -        Constant [ integer FS_EVENT ] { 3 } -        Constant [ integer FS_POLL ] { 4 } -        Constant [ integer HANDLE ] { 5 } -        Constant [ integer IDLE ] { 6 } -        Constant [ integer NAMED_PIPE ] { 7 } -        Constant [ integer POLL ] { 8 } -        Constant [ integer PREPARE ] { 9 } -        Constant [ integer PROCESS ] { 10 } -        Constant [ integer STREAM ] { 11 } -        Constant [ integer TCP ] { 12 } -        Constant [ integer TIMER ] { 13 } -        Constant [ integer TTY ] { 14 } -        Constant [ integer UDP ] { 15 } -        Constant [ integer SIGNAL ] { 16 } -        Constant [ integer HANDLE_TYPE_MAX ] { 18 } -        Constant [ integer IGNORE ] { 0 } -        Constant [ integer CREATE_PIPE ] { 1 } -        Constant [ integer INHERIT_FD ] { 2 } -        Constant [ integer INHERIT_STREAM ] { 4 } -        Constant [ integer READABLE_PIPE ] { 16 } -        Constant [ integer WRITABLE_PIPE ] { 32 } -        Constant [ integer PROCESS_SETUID ] { 1 } -        Constant [ integer PROCESS_SETGID ] { 2 } -        Constant [ integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } -        Constant [ integer PROCESS_DETACHED ] { 8 } -        Constant [ integer E2BIG ] { -7 } -        Constant [ integer EACCES ] { -13 } -        Constant [ integer EADDRINUSE ] { -98 } -        Constant [ integer EADDRNOTAVAIL ] { -99 } -        Constant [ integer EAFNOSUPPORT ] { -97 } -        Constant [ integer EAGAIN ] { -11 } -        Constant [ integer EAI_ADDRFAMILY ] { -3000 } -        Constant [ integer EAI_AGAIN ] { -3001 } -        Constant [ integer EAI_BADFLAGS ] { -3002 } -        Constant [ integer EAI_BADHINTS ] { -3013 } -        Constant [ integer EAI_CANCELED ] { -3003 } -        Constant [ integer EAI_FAIL ] { -3004 } -        Constant [ integer EAI_FAMILY ] { -3005 } -        Constant [ integer EAI_MEMORY ] { -3006 } -        Constant [ integer EAI_NODATA ] { -3007 } -        Constant [ integer EAI_NONAME ] { -3008 } -        Constant [ integer EAI_OVERFLOW ] { -3009 } -        Constant [ integer EAI_PROTOCOL ] { -3014 } -        Constant [ integer EAI_SERVICE ] { -3010 } -        Constant [ integer EAI_SOCKTYPE ] { -3011 } -        Constant [ integer EALREADY ] { -114 } -        Constant [ integer EBADF ] { -9 } -        Constant [ integer EBUSY ] { -16 } -        Constant [ integer ECANCELED ] { -125 } -        Constant [ integer ECHARSET ] { -4080 } -        Constant [ integer ECONNABORTED ] { -103 } -        Constant [ integer ECONNREFUSED ] { -111 } -        Constant [ integer ECONNRESET ] { -104 } -        Constant [ integer EDESTADDRREQ ] { -89 } -        Constant [ integer EEXIST ] { -17 } -        Constant [ integer EFAULT ] { -14 } -        Constant [ integer EFBIG ] { -27 } -        Constant [ integer EHOSTUNREACH ] { -113 } -        Constant [ integer EINTR ] { -4 } -        Constant [ integer EINVAL ] { -22 } -        Constant [ integer EIO ] { -5 } -        Constant [ integer EISCONN ] { -106 } -        Constant [ integer EISDIR ] { -21 } -        Constant [ integer ELOOP ] { -40 } -        Constant [ integer EMFILE ] { -24 } -        Constant [ integer EMSGSIZE ] { -90 } -        Constant [ integer ENAMETOOLONG ] { -36 } -        Constant [ integer ENETDOWN ] { -100 } -        Constant [ integer ENETUNREACH ] { -101 } -        Constant [ integer ENFILE ] { -23 } -        Constant [ integer ENOBUFS ] { -105 } -        Constant [ integer ENODEV ] { -19 } -        Constant [ integer ENOENT ] { -2 } -        Constant [ integer ENOMEM ] { -12 } -        Constant [ integer ENONET ] { -64 } -        Constant [ integer ENOPROTOOPT ] { -92 } -        Constant [ integer ENOSPC ] { -28 } -        Constant [ integer ENOSYS ] { -38 } -        Constant [ integer ENOTCONN ] { -107 } -        Constant [ integer ENOTDIR ] { -20 } -        Constant [ integer ENOTEMPTY ] { -39 } -        Constant [ integer ENOTSOCK ] { -88 } -        Constant [ integer ENOTSUP ] { -95 } -        Constant [ integer EPERM ] { -1 } -        Constant [ integer EPIPE ] { -32 } -        Constant [ integer EPROTO ] { -71 } -        Constant [ integer EPROTONOSUPPORT ] { -93 } -        Constant [ integer EPROTOTYPE ] { -91 } -        Constant [ integer ERANGE ] { -34 } -        Constant [ integer EROFS ] { -30 } -        Constant [ integer ESHUTDOWN ] { -108 } -        Constant [ integer ESPIPE ] { -29 } -        Constant [ integer ESRCH ] { -3 } -        Constant [ integer ETIMEDOUT ] { -110 } -        Constant [ integer ETXTBSY ] { -26 } -        Constant [ integer EXDEV ] { -18 } -        Constant [ integer UNKNOWN ] { -4094 } -        Constant [ integer EOF ] { -4095 } -        Constant [ integer ENXIO ] { -6 } -        Constant [ integer EMLINK ] { -31 } -        Constant [ integer EHOSTDOWN ] { -112 } +      - Constants [197] { +        Constant [ public integer RUN_DEFAULT ] { 0 } +        Constant [ public integer RUN_ONCE ] { 1 } +        Constant [ public integer RUN_NOWAIT ] { 2 } +        Constant [ public integer CHANGE ] { 2 } +        Constant [ public integer RENAME ] { 1 } +        Constant [ public integer READABLE ] { 1 } +        Constant [ public integer WRITABLE ] { 2 } +        Constant [ public integer O_RDONLY ] { 0 } +        Constant [ public integer O_WRONLY ] { 1 } +        Constant [ public integer O_RDWR ] { 2 } +        Constant [ public integer O_CREAT ] { 64 } +        Constant [ public integer O_EXCL ] { 128 } +        Constant [ public integer O_TRUNC ] { 512 } +        Constant [ public integer O_APPEND ] { 1024 } +        Constant [ public integer S_IFDIR ] { 16384 } +        Constant [ public integer S_IFREG ] { 32768 } +        Constant [ public integer O_NOCTTY ] { 256 } +        Constant [ public integer S_IRWXU ] { 448 } +        Constant [ public integer S_IRUSR ] { 256 } +        Constant [ public integer S_IWUSR ] { 128 } +        Constant [ public integer S_IXUSR ] { 64 } +        Constant [ public integer S_IRWXG ] { 56 } +        Constant [ public integer S_IRGRP ] { 32 } +        Constant [ public integer S_IWGRP ] { 16 } +        Constant [ public integer S_IXGRP ] { 8 } +        Constant [ public integer S_IRWXO ] { 7 } +        Constant [ public integer S_IROTH ] { 4 } +        Constant [ public integer S_IWOTH ] { 2 } +        Constant [ public integer S_IXOTH ] { 1 } +        Constant [ public integer SIG_IGN ] { 1 } +        Constant [ public integer SIG_DFL ] { 0 } +        Constant [ public integer SIG_ERR ] { -1 } +        Constant [ public integer SIGHUP ] { 1 } +        Constant [ public integer SIGINT ] { 2 } +        Constant [ public integer SIGQUIT ] { 3 } +        Constant [ public integer SIGILL ] { 4 } +        Constant [ public integer SIGTRAP ] { 5 } +        Constant [ public integer SIGABRT ] { 6 } +        Constant [ public integer SIGIOT ] { 6 } +        Constant [ public integer SIGBUS ] { 7 } +        Constant [ public integer SIGFPE ] { 8 } +        Constant [ public integer SIGKILL ] { 9 } +        Constant [ public integer SIGUSR1 ] { 10 } +        Constant [ public integer SIGSEGV ] { 11 } +        Constant [ public integer SIGUSR2 ] { 12 } +        Constant [ public integer SIGPIPE ] { 13 } +        Constant [ public integer SIGALRM ] { 14 } +        Constant [ public integer SIGTERM ] { 15 } +        Constant [ public integer SIGSTKFLT ] { 16 } +        Constant [ public integer SIGCLD ] { 17 } +        Constant [ public integer SIGCHLD ] { 17 } +        Constant [ public integer SIGCONT ] { 18 } +        Constant [ public integer SIGSTOP ] { 19 } +        Constant [ public integer SIGTSTP ] { 20 } +        Constant [ public integer SIGTTIN ] { 21 } +        Constant [ public integer SIGTTOU ] { 22 } +        Constant [ public integer SIGURG ] { 23 } +        Constant [ public integer SIGXCPU ] { 24 } +        Constant [ public integer SIGXFSZ ] { 25 } +        Constant [ public integer SIGVTALRM ] { 26 } +        Constant [ public integer SIGPROF ] { 27 } +        Constant [ public integer SIGWINCH ] { 28 } +        Constant [ public integer SIGPOLL ] { 29 } +        Constant [ public integer SIGIO ] { 29 } +        Constant [ public integer SIGPWR ] { 30 } +        Constant [ public integer SIGSYS ] { 31 } +        Constant [ public integer SIGBABY ] { 31 } +        Constant [ public integer AF_INET ] { 2 } +        Constant [ public integer AF_INET6 ] { 10 } +        Constant [ public integer AF_UNSPEC ] { 0 } +        Constant [ public integer LEAVE_GROUP ] { 0 } +        Constant [ public integer JOIN_GROUP ] { 1 } +        Constant [ public integer IS_UV_TCP ] { 0 } +        Constant [ public integer IS_UV_UDP ] { 1 } +        Constant [ public integer IS_UV_PIPE ] { 2 } +        Constant [ public integer IS_UV_IDLE ] { 3 } +        Constant [ public integer IS_UV_TIMER ] { 4 } +        Constant [ public integer IS_UV_ASYNC ] { 5 } +        Constant [ public integer IS_UV_LOOP ] { 6 } +        Constant [ public integer IS_UV_HANDLE ] { 7 } +        Constant [ public integer IS_UV_STREAM ] { 8 } +        Constant [ public integer IS_UV_ADDRINFO ] { 9 } +        Constant [ public integer IS_UV_PROCESS ] { 10 } +        Constant [ public integer IS_UV_PREPARE ] { 11 } +        Constant [ public integer IS_UV_CHECK ] { 12 } +        Constant [ public integer IS_UV_WORK ] { 13 } +        Constant [ public integer IS_UV_FS ] { 14 } +        Constant [ public integer IS_UV_FS_EVENT ] { 15 } +        Constant [ public integer IS_UV_TTY ] { 16 } +        Constant [ public integer IS_UV_FS_POLL ] { 17 } +        Constant [ public integer IS_UV_POLL ] { 18 } +        Constant [ public integer UNKNOWN_HANDLE ] { 0 } +        Constant [ public integer FILE ] { 17 } +        Constant [ public integer ASYNC ] { 1 } +        Constant [ public integer CHECK ] { 2 } +        Constant [ public integer FS_EVENT ] { 3 } +        Constant [ public integer FS_POLL ] { 4 } +        Constant [ public integer HANDLE ] { 5 } +        Constant [ public integer IDLE ] { 6 } +        Constant [ public integer NAMED_PIPE ] { 7 } +        Constant [ public integer POLL ] { 8 } +        Constant [ public integer PREPARE ] { 9 } +        Constant [ public integer PROCESS ] { 10 } +        Constant [ public integer STREAM ] { 11 } +        Constant [ public integer TCP ] { 12 } +        Constant [ public integer TIMER ] { 13 } +        Constant [ public integer TTY ] { 14 } +        Constant [ public integer UDP ] { 15 } +        Constant [ public integer SIGNAL ] { 16 } +        Constant [ public integer HANDLE_TYPE_MAX ] { 18 } +        Constant [ public integer IGNORE ] { 0 } +        Constant [ public integer CREATE_PIPE ] { 1 } +        Constant [ public integer INHERIT_FD ] { 2 } +        Constant [ public integer INHERIT_STREAM ] { 4 } +        Constant [ public integer READABLE_PIPE ] { 16 } +        Constant [ public integer WRITABLE_PIPE ] { 32 } +        Constant [ public integer PROCESS_SETUID ] { 1 } +        Constant [ public integer PROCESS_SETGID ] { 2 } +        Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } +        Constant [ public integer PROCESS_DETACHED ] { 8 } +        Constant [ public integer E2BIG ] { -7 } +        Constant [ public integer EACCES ] { -13 } +        Constant [ public integer EADDRINUSE ] { -98 } +        Constant [ public integer EADDRNOTAVAIL ] { -99 } +        Constant [ public integer EAFNOSUPPORT ] { -97 } +        Constant [ public integer EAGAIN ] { -11 } +        Constant [ public integer EAI_ADDRFAMILY ] { -3000 } +        Constant [ public integer EAI_AGAIN ] { -3001 } +        Constant [ public integer EAI_BADFLAGS ] { -3002 } +        Constant [ public integer EAI_BADHINTS ] { -3013 } +        Constant [ public integer EAI_CANCELED ] { -3003 } +        Constant [ public integer EAI_FAIL ] { -3004 } +        Constant [ public integer EAI_FAMILY ] { -3005 } +        Constant [ public integer EAI_MEMORY ] { -3006 } +        Constant [ public integer EAI_NODATA ] { -3007 } +        Constant [ public integer EAI_NONAME ] { -3008 } +        Constant [ public integer EAI_OVERFLOW ] { -3009 } +        Constant [ public integer EAI_PROTOCOL ] { -3014 } +        Constant [ public integer EAI_SERVICE ] { -3010 } +        Constant [ public integer EAI_SOCKTYPE ] { -3011 } +        Constant [ public integer EALREADY ] { -114 } +        Constant [ public integer EBADF ] { -9 } +        Constant [ public integer EBUSY ] { -16 } +        Constant [ public integer ECANCELED ] { -125 } +        Constant [ public integer ECHARSET ] { -4080 } +        Constant [ public integer ECONNABORTED ] { -103 } +        Constant [ public integer ECONNREFUSED ] { -111 } +        Constant [ public integer ECONNRESET ] { -104 } +        Constant [ public integer EDESTADDRREQ ] { -89 } +        Constant [ public integer EEXIST ] { -17 } +        Constant [ public integer EFAULT ] { -14 } +        Constant [ public integer EFBIG ] { -27 } +        Constant [ public integer EHOSTUNREACH ] { -113 } +        Constant [ public integer EINTR ] { -4 } +        Constant [ public integer EINVAL ] { -22 } +        Constant [ public integer EIO ] { -5 } +        Constant [ public integer EISCONN ] { -106 } +        Constant [ public integer EISDIR ] { -21 } +        Constant [ public integer ELOOP ] { -40 } +        Constant [ public integer EMFILE ] { -24 } +        Constant [ public integer EMSGSIZE ] { -90 } +        Constant [ public integer ENAMETOOLONG ] { -36 } +        Constant [ public integer ENETDOWN ] { -100 } +        Constant [ public integer ENETUNREACH ] { -101 } +        Constant [ public integer ENFILE ] { -23 } +        Constant [ public integer ENOBUFS ] { -105 } +        Constant [ public integer ENODEV ] { -19 } +        Constant [ public integer ENOENT ] { -2 } +        Constant [ public integer ENOMEM ] { -12 } +        Constant [ public integer ENONET ] { -64 } +        Constant [ public integer ENOPROTOOPT ] { -92 } +        Constant [ public integer ENOSPC ] { -28 } +        Constant [ public integer ENOSYS ] { -38 } +        Constant [ public integer ENOTCONN ] { -107 } +        Constant [ public integer ENOTDIR ] { -20 } +        Constant [ public integer ENOTEMPTY ] { -39 } +        Constant [ public integer ENOTSOCK ] { -88 } +        Constant [ public integer ENOTSUP ] { -95 } +        Constant [ public integer EPERM ] { -1 } +        Constant [ public integer EPIPE ] { -32 } +        Constant [ public integer EPROTO ] { -71 } +        Constant [ public integer EPROTONOSUPPORT ] { -93 } +        Constant [ public integer EPROTOTYPE ] { -91 } +        Constant [ public integer ERANGE ] { -34 } +        Constant [ public integer EROFS ] { -30 } +        Constant [ public integer ESHUTDOWN ] { -108 } +        Constant [ public integer ESPIPE ] { -29 } +        Constant [ public integer ESRCH ] { -3 } +        Constant [ public integer ETIMEDOUT ] { -110 } +        Constant [ public integer ETXTBSY ] { -26 } +        Constant [ public integer EXDEV ] { -18 } +        Constant [ public integer UNKNOWN ] { -4094 } +        Constant [ public integer EOF ] { -4095 } +        Constant [ public integer ENXIO ] { -6 } +        Constant [ public integer EMLINK ] { -31 } +        Constant [ public integer EHOSTDOWN ] { -112 } +        Constant [ public integer EREMOTEIO ] { -121 }        }        - Static properties [0] { @@ -1831,203 +1835,204 @@ Extension [ <persistent> extension #147 uv version 0.2.2 ] {      Class [ <internal:uv> final class UVIdle extends UV ] { -      - Constants [196] { -        Constant [ integer RUN_DEFAULT ] { 0 } -        Constant [ integer RUN_ONCE ] { 1 } -        Constant [ integer RUN_NOWAIT ] { 2 } -        Constant [ integer CHANGE ] { 2 } -        Constant [ integer RENAME ] { 1 } -        Constant [ integer READABLE ] { 1 } -        Constant [ integer WRITABLE ] { 2 } -        Constant [ integer O_RDONLY ] { 0 } -        Constant [ integer O_WRONLY ] { 1 } -        Constant [ integer O_RDWR ] { 2 } -        Constant [ integer O_CREAT ] { 64 } -        Constant [ integer O_EXCL ] { 128 } -        Constant [ integer O_TRUNC ] { 512 } -        Constant [ integer O_APPEND ] { 1024 } -        Constant [ integer S_IFDIR ] { 16384 } -        Constant [ integer S_IFREG ] { 32768 } -        Constant [ integer O_NOCTTY ] { 256 } -        Constant [ integer S_IRWXU ] { 448 } -        Constant [ integer S_IRUSR ] { 256 } -        Constant [ integer S_IWUSR ] { 128 } -        Constant [ integer S_IXUSR ] { 64 } -        Constant [ integer S_IRWXG ] { 56 } -        Constant [ integer S_IRGRP ] { 32 } -        Constant [ integer S_IWGRP ] { 16 } -        Constant [ integer S_IXGRP ] { 8 } -        Constant [ integer S_IRWXO ] { 7 } -        Constant [ integer S_IROTH ] { 4 } -        Constant [ integer S_IWOTH ] { 2 } -        Constant [ integer S_IXOTH ] { 1 } -        Constant [ integer SIG_IGN ] { 1 } -        Constant [ integer SIG_DFL ] { 0 } -        Constant [ integer SIG_ERR ] { -1 } -        Constant [ integer SIGHUP ] { 1 } -        Constant [ integer SIGINT ] { 2 } -        Constant [ integer SIGQUIT ] { 3 } -        Constant [ integer SIGILL ] { 4 } -        Constant [ integer SIGTRAP ] { 5 } -        Constant [ integer SIGABRT ] { 6 } -        Constant [ integer SIGIOT ] { 6 } -        Constant [ integer SIGBUS ] { 7 } -        Constant [ integer SIGFPE ] { 8 } -        Constant [ integer SIGKILL ] { 9 } -        Constant [ integer SIGUSR1 ] { 10 } -        Constant [ integer SIGSEGV ] { 11 } -        Constant [ integer SIGUSR2 ] { 12 } -        Constant [ integer SIGPIPE ] { 13 } -        Constant [ integer SIGALRM ] { 14 } -        Constant [ integer SIGTERM ] { 15 } -        Constant [ integer SIGSTKFLT ] { 16 } -        Constant [ integer SIGCLD ] { 17 } -        Constant [ integer SIGCHLD ] { 17 } -        Constant [ integer SIGCONT ] { 18 } -        Constant [ integer SIGSTOP ] { 19 } -        Constant [ integer SIGTSTP ] { 20 } -        Constant [ integer SIGTTIN ] { 21 } -        Constant [ integer SIGTTOU ] { 22 } -        Constant [ integer SIGURG ] { 23 } -        Constant [ integer SIGXCPU ] { 24 } -        Constant [ integer SIGXFSZ ] { 25 } -        Constant [ integer SIGVTALRM ] { 26 } -        Constant [ integer SIGPROF ] { 27 } -        Constant [ integer SIGWINCH ] { 28 } -        Constant [ integer SIGPOLL ] { 29 } -        Constant [ integer SIGIO ] { 29 } -        Constant [ integer SIGPWR ] { 30 } -        Constant [ integer SIGSYS ] { 31 } -        Constant [ integer SIGBABY ] { 31 } -        Constant [ integer AF_INET ] { 2 } -        Constant [ integer AF_INET6 ] { 10 } -        Constant [ integer AF_UNSPEC ] { 0 } -        Constant [ integer LEAVE_GROUP ] { 0 } -        Constant [ integer JOIN_GROUP ] { 1 } -        Constant [ integer IS_UV_TCP ] { 0 } -        Constant [ integer IS_UV_UDP ] { 1 } -        Constant [ integer IS_UV_PIPE ] { 2 } -        Constant [ integer IS_UV_IDLE ] { 3 } -        Constant [ integer IS_UV_TIMER ] { 4 } -        Constant [ integer IS_UV_ASYNC ] { 5 } -        Constant [ integer IS_UV_LOOP ] { 6 } -        Constant [ integer IS_UV_HANDLE ] { 7 } -        Constant [ integer IS_UV_STREAM ] { 8 } -        Constant [ integer IS_UV_ADDRINFO ] { 9 } -        Constant [ integer IS_UV_PROCESS ] { 10 } -        Constant [ integer IS_UV_PREPARE ] { 11 } -        Constant [ integer IS_UV_CHECK ] { 12 } -        Constant [ integer IS_UV_WORK ] { 13 } -        Constant [ integer IS_UV_FS ] { 14 } -        Constant [ integer IS_UV_FS_EVENT ] { 15 } -        Constant [ integer IS_UV_TTY ] { 16 } -        Constant [ integer IS_UV_FS_POLL ] { 17 } -        Constant [ integer IS_UV_POLL ] { 18 } -        Constant [ integer UNKNOWN_HANDLE ] { 0 } -        Constant [ integer FILE ] { 17 } -        Constant [ integer ASYNC ] { 1 } -        Constant [ integer CHECK ] { 2 } -        Constant [ integer FS_EVENT ] { 3 } -        Constant [ integer FS_POLL ] { 4 } -        Constant [ integer HANDLE ] { 5 } -        Constant [ integer IDLE ] { 6 } -        Constant [ integer NAMED_PIPE ] { 7 } -        Constant [ integer POLL ] { 8 } -        Constant [ integer PREPARE ] { 9 } -        Constant [ integer PROCESS ] { 10 } -        Constant [ integer STREAM ] { 11 } -        Constant [ integer TCP ] { 12 } -        Constant [ integer TIMER ] { 13 } -        Constant [ integer TTY ] { 14 } -        Constant [ integer UDP ] { 15 } -        Constant [ integer SIGNAL ] { 16 } -        Constant [ integer HANDLE_TYPE_MAX ] { 18 } -        Constant [ integer IGNORE ] { 0 } -        Constant [ integer CREATE_PIPE ] { 1 } -        Constant [ integer INHERIT_FD ] { 2 } -        Constant [ integer INHERIT_STREAM ] { 4 } -        Constant [ integer READABLE_PIPE ] { 16 } -        Constant [ integer WRITABLE_PIPE ] { 32 } -        Constant [ integer PROCESS_SETUID ] { 1 } -        Constant [ integer PROCESS_SETGID ] { 2 } -        Constant [ integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } -        Constant [ integer PROCESS_DETACHED ] { 8 } -        Constant [ integer E2BIG ] { -7 } -        Constant [ integer EACCES ] { -13 } -        Constant [ integer EADDRINUSE ] { -98 } -        Constant [ integer EADDRNOTAVAIL ] { -99 } -        Constant [ integer EAFNOSUPPORT ] { -97 } -        Constant [ integer EAGAIN ] { -11 } -        Constant [ integer EAI_ADDRFAMILY ] { -3000 } -        Constant [ integer EAI_AGAIN ] { -3001 } -        Constant [ integer EAI_BADFLAGS ] { -3002 } -        Constant [ integer EAI_BADHINTS ] { -3013 } -        Constant [ integer EAI_CANCELED ] { -3003 } -        Constant [ integer EAI_FAIL ] { -3004 } -        Constant [ integer EAI_FAMILY ] { -3005 } -        Constant [ integer EAI_MEMORY ] { -3006 } -        Constant [ integer EAI_NODATA ] { -3007 } -        Constant [ integer EAI_NONAME ] { -3008 } -        Constant [ integer EAI_OVERFLOW ] { -3009 } -        Constant [ integer EAI_PROTOCOL ] { -3014 } -        Constant [ integer EAI_SERVICE ] { -3010 } -        Constant [ integer EAI_SOCKTYPE ] { -3011 } -        Constant [ integer EALREADY ] { -114 } -        Constant [ integer EBADF ] { -9 } -        Constant [ integer EBUSY ] { -16 } -        Constant [ integer ECANCELED ] { -125 } -        Constant [ integer ECHARSET ] { -4080 } -        Constant [ integer ECONNABORTED ] { -103 } -        Constant [ integer ECONNREFUSED ] { -111 } -        Constant [ integer ECONNRESET ] { -104 } -        Constant [ integer EDESTADDRREQ ] { -89 } -        Constant [ integer EEXIST ] { -17 } -        Constant [ integer EFAULT ] { -14 } -        Constant [ integer EFBIG ] { -27 } -        Constant [ integer EHOSTUNREACH ] { -113 } -        Constant [ integer EINTR ] { -4 } -        Constant [ integer EINVAL ] { -22 } -        Constant [ integer EIO ] { -5 } -        Constant [ integer EISCONN ] { -106 } -        Constant [ integer EISDIR ] { -21 } -        Constant [ integer ELOOP ] { -40 } -        Constant [ integer EMFILE ] { -24 } -        Constant [ integer EMSGSIZE ] { -90 } -        Constant [ integer ENAMETOOLONG ] { -36 } -        Constant [ integer ENETDOWN ] { -100 } -        Constant [ integer ENETUNREACH ] { -101 } -        Constant [ integer ENFILE ] { -23 } -        Constant [ integer ENOBUFS ] { -105 } -        Constant [ integer ENODEV ] { -19 } -        Constant [ integer ENOENT ] { -2 } -        Constant [ integer ENOMEM ] { -12 } -        Constant [ integer ENONET ] { -64 } -        Constant [ integer ENOPROTOOPT ] { -92 } -        Constant [ integer ENOSPC ] { -28 } -        Constant [ integer ENOSYS ] { -38 } -        Constant [ integer ENOTCONN ] { -107 } -        Constant [ integer ENOTDIR ] { -20 } -        Constant [ integer ENOTEMPTY ] { -39 } -        Constant [ integer ENOTSOCK ] { -88 } -        Constant [ integer ENOTSUP ] { -95 } -        Constant [ integer EPERM ] { -1 } -        Constant [ integer EPIPE ] { -32 } -        Constant [ integer EPROTO ] { -71 } -        Constant [ integer EPROTONOSUPPORT ] { -93 } -        Constant [ integer EPROTOTYPE ] { -91 } -        Constant [ integer ERANGE ] { -34 } -        Constant [ integer EROFS ] { -30 } -        Constant [ integer ESHUTDOWN ] { -108 } -        Constant [ integer ESPIPE ] { -29 } -        Constant [ integer ESRCH ] { -3 } -        Constant [ integer ETIMEDOUT ] { -110 } -        Constant [ integer ETXTBSY ] { -26 } -        Constant [ integer EXDEV ] { -18 } -        Constant [ integer UNKNOWN ] { -4094 } -        Constant [ integer EOF ] { -4095 } -        Constant [ integer ENXIO ] { -6 } -        Constant [ integer EMLINK ] { -31 } -        Constant [ integer EHOSTDOWN ] { -112 } +      - Constants [197] { +        Constant [ public integer RUN_DEFAULT ] { 0 } +        Constant [ public integer RUN_ONCE ] { 1 } +        Constant [ public integer RUN_NOWAIT ] { 2 } +        Constant [ public integer CHANGE ] { 2 } +        Constant [ public integer RENAME ] { 1 } +        Constant [ public integer READABLE ] { 1 } +        Constant [ public integer WRITABLE ] { 2 } +        Constant [ public integer O_RDONLY ] { 0 } +        Constant [ public integer O_WRONLY ] { 1 } +        Constant [ public integer O_RDWR ] { 2 } +        Constant [ public integer O_CREAT ] { 64 } +        Constant [ public integer O_EXCL ] { 128 } +        Constant [ public integer O_TRUNC ] { 512 } +        Constant [ public integer O_APPEND ] { 1024 } +        Constant [ public integer S_IFDIR ] { 16384 } +        Constant [ public integer S_IFREG ] { 32768 } +        Constant [ public integer O_NOCTTY ] { 256 } +        Constant [ public integer S_IRWXU ] { 448 } +        Constant [ public integer S_IRUSR ] { 256 } +        Constant [ public integer S_IWUSR ] { 128 } +        Constant [ public integer S_IXUSR ] { 64 } +        Constant [ public integer S_IRWXG ] { 56 } +        Constant [ public integer S_IRGRP ] { 32 } +        Constant [ public integer S_IWGRP ] { 16 } +        Constant [ public integer S_IXGRP ] { 8 } +        Constant [ public integer S_IRWXO ] { 7 } +        Constant [ public integer S_IROTH ] { 4 } +        Constant [ public integer S_IWOTH ] { 2 } +        Constant [ public integer S_IXOTH ] { 1 } +        Constant [ public integer SIG_IGN ] { 1 } +        Constant [ public integer SIG_DFL ] { 0 } +        Constant [ public integer SIG_ERR ] { -1 } +        Constant [ public integer SIGHUP ] { 1 } +        Constant [ public integer SIGINT ] { 2 } +        Constant [ public integer SIGQUIT ] { 3 } +        Constant [ public integer SIGILL ] { 4 } +        Constant [ public integer SIGTRAP ] { 5 } +        Constant [ public integer SIGABRT ] { 6 } +        Constant [ public integer SIGIOT ] { 6 } +        Constant [ public integer SIGBUS ] { 7 } +        Constant [ public integer SIGFPE ] { 8 } +        Constant [ public integer SIGKILL ] { 9 } +        Constant [ public integer SIGUSR1 ] { 10 } +        Constant [ public integer SIGSEGV ] { 11 } +        Constant [ public integer SIGUSR2 ] { 12 } +        Constant [ public integer SIGPIPE ] { 13 } +        Constant [ public integer SIGALRM ] { 14 } +        Constant [ public integer SIGTERM ] { 15 } +        Constant [ public integer SIGSTKFLT ] { 16 } +        Constant [ public integer SIGCLD ] { 17 } +        Constant [ public integer SIGCHLD ] { 17 } +        Constant [ public integer SIGCONT ] { 18 } +        Constant [ public integer SIGSTOP ] { 19 } +        Constant [ public integer SIGTSTP ] { 20 } +        Constant [ public integer SIGTTIN ] { 21 } +        Constant [ public integer SIGTTOU ] { 22 } +        Constant [ public integer SIGURG ] { 23 } +        Constant [ public integer SIGXCPU ] { 24 } +        Constant [ public integer SIGXFSZ ] { 25 } +        Constant [ public integer SIGVTALRM ] { 26 } +        Constant [ public integer SIGPROF ] { 27 } +        Constant [ public integer SIGWINCH ] { 28 } +        Constant [ public integer SIGPOLL ] { 29 } +        Constant [ public integer SIGIO ] { 29 } +        Constant [ public integer SIGPWR ] { 30 } +        Constant [ public integer SIGSYS ] { 31 } +        Constant [ public integer SIGBABY ] { 31 } +        Constant [ public integer AF_INET ] { 2 } +        Constant [ public integer AF_INET6 ] { 10 } +        Constant [ public integer AF_UNSPEC ] { 0 } +        Constant [ public integer LEAVE_GROUP ] { 0 } +        Constant [ public integer JOIN_GROUP ] { 1 } +        Constant [ public integer IS_UV_TCP ] { 0 } +        Constant [ public integer IS_UV_UDP ] { 1 } +        Constant [ public integer IS_UV_PIPE ] { 2 } +        Constant [ public integer IS_UV_IDLE ] { 3 } +        Constant [ public integer IS_UV_TIMER ] { 4 } +        Constant [ public integer IS_UV_ASYNC ] { 5 } +        Constant [ public integer IS_UV_LOOP ] { 6 } +        Constant [ public integer IS_UV_HANDLE ] { 7 } +        Constant [ public integer IS_UV_STREAM ] { 8 } +        Constant [ public integer IS_UV_ADDRINFO ] { 9 } +        Constant [ public integer IS_UV_PROCESS ] { 10 } +        Constant [ public integer IS_UV_PREPARE ] { 11 } +        Constant [ public integer IS_UV_CHECK ] { 12 } +        Constant [ public integer IS_UV_WORK ] { 13 } +        Constant [ public integer IS_UV_FS ] { 14 } +        Constant [ public integer IS_UV_FS_EVENT ] { 15 } +        Constant [ public integer IS_UV_TTY ] { 16 } +        Constant [ public integer IS_UV_FS_POLL ] { 17 } +        Constant [ public integer IS_UV_POLL ] { 18 } +        Constant [ public integer UNKNOWN_HANDLE ] { 0 } +        Constant [ public integer FILE ] { 17 } +        Constant [ public integer ASYNC ] { 1 } +        Constant [ public integer CHECK ] { 2 } +        Constant [ public integer FS_EVENT ] { 3 } +        Constant [ public integer FS_POLL ] { 4 } +        Constant [ public integer HANDLE ] { 5 } +        Constant [ public integer IDLE ] { 6 } +        Constant [ public integer NAMED_PIPE ] { 7 } +        Constant [ public integer POLL ] { 8 } +        Constant [ public integer PREPARE ] { 9 } +        Constant [ public integer PROCESS ] { 10 } +        Constant [ public integer STREAM ] { 11 } +        Constant [ public integer TCP ] { 12 } +        Constant [ public integer TIMER ] { 13 } +        Constant [ public integer TTY ] { 14 } +        Constant [ public integer UDP ] { 15 } +        Constant [ public integer SIGNAL ] { 16 } +        Constant [ public integer HANDLE_TYPE_MAX ] { 18 } +        Constant [ public integer IGNORE ] { 0 } +        Constant [ public integer CREATE_PIPE ] { 1 } +        Constant [ public integer INHERIT_FD ] { 2 } +        Constant [ public integer INHERIT_STREAM ] { 4 } +        Constant [ public integer READABLE_PIPE ] { 16 } +        Constant [ public integer WRITABLE_PIPE ] { 32 } +        Constant [ public integer PROCESS_SETUID ] { 1 } +        Constant [ public integer PROCESS_SETGID ] { 2 } +        Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } +        Constant [ public integer PROCESS_DETACHED ] { 8 } +        Constant [ public integer E2BIG ] { -7 } +        Constant [ public integer EACCES ] { -13 } +        Constant [ public integer EADDRINUSE ] { -98 } +        Constant [ public integer EADDRNOTAVAIL ] { -99 } +        Constant [ public integer EAFNOSUPPORT ] { -97 } +        Constant [ public integer EAGAIN ] { -11 } +        Constant [ public integer EAI_ADDRFAMILY ] { -3000 } +        Constant [ public integer EAI_AGAIN ] { -3001 } +        Constant [ public integer EAI_BADFLAGS ] { -3002 } +        Constant [ public integer EAI_BADHINTS ] { -3013 } +        Constant [ public integer EAI_CANCELED ] { -3003 } +        Constant [ public integer EAI_FAIL ] { -3004 } +        Constant [ public integer EAI_FAMILY ] { -3005 } +        Constant [ public integer EAI_MEMORY ] { -3006 } +        Constant [ public integer EAI_NODATA ] { -3007 } +        Constant [ public integer EAI_NONAME ] { -3008 } +        Constant [ public integer EAI_OVERFLOW ] { -3009 } +        Constant [ public integer EAI_PROTOCOL ] { -3014 } +        Constant [ public integer EAI_SERVICE ] { -3010 } +        Constant [ public integer EAI_SOCKTYPE ] { -3011 } +        Constant [ public integer EALREADY ] { -114 } +        Constant [ public integer EBADF ] { -9 } +        Constant [ public integer EBUSY ] { -16 } +        Constant [ public integer ECANCELED ] { -125 } +        Constant [ public integer ECHARSET ] { -4080 } +        Constant [ public integer ECONNABORTED ] { -103 } +        Constant [ public integer ECONNREFUSED ] { -111 } +        Constant [ public integer ECONNRESET ] { -104 } +        Constant [ public integer EDESTADDRREQ ] { -89 } +        Constant [ public integer EEXIST ] { -17 } +        Constant [ public integer EFAULT ] { -14 } +        Constant [ public integer EFBIG ] { -27 } +        Constant [ public integer EHOSTUNREACH ] { -113 } +        Constant [ public integer EINTR ] { -4 } +        Constant [ public integer EINVAL ] { -22 } +        Constant [ public integer EIO ] { -5 } +        Constant [ public integer EISCONN ] { -106 } +        Constant [ public integer EISDIR ] { -21 } +        Constant [ public integer ELOOP ] { -40 } +        Constant [ public integer EMFILE ] { -24 } +        Constant [ public integer EMSGSIZE ] { -90 } +        Constant [ public integer ENAMETOOLONG ] { -36 } +        Constant [ public integer ENETDOWN ] { -100 } +        Constant [ public integer ENETUNREACH ] { -101 } +        Constant [ public integer ENFILE ] { -23 } +        Constant [ public integer ENOBUFS ] { -105 } +        Constant [ public integer ENODEV ] { -19 } +        Constant [ public integer ENOENT ] { -2 } +        Constant [ public integer ENOMEM ] { -12 } +        Constant [ public integer ENONET ] { -64 } +        Constant [ public integer ENOPROTOOPT ] { -92 } +        Constant [ public integer ENOSPC ] { -28 } +        Constant [ public integer ENOSYS ] { -38 } +        Constant [ public integer ENOTCONN ] { -107 } +        Constant [ public integer ENOTDIR ] { -20 } +        Constant [ public integer ENOTEMPTY ] { -39 } +        Constant [ public integer ENOTSOCK ] { -88 } +        Constant [ public integer ENOTSUP ] { -95 } +        Constant [ public integer EPERM ] { -1 } +        Constant [ public integer EPIPE ] { -32 } +        Constant [ public integer EPROTO ] { -71 } +        Constant [ public integer EPROTONOSUPPORT ] { -93 } +        Constant [ public integer EPROTOTYPE ] { -91 } +        Constant [ public integer ERANGE ] { -34 } +        Constant [ public integer EROFS ] { -30 } +        Constant [ public integer ESHUTDOWN ] { -108 } +        Constant [ public integer ESPIPE ] { -29 } +        Constant [ public integer ESRCH ] { -3 } +        Constant [ public integer ETIMEDOUT ] { -110 } +        Constant [ public integer ETXTBSY ] { -26 } +        Constant [ public integer EXDEV ] { -18 } +        Constant [ public integer UNKNOWN ] { -4094 } +        Constant [ public integer EOF ] { -4095 } +        Constant [ public integer ENXIO ] { -6 } +        Constant [ public integer EMLINK ] { -31 } +        Constant [ public integer EHOSTDOWN ] { -112 } +        Constant [ public integer EREMOTEIO ] { -121 }        }        - Static properties [0] { @@ -2045,203 +2050,204 @@ Extension [ <persistent> extension #147 uv version 0.2.2 ] {      Class [ <internal:uv> final class UVTimer extends UV ] { -      - Constants [196] { -        Constant [ integer RUN_DEFAULT ] { 0 } -        Constant [ integer RUN_ONCE ] { 1 } -        Constant [ integer RUN_NOWAIT ] { 2 } -        Constant [ integer CHANGE ] { 2 } -        Constant [ integer RENAME ] { 1 } -        Constant [ integer READABLE ] { 1 } -        Constant [ integer WRITABLE ] { 2 } -        Constant [ integer O_RDONLY ] { 0 } -        Constant [ integer O_WRONLY ] { 1 } -        Constant [ integer O_RDWR ] { 2 } -        Constant [ integer O_CREAT ] { 64 } -        Constant [ integer O_EXCL ] { 128 } -        Constant [ integer O_TRUNC ] { 512 } -        Constant [ integer O_APPEND ] { 1024 } -        Constant [ integer S_IFDIR ] { 16384 } -        Constant [ integer S_IFREG ] { 32768 } -        Constant [ integer O_NOCTTY ] { 256 } -        Constant [ integer S_IRWXU ] { 448 } -        Constant [ integer S_IRUSR ] { 256 } -        Constant [ integer S_IWUSR ] { 128 } -        Constant [ integer S_IXUSR ] { 64 } -        Constant [ integer S_IRWXG ] { 56 } -        Constant [ integer S_IRGRP ] { 32 } -        Constant [ integer S_IWGRP ] { 16 } -        Constant [ integer S_IXGRP ] { 8 } -        Constant [ integer S_IRWXO ] { 7 } -        Constant [ integer S_IROTH ] { 4 } -        Constant [ integer S_IWOTH ] { 2 } -        Constant [ integer S_IXOTH ] { 1 } -        Constant [ integer SIG_IGN ] { 1 } -        Constant [ integer SIG_DFL ] { 0 } -        Constant [ integer SIG_ERR ] { -1 } -        Constant [ integer SIGHUP ] { 1 } -        Constant [ integer SIGINT ] { 2 } -        Constant [ integer SIGQUIT ] { 3 } -        Constant [ integer SIGILL ] { 4 } -        Constant [ integer SIGTRAP ] { 5 } -        Constant [ integer SIGABRT ] { 6 } -        Constant [ integer SIGIOT ] { 6 } -        Constant [ integer SIGBUS ] { 7 } -        Constant [ integer SIGFPE ] { 8 } -        Constant [ integer SIGKILL ] { 9 } -        Constant [ integer SIGUSR1 ] { 10 } -        Constant [ integer SIGSEGV ] { 11 } -        Constant [ integer SIGUSR2 ] { 12 } -        Constant [ integer SIGPIPE ] { 13 } -        Constant [ integer SIGALRM ] { 14 } -        Constant [ integer SIGTERM ] { 15 } -        Constant [ integer SIGSTKFLT ] { 16 } -        Constant [ integer SIGCLD ] { 17 } -        Constant [ integer SIGCHLD ] { 17 } -        Constant [ integer SIGCONT ] { 18 } -        Constant [ integer SIGSTOP ] { 19 } -        Constant [ integer SIGTSTP ] { 20 } -        Constant [ integer SIGTTIN ] { 21 } -        Constant [ integer SIGTTOU ] { 22 } -        Constant [ integer SIGURG ] { 23 } -        Constant [ integer SIGXCPU ] { 24 } -        Constant [ integer SIGXFSZ ] { 25 } -        Constant [ integer SIGVTALRM ] { 26 } -        Constant [ integer SIGPROF ] { 27 } -        Constant [ integer SIGWINCH ] { 28 } -        Constant [ integer SIGPOLL ] { 29 } -        Constant [ integer SIGIO ] { 29 } -        Constant [ integer SIGPWR ] { 30 } -        Constant [ integer SIGSYS ] { 31 } -        Constant [ integer SIGBABY ] { 31 } -        Constant [ integer AF_INET ] { 2 } -        Constant [ integer AF_INET6 ] { 10 } -        Constant [ integer AF_UNSPEC ] { 0 } -        Constant [ integer LEAVE_GROUP ] { 0 } -        Constant [ integer JOIN_GROUP ] { 1 } -        Constant [ integer IS_UV_TCP ] { 0 } -        Constant [ integer IS_UV_UDP ] { 1 } -        Constant [ integer IS_UV_PIPE ] { 2 } -        Constant [ integer IS_UV_IDLE ] { 3 } -        Constant [ integer IS_UV_TIMER ] { 4 } -        Constant [ integer IS_UV_ASYNC ] { 5 } -        Constant [ integer IS_UV_LOOP ] { 6 } -        Constant [ integer IS_UV_HANDLE ] { 7 } -        Constant [ integer IS_UV_STREAM ] { 8 } -        Constant [ integer IS_UV_ADDRINFO ] { 9 } -        Constant [ integer IS_UV_PROCESS ] { 10 } -        Constant [ integer IS_UV_PREPARE ] { 11 } -        Constant [ integer IS_UV_CHECK ] { 12 } -        Constant [ integer IS_UV_WORK ] { 13 } -        Constant [ integer IS_UV_FS ] { 14 } -        Constant [ integer IS_UV_FS_EVENT ] { 15 } -        Constant [ integer IS_UV_TTY ] { 16 } -        Constant [ integer IS_UV_FS_POLL ] { 17 } -        Constant [ integer IS_UV_POLL ] { 18 } -        Constant [ integer UNKNOWN_HANDLE ] { 0 } -        Constant [ integer FILE ] { 17 } -        Constant [ integer ASYNC ] { 1 } -        Constant [ integer CHECK ] { 2 } -        Constant [ integer FS_EVENT ] { 3 } -        Constant [ integer FS_POLL ] { 4 } -        Constant [ integer HANDLE ] { 5 } -        Constant [ integer IDLE ] { 6 } -        Constant [ integer NAMED_PIPE ] { 7 } -        Constant [ integer POLL ] { 8 } -        Constant [ integer PREPARE ] { 9 } -        Constant [ integer PROCESS ] { 10 } -        Constant [ integer STREAM ] { 11 } -        Constant [ integer TCP ] { 12 } -        Constant [ integer TIMER ] { 13 } -        Constant [ integer TTY ] { 14 } -        Constant [ integer UDP ] { 15 } -        Constant [ integer SIGNAL ] { 16 } -        Constant [ integer HANDLE_TYPE_MAX ] { 18 } -        Constant [ integer IGNORE ] { 0 } -        Constant [ integer CREATE_PIPE ] { 1 } -        Constant [ integer INHERIT_FD ] { 2 } -        Constant [ integer INHERIT_STREAM ] { 4 } -        Constant [ integer READABLE_PIPE ] { 16 } -        Constant [ integer WRITABLE_PIPE ] { 32 } -        Constant [ integer PROCESS_SETUID ] { 1 } -        Constant [ integer PROCESS_SETGID ] { 2 } -        Constant [ integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } -        Constant [ integer PROCESS_DETACHED ] { 8 } -        Constant [ integer E2BIG ] { -7 } -        Constant [ integer EACCES ] { -13 } -        Constant [ integer EADDRINUSE ] { -98 } -        Constant [ integer EADDRNOTAVAIL ] { -99 } -        Constant [ integer EAFNOSUPPORT ] { -97 } -        Constant [ integer EAGAIN ] { -11 } -        Constant [ integer EAI_ADDRFAMILY ] { -3000 } -        Constant [ integer EAI_AGAIN ] { -3001 } -        Constant [ integer EAI_BADFLAGS ] { -3002 } -        Constant [ integer EAI_BADHINTS ] { -3013 } -        Constant [ integer EAI_CANCELED ] { -3003 } -        Constant [ integer EAI_FAIL ] { -3004 } -        Constant [ integer EAI_FAMILY ] { -3005 } -        Constant [ integer EAI_MEMORY ] { -3006 } -        Constant [ integer EAI_NODATA ] { -3007 } -        Constant [ integer EAI_NONAME ] { -3008 } -        Constant [ integer EAI_OVERFLOW ] { -3009 } -        Constant [ integer EAI_PROTOCOL ] { -3014 } -        Constant [ integer EAI_SERVICE ] { -3010 } -        Constant [ integer EAI_SOCKTYPE ] { -3011 } -        Constant [ integer EALREADY ] { -114 } -        Constant [ integer EBADF ] { -9 } -        Constant [ integer EBUSY ] { -16 } -        Constant [ integer ECANCELED ] { -125 } -        Constant [ integer ECHARSET ] { -4080 } -        Constant [ integer ECONNABORTED ] { -103 } -        Constant [ integer ECONNREFUSED ] { -111 } -        Constant [ integer ECONNRESET ] { -104 } -        Constant [ integer EDESTADDRREQ ] { -89 } -        Constant [ integer EEXIST ] { -17 } -        Constant [ integer EFAULT ] { -14 } -        Constant [ integer EFBIG ] { -27 } -        Constant [ integer EHOSTUNREACH ] { -113 } -        Constant [ integer EINTR ] { -4 } -        Constant [ integer EINVAL ] { -22 } -        Constant [ integer EIO ] { -5 } -        Constant [ integer EISCONN ] { -106 } -        Constant [ integer EISDIR ] { -21 } -        Constant [ integer ELOOP ] { -40 } -        Constant [ integer EMFILE ] { -24 } -        Constant [ integer EMSGSIZE ] { -90 } -        Constant [ integer ENAMETOOLONG ] { -36 } -        Constant [ integer ENETDOWN ] { -100 } -        Constant [ integer ENETUNREACH ] { -101 } -        Constant [ integer ENFILE ] { -23 } -        Constant [ integer ENOBUFS ] { -105 } -        Constant [ integer ENODEV ] { -19 } -        Constant [ integer ENOENT ] { -2 } -        Constant [ integer ENOMEM ] { -12 } -        Constant [ integer ENONET ] { -64 } -        Constant [ integer ENOPROTOOPT ] { -92 } -        Constant [ integer ENOSPC ] { -28 } -        Constant [ integer ENOSYS ] { -38 } -        Constant [ integer ENOTCONN ] { -107 } -        Constant [ integer ENOTDIR ] { -20 } -        Constant [ integer ENOTEMPTY ] { -39 } -        Constant [ integer ENOTSOCK ] { -88 } -        Constant [ integer ENOTSUP ] { -95 } -        Constant [ integer EPERM ] { -1 } -        Constant [ integer EPIPE ] { -32 } -        Constant [ integer EPROTO ] { -71 } -        Constant [ integer EPROTONOSUPPORT ] { -93 } -        Constant [ integer EPROTOTYPE ] { -91 } -        Constant [ integer ERANGE ] { -34 } -        Constant [ integer EROFS ] { -30 } -        Constant [ integer ESHUTDOWN ] { -108 } -        Constant [ integer ESPIPE ] { -29 } -        Constant [ integer ESRCH ] { -3 } -        Constant [ integer ETIMEDOUT ] { -110 } -        Constant [ integer ETXTBSY ] { -26 } -        Constant [ integer EXDEV ] { -18 } -        Constant [ integer UNKNOWN ] { -4094 } -        Constant [ integer EOF ] { -4095 } -        Constant [ integer ENXIO ] { -6 } -        Constant [ integer EMLINK ] { -31 } -        Constant [ integer EHOSTDOWN ] { -112 } +      - Constants [197] { +        Constant [ public integer RUN_DEFAULT ] { 0 } +        Constant [ public integer RUN_ONCE ] { 1 } +        Constant [ public integer RUN_NOWAIT ] { 2 } +        Constant [ public integer CHANGE ] { 2 } +        Constant [ public integer RENAME ] { 1 } +        Constant [ public integer READABLE ] { 1 } +        Constant [ public integer WRITABLE ] { 2 } +        Constant [ public integer O_RDONLY ] { 0 } +        Constant [ public integer O_WRONLY ] { 1 } +        Constant [ public integer O_RDWR ] { 2 } +        Constant [ public integer O_CREAT ] { 64 } +        Constant [ public integer O_EXCL ] { 128 } +        Constant [ public integer O_TRUNC ] { 512 } +        Constant [ public integer O_APPEND ] { 1024 } +        Constant [ public integer S_IFDIR ] { 16384 } +        Constant [ public integer S_IFREG ] { 32768 } +        Constant [ public integer O_NOCTTY ] { 256 } +        Constant [ public integer S_IRWXU ] { 448 } +        Constant [ public integer S_IRUSR ] { 256 } +        Constant [ public integer S_IWUSR ] { 128 } +        Constant [ public integer S_IXUSR ] { 64 } +        Constant [ public integer S_IRWXG ] { 56 } +        Constant [ public integer S_IRGRP ] { 32 } +        Constant [ public integer S_IWGRP ] { 16 } +        Constant [ public integer S_IXGRP ] { 8 } +        Constant [ public integer S_IRWXO ] { 7 } +        Constant [ public integer S_IROTH ] { 4 } +        Constant [ public integer S_IWOTH ] { 2 } +        Constant [ public integer S_IXOTH ] { 1 } +        Constant [ public integer SIG_IGN ] { 1 } +        Constant [ public integer SIG_DFL ] { 0 } +        Constant [ public integer SIG_ERR ] { -1 } +        Constant [ public integer SIGHUP ] { 1 } +        Constant [ public integer SIGINT ] { 2 } +        Constant [ public integer SIGQUIT ] { 3 } +        Constant [ public integer SIGILL ] { 4 } +        Constant [ public integer SIGTRAP ] { 5 } +        Constant [ public integer SIGABRT ] { 6 } +        Constant [ public integer SIGIOT ] { 6 } +        Constant [ public integer SIGBUS ] { 7 } +        Constant [ public integer SIGFPE ] { 8 } +        Constant [ public integer SIGKILL ] { 9 } +        Constant [ public integer SIGUSR1 ] { 10 } +        Constant [ public integer SIGSEGV ] { 11 } +        Constant [ public integer SIGUSR2 ] { 12 } +        Constant [ public integer SIGPIPE ] { 13 } +        Constant [ public integer SIGALRM ] { 14 } +        Constant [ public integer SIGTERM ] { 15 } +        Constant [ public integer SIGSTKFLT ] { 16 } +        Constant [ public integer SIGCLD ] { 17 } +        Constant [ public integer SIGCHLD ] { 17 } +        Constant [ public integer SIGCONT ] { 18 } +        Constant [ public integer SIGSTOP ] { 19 } +        Constant [ public integer SIGTSTP ] { 20 } +        Constant [ public integer SIGTTIN ] { 21 } +        Constant [ public integer SIGTTOU ] { 22 } +        Constant [ public integer SIGURG ] { 23 } +        Constant [ public integer SIGXCPU ] { 24 } +        Constant [ public integer SIGXFSZ ] { 25 } +        Constant [ public integer SIGVTALRM ] { 26 } +        Constant [ public integer SIGPROF ] { 27 } +        Constant [ public integer SIGWINCH ] { 28 } +        Constant [ public integer SIGPOLL ] { 29 } +        Constant [ public integer SIGIO ] { 29 } +        Constant [ public integer SIGPWR ] { 30 } +        Constant [ public integer SIGSYS ] { 31 } +        Constant [ public integer SIGBABY ] { 31 } +        Constant [ public integer AF_INET ] { 2 } +        Constant [ public integer AF_INET6 ] { 10 } +        Constant [ public integer AF_UNSPEC ] { 0 } +        Constant [ public integer LEAVE_GROUP ] { 0 } +        Constant [ public integer JOIN_GROUP ] { 1 } +        Constant [ public integer IS_UV_TCP ] { 0 } +        Constant [ public integer IS_UV_UDP ] { 1 } +        Constant [ public integer IS_UV_PIPE ] { 2 } +        Constant [ public integer IS_UV_IDLE ] { 3 } +        Constant [ public integer IS_UV_TIMER ] { 4 } +        Constant [ public integer IS_UV_ASYNC ] { 5 } +        Constant [ public integer IS_UV_LOOP ] { 6 } +        Constant [ public integer IS_UV_HANDLE ] { 7 } +        Constant [ public integer IS_UV_STREAM ] { 8 } +        Constant [ public integer IS_UV_ADDRINFO ] { 9 } +        Constant [ public integer IS_UV_PROCESS ] { 10 } +        Constant [ public integer IS_UV_PREPARE ] { 11 } +        Constant [ public integer IS_UV_CHECK ] { 12 } +        Constant [ public integer IS_UV_WORK ] { 13 } +        Constant [ public integer IS_UV_FS ] { 14 } +        Constant [ public integer IS_UV_FS_EVENT ] { 15 } +        Constant [ public integer IS_UV_TTY ] { 16 } +        Constant [ public integer IS_UV_FS_POLL ] { 17 } +        Constant [ public integer IS_UV_POLL ] { 18 } +        Constant [ public integer UNKNOWN_HANDLE ] { 0 } +        Constant [ public integer FILE ] { 17 } +        Constant [ public integer ASYNC ] { 1 } +        Constant [ public integer CHECK ] { 2 } +        Constant [ public integer FS_EVENT ] { 3 } +        Constant [ public integer FS_POLL ] { 4 } +        Constant [ public integer HANDLE ] { 5 } +        Constant [ public integer IDLE ] { 6 } +        Constant [ public integer NAMED_PIPE ] { 7 } +        Constant [ public integer POLL ] { 8 } +        Constant [ public integer PREPARE ] { 9 } +        Constant [ public integer PROCESS ] { 10 } +        Constant [ public integer STREAM ] { 11 } +        Constant [ public integer TCP ] { 12 } +        Constant [ public integer TIMER ] { 13 } +        Constant [ public integer TTY ] { 14 } +        Constant [ public integer UDP ] { 15 } +        Constant [ public integer SIGNAL ] { 16 } +        Constant [ public integer HANDLE_TYPE_MAX ] { 18 } +        Constant [ public integer IGNORE ] { 0 } +        Constant [ public integer CREATE_PIPE ] { 1 } +        Constant [ public integer INHERIT_FD ] { 2 } +        Constant [ public integer INHERIT_STREAM ] { 4 } +        Constant [ public integer READABLE_PIPE ] { 16 } +        Constant [ public integer WRITABLE_PIPE ] { 32 } +        Constant [ public integer PROCESS_SETUID ] { 1 } +        Constant [ public integer PROCESS_SETGID ] { 2 } +        Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } +        Constant [ public integer PROCESS_DETACHED ] { 8 } +        Constant [ public integer E2BIG ] { -7 } +        Constant [ public integer EACCES ] { -13 } +        Constant [ public integer EADDRINUSE ] { -98 } +        Constant [ public integer EADDRNOTAVAIL ] { -99 } +        Constant [ public integer EAFNOSUPPORT ] { -97 } +        Constant [ public integer EAGAIN ] { -11 } +        Constant [ public integer EAI_ADDRFAMILY ] { -3000 } +        Constant [ public integer EAI_AGAIN ] { -3001 } +        Constant [ public integer EAI_BADFLAGS ] { -3002 } +        Constant [ public integer EAI_BADHINTS ] { -3013 } +        Constant [ public integer EAI_CANCELED ] { -3003 } +        Constant [ public integer EAI_FAIL ] { -3004 } +        Constant [ public integer EAI_FAMILY ] { -3005 } +        Constant [ public integer EAI_MEMORY ] { -3006 } +        Constant [ public integer EAI_NODATA ] { -3007 } +        Constant [ public integer EAI_NONAME ] { -3008 } +        Constant [ public integer EAI_OVERFLOW ] { -3009 } +        Constant [ public integer EAI_PROTOCOL ] { -3014 } +        Constant [ public integer EAI_SERVICE ] { -3010 } +        Constant [ public integer EAI_SOCKTYPE ] { -3011 } +        Constant [ public integer EALREADY ] { -114 } +        Constant [ public integer EBADF ] { -9 } +        Constant [ public integer EBUSY ] { -16 } +        Constant [ public integer ECANCELED ] { -125 } +        Constant [ public integer ECHARSET ] { -4080 } +        Constant [ public integer ECONNABORTED ] { -103 } +        Constant [ public integer ECONNREFUSED ] { -111 } +        Constant [ public integer ECONNRESET ] { -104 } +        Constant [ public integer EDESTADDRREQ ] { -89 } +        Constant [ public integer EEXIST ] { -17 } +        Constant [ public integer EFAULT ] { -14 } +        Constant [ public integer EFBIG ] { -27 } +        Constant [ public integer EHOSTUNREACH ] { -113 } +        Constant [ public integer EINTR ] { -4 } +        Constant [ public integer EINVAL ] { -22 } +        Constant [ public integer EIO ] { -5 } +        Constant [ public integer EISCONN ] { -106 } +        Constant [ public integer EISDIR ] { -21 } +        Constant [ public integer ELOOP ] { -40 } +        Constant [ public integer EMFILE ] { -24 } +        Constant [ public integer EMSGSIZE ] { -90 } +        Constant [ public integer ENAMETOOLONG ] { -36 } +        Constant [ public integer ENETDOWN ] { -100 } +        Constant [ public integer ENETUNREACH ] { -101 } +        Constant [ public integer ENFILE ] { -23 } +        Constant [ public integer ENOBUFS ] { -105 } +        Constant [ public integer ENODEV ] { -19 } +        Constant [ public integer ENOENT ] { -2 } +        Constant [ public integer ENOMEM ] { -12 } +        Constant [ public integer ENONET ] { -64 } +        Constant [ public integer ENOPROTOOPT ] { -92 } +        Constant [ public integer ENOSPC ] { -28 } +        Constant [ public integer ENOSYS ] { -38 } +        Constant [ public integer ENOTCONN ] { -107 } +        Constant [ public integer ENOTDIR ] { -20 } +        Constant [ public integer ENOTEMPTY ] { -39 } +        Constant [ public integer ENOTSOCK ] { -88 } +        Constant [ public integer ENOTSUP ] { -95 } +        Constant [ public integer EPERM ] { -1 } +        Constant [ public integer EPIPE ] { -32 } +        Constant [ public integer EPROTO ] { -71 } +        Constant [ public integer EPROTONOSUPPORT ] { -93 } +        Constant [ public integer EPROTOTYPE ] { -91 } +        Constant [ public integer ERANGE ] { -34 } +        Constant [ public integer EROFS ] { -30 } +        Constant [ public integer ESHUTDOWN ] { -108 } +        Constant [ public integer ESPIPE ] { -29 } +        Constant [ public integer ESRCH ] { -3 } +        Constant [ public integer ETIMEDOUT ] { -110 } +        Constant [ public integer ETXTBSY ] { -26 } +        Constant [ public integer EXDEV ] { -18 } +        Constant [ public integer UNKNOWN ] { -4094 } +        Constant [ public integer EOF ] { -4095 } +        Constant [ public integer ENXIO ] { -6 } +        Constant [ public integer EMLINK ] { -31 } +        Constant [ public integer EHOSTDOWN ] { -112 } +        Constant [ public integer EREMOTEIO ] { -121 }        }        - Static properties [0] { @@ -2259,203 +2265,204 @@ Extension [ <persistent> extension #147 uv version 0.2.2 ] {      Class [ <internal:uv> final class UVAsync extends UV ] { -      - Constants [196] { -        Constant [ integer RUN_DEFAULT ] { 0 } -        Constant [ integer RUN_ONCE ] { 1 } -        Constant [ integer RUN_NOWAIT ] { 2 } -        Constant [ integer CHANGE ] { 2 } -        Constant [ integer RENAME ] { 1 } -        Constant [ integer READABLE ] { 1 } -        Constant [ integer WRITABLE ] { 2 } -        Constant [ integer O_RDONLY ] { 0 } -        Constant [ integer O_WRONLY ] { 1 } -        Constant [ integer O_RDWR ] { 2 } -        Constant [ integer O_CREAT ] { 64 } -        Constant [ integer O_EXCL ] { 128 } -        Constant [ integer O_TRUNC ] { 512 } -        Constant [ integer O_APPEND ] { 1024 } -        Constant [ integer S_IFDIR ] { 16384 } -        Constant [ integer S_IFREG ] { 32768 } -        Constant [ integer O_NOCTTY ] { 256 } -        Constant [ integer S_IRWXU ] { 448 } -        Constant [ integer S_IRUSR ] { 256 } -        Constant [ integer S_IWUSR ] { 128 } -        Constant [ integer S_IXUSR ] { 64 } -        Constant [ integer S_IRWXG ] { 56 } -        Constant [ integer S_IRGRP ] { 32 } -        Constant [ integer S_IWGRP ] { 16 } -        Constant [ integer S_IXGRP ] { 8 } -        Constant [ integer S_IRWXO ] { 7 } -        Constant [ integer S_IROTH ] { 4 } -        Constant [ integer S_IWOTH ] { 2 } -        Constant [ integer S_IXOTH ] { 1 } -        Constant [ integer SIG_IGN ] { 1 } -        Constant [ integer SIG_DFL ] { 0 } -        Constant [ integer SIG_ERR ] { -1 } -        Constant [ integer SIGHUP ] { 1 } -        Constant [ integer SIGINT ] { 2 } -        Constant [ integer SIGQUIT ] { 3 } -        Constant [ integer SIGILL ] { 4 } -        Constant [ integer SIGTRAP ] { 5 } -        Constant [ integer SIGABRT ] { 6 } -        Constant [ integer SIGIOT ] { 6 } -        Constant [ integer SIGBUS ] { 7 } -        Constant [ integer SIGFPE ] { 8 } -        Constant [ integer SIGKILL ] { 9 } -        Constant [ integer SIGUSR1 ] { 10 } -        Constant [ integer SIGSEGV ] { 11 } -        Constant [ integer SIGUSR2 ] { 12 } -        Constant [ integer SIGPIPE ] { 13 } -        Constant [ integer SIGALRM ] { 14 } -        Constant [ integer SIGTERM ] { 15 } -        Constant [ integer SIGSTKFLT ] { 16 } -        Constant [ integer SIGCLD ] { 17 } -        Constant [ integer SIGCHLD ] { 17 } -        Constant [ integer SIGCONT ] { 18 } -        Constant [ integer SIGSTOP ] { 19 } -        Constant [ integer SIGTSTP ] { 20 } -        Constant [ integer SIGTTIN ] { 21 } -        Constant [ integer SIGTTOU ] { 22 } -        Constant [ integer SIGURG ] { 23 } -        Constant [ integer SIGXCPU ] { 24 } -        Constant [ integer SIGXFSZ ] { 25 } -        Constant [ integer SIGVTALRM ] { 26 } -        Constant [ integer SIGPROF ] { 27 } -        Constant [ integer SIGWINCH ] { 28 } -        Constant [ integer SIGPOLL ] { 29 } -        Constant [ integer SIGIO ] { 29 } -        Constant [ integer SIGPWR ] { 30 } -        Constant [ integer SIGSYS ] { 31 } -        Constant [ integer SIGBABY ] { 31 } -        Constant [ integer AF_INET ] { 2 } -        Constant [ integer AF_INET6 ] { 10 } -        Constant [ integer AF_UNSPEC ] { 0 } -        Constant [ integer LEAVE_GROUP ] { 0 } -        Constant [ integer JOIN_GROUP ] { 1 } -        Constant [ integer IS_UV_TCP ] { 0 } -        Constant [ integer IS_UV_UDP ] { 1 } -        Constant [ integer IS_UV_PIPE ] { 2 } -        Constant [ integer IS_UV_IDLE ] { 3 } -        Constant [ integer IS_UV_TIMER ] { 4 } -        Constant [ integer IS_UV_ASYNC ] { 5 } -        Constant [ integer IS_UV_LOOP ] { 6 } -        Constant [ integer IS_UV_HANDLE ] { 7 } -        Constant [ integer IS_UV_STREAM ] { 8 } -        Constant [ integer IS_UV_ADDRINFO ] { 9 } -        Constant [ integer IS_UV_PROCESS ] { 10 } -        Constant [ integer IS_UV_PREPARE ] { 11 } -        Constant [ integer IS_UV_CHECK ] { 12 } -        Constant [ integer IS_UV_WORK ] { 13 } -        Constant [ integer IS_UV_FS ] { 14 } -        Constant [ integer IS_UV_FS_EVENT ] { 15 } -        Constant [ integer IS_UV_TTY ] { 16 } -        Constant [ integer IS_UV_FS_POLL ] { 17 } -        Constant [ integer IS_UV_POLL ] { 18 } -        Constant [ integer UNKNOWN_HANDLE ] { 0 } -        Constant [ integer FILE ] { 17 } -        Constant [ integer ASYNC ] { 1 } -        Constant [ integer CHECK ] { 2 } -        Constant [ integer FS_EVENT ] { 3 } -        Constant [ integer FS_POLL ] { 4 } -        Constant [ integer HANDLE ] { 5 } -        Constant [ integer IDLE ] { 6 } -        Constant [ integer NAMED_PIPE ] { 7 } -        Constant [ integer POLL ] { 8 } -        Constant [ integer PREPARE ] { 9 } -        Constant [ integer PROCESS ] { 10 } -        Constant [ integer STREAM ] { 11 } -        Constant [ integer TCP ] { 12 } -        Constant [ integer TIMER ] { 13 } -        Constant [ integer TTY ] { 14 } -        Constant [ integer UDP ] { 15 } -        Constant [ integer SIGNAL ] { 16 } -        Constant [ integer HANDLE_TYPE_MAX ] { 18 } -        Constant [ integer IGNORE ] { 0 } -        Constant [ integer CREATE_PIPE ] { 1 } -        Constant [ integer INHERIT_FD ] { 2 } -        Constant [ integer INHERIT_STREAM ] { 4 } -        Constant [ integer READABLE_PIPE ] { 16 } -        Constant [ integer WRITABLE_PIPE ] { 32 } -        Constant [ integer PROCESS_SETUID ] { 1 } -        Constant [ integer PROCESS_SETGID ] { 2 } -        Constant [ integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } -        Constant [ integer PROCESS_DETACHED ] { 8 } -        Constant [ integer E2BIG ] { -7 } -        Constant [ integer EACCES ] { -13 } -        Constant [ integer EADDRINUSE ] { -98 } -        Constant [ integer EADDRNOTAVAIL ] { -99 } -        Constant [ integer EAFNOSUPPORT ] { -97 } -        Constant [ integer EAGAIN ] { -11 } -        Constant [ integer EAI_ADDRFAMILY ] { -3000 } -        Constant [ integer EAI_AGAIN ] { -3001 } -        Constant [ integer EAI_BADFLAGS ] { -3002 } -        Constant [ integer EAI_BADHINTS ] { -3013 } -        Constant [ integer EAI_CANCELED ] { -3003 } -        Constant [ integer EAI_FAIL ] { -3004 } -        Constant [ integer EAI_FAMILY ] { -3005 } -        Constant [ integer EAI_MEMORY ] { -3006 } -        Constant [ integer EAI_NODATA ] { -3007 } -        Constant [ integer EAI_NONAME ] { -3008 } -        Constant [ integer EAI_OVERFLOW ] { -3009 } -        Constant [ integer EAI_PROTOCOL ] { -3014 } -        Constant [ integer EAI_SERVICE ] { -3010 } -        Constant [ integer EAI_SOCKTYPE ] { -3011 } -        Constant [ integer EALREADY ] { -114 } -        Constant [ integer EBADF ] { -9 } -        Constant [ integer EBUSY ] { -16 } -        Constant [ integer ECANCELED ] { -125 } -        Constant [ integer ECHARSET ] { -4080 } -        Constant [ integer ECONNABORTED ] { -103 } -        Constant [ integer ECONNREFUSED ] { -111 } -        Constant [ integer ECONNRESET ] { -104 } -        Constant [ integer EDESTADDRREQ ] { -89 } -        Constant [ integer EEXIST ] { -17 } -        Constant [ integer EFAULT ] { -14 } -        Constant [ integer EFBIG ] { -27 } -        Constant [ integer EHOSTUNREACH ] { -113 } -        Constant [ integer EINTR ] { -4 } -        Constant [ integer EINVAL ] { -22 } -        Constant [ integer EIO ] { -5 } -        Constant [ integer EISCONN ] { -106 } -        Constant [ integer EISDIR ] { -21 } -        Constant [ integer ELOOP ] { -40 } -        Constant [ integer EMFILE ] { -24 } -        Constant [ integer EMSGSIZE ] { -90 } -        Constant [ integer ENAMETOOLONG ] { -36 } -        Constant [ integer ENETDOWN ] { -100 } -        Constant [ integer ENETUNREACH ] { -101 } -        Constant [ integer ENFILE ] { -23 } -        Constant [ integer ENOBUFS ] { -105 } -        Constant [ integer ENODEV ] { -19 } -        Constant [ integer ENOENT ] { -2 } -        Constant [ integer ENOMEM ] { -12 } -        Constant [ integer ENONET ] { -64 } -        Constant [ integer ENOPROTOOPT ] { -92 } -        Constant [ integer ENOSPC ] { -28 } -        Constant [ integer ENOSYS ] { -38 } -        Constant [ integer ENOTCONN ] { -107 } -        Constant [ integer ENOTDIR ] { -20 } -        Constant [ integer ENOTEMPTY ] { -39 } -        Constant [ integer ENOTSOCK ] { -88 } -        Constant [ integer ENOTSUP ] { -95 } -        Constant [ integer EPERM ] { -1 } -        Constant [ integer EPIPE ] { -32 } -        Constant [ integer EPROTO ] { -71 } -        Constant [ integer EPROTONOSUPPORT ] { -93 } -        Constant [ integer EPROTOTYPE ] { -91 } -        Constant [ integer ERANGE ] { -34 } -        Constant [ integer EROFS ] { -30 } -        Constant [ integer ESHUTDOWN ] { -108 } -        Constant [ integer ESPIPE ] { -29 } -        Constant [ integer ESRCH ] { -3 } -        Constant [ integer ETIMEDOUT ] { -110 } -        Constant [ integer ETXTBSY ] { -26 } -        Constant [ integer EXDEV ] { -18 } -        Constant [ integer UNKNOWN ] { -4094 } -        Constant [ integer EOF ] { -4095 } -        Constant [ integer ENXIO ] { -6 } -        Constant [ integer EMLINK ] { -31 } -        Constant [ integer EHOSTDOWN ] { -112 } +      - Constants [197] { +        Constant [ public integer RUN_DEFAULT ] { 0 } +        Constant [ public integer RUN_ONCE ] { 1 } +        Constant [ public integer RUN_NOWAIT ] { 2 } +        Constant [ public integer CHANGE ] { 2 } +        Constant [ public integer RENAME ] { 1 } +        Constant [ public integer READABLE ] { 1 } +        Constant [ public integer WRITABLE ] { 2 } +        Constant [ public integer O_RDONLY ] { 0 } +        Constant [ public integer O_WRONLY ] { 1 } +        Constant [ public integer O_RDWR ] { 2 } +        Constant [ public integer O_CREAT ] { 64 } +        Constant [ public integer O_EXCL ] { 128 } +        Constant [ public integer O_TRUNC ] { 512 } +        Constant [ public integer O_APPEND ] { 1024 } +        Constant [ public integer S_IFDIR ] { 16384 } +        Constant [ public integer S_IFREG ] { 32768 } +        Constant [ public integer O_NOCTTY ] { 256 } +        Constant [ public integer S_IRWXU ] { 448 } +        Constant [ public integer S_IRUSR ] { 256 } +        Constant [ public integer S_IWUSR ] { 128 } +        Constant [ public integer S_IXUSR ] { 64 } +        Constant [ public integer S_IRWXG ] { 56 } +        Constant [ public integer S_IRGRP ] { 32 } +        Constant [ public integer S_IWGRP ] { 16 } +        Constant [ public integer S_IXGRP ] { 8 } +        Constant [ public integer S_IRWXO ] { 7 } +        Constant [ public integer S_IROTH ] { 4 } +        Constant [ public integer S_IWOTH ] { 2 } +        Constant [ public integer S_IXOTH ] { 1 } +        Constant [ public integer SIG_IGN ] { 1 } +        Constant [ public integer SIG_DFL ] { 0 } +        Constant [ public integer SIG_ERR ] { -1 } +        Constant [ public integer SIGHUP ] { 1 } +        Constant [ public integer SIGINT ] { 2 } +        Constant [ public integer SIGQUIT ] { 3 } +        Constant [ public integer SIGILL ] { 4 } +        Constant [ public integer SIGTRAP ] { 5 } +        Constant [ public integer SIGABRT ] { 6 } +        Constant [ public integer SIGIOT ] { 6 } +        Constant [ public integer SIGBUS ] { 7 } +        Constant [ public integer SIGFPE ] { 8 } +        Constant [ public integer SIGKILL ] { 9 } +        Constant [ public integer SIGUSR1 ] { 10 } +        Constant [ public integer SIGSEGV ] { 11 } +        Constant [ public integer SIGUSR2 ] { 12 } +        Constant [ public integer SIGPIPE ] { 13 } +        Constant [ public integer SIGALRM ] { 14 } +        Constant [ public integer SIGTERM ] { 15 } +        Constant [ public integer SIGSTKFLT ] { 16 } +        Constant [ public integer SIGCLD ] { 17 } +        Constant [ public integer SIGCHLD ] { 17 } +        Constant [ public integer SIGCONT ] { 18 } +        Constant [ public integer SIGSTOP ] { 19 } +        Constant [ public integer SIGTSTP ] { 20 } +        Constant [ public integer SIGTTIN ] { 21 } +        Constant [ public integer SIGTTOU ] { 22 } +        Constant [ public integer SIGURG ] { 23 } +        Constant [ public integer SIGXCPU ] { 24 } +        Constant [ public integer SIGXFSZ ] { 25 } +        Constant [ public integer SIGVTALRM ] { 26 } +        Constant [ public integer SIGPROF ] { 27 } +        Constant [ public integer SIGWINCH ] { 28 } +        Constant [ public integer SIGPOLL ] { 29 } +        Constant [ public integer SIGIO ] { 29 } +        Constant [ public integer SIGPWR ] { 30 } +        Constant [ public integer SIGSYS ] { 31 } +        Constant [ public integer SIGBABY ] { 31 } +        Constant [ public integer AF_INET ] { 2 } +        Constant [ public integer AF_INET6 ] { 10 } +        Constant [ public integer AF_UNSPEC ] { 0 } +        Constant [ public integer LEAVE_GROUP ] { 0 } +        Constant [ public integer JOIN_GROUP ] { 1 } +        Constant [ public integer IS_UV_TCP ] { 0 } +        Constant [ public integer IS_UV_UDP ] { 1 } +        Constant [ public integer IS_UV_PIPE ] { 2 } +        Constant [ public integer IS_UV_IDLE ] { 3 } +        Constant [ public integer IS_UV_TIMER ] { 4 } +        Constant [ public integer IS_UV_ASYNC ] { 5 } +        Constant [ public integer IS_UV_LOOP ] { 6 } +        Constant [ public integer IS_UV_HANDLE ] { 7 } +        Constant [ public integer IS_UV_STREAM ] { 8 } +        Constant [ public integer IS_UV_ADDRINFO ] { 9 } +        Constant [ public integer IS_UV_PROCESS ] { 10 } +        Constant [ public integer IS_UV_PREPARE ] { 11 } +        Constant [ public integer IS_UV_CHECK ] { 12 } +        Constant [ public integer IS_UV_WORK ] { 13 } +        Constant [ public integer IS_UV_FS ] { 14 } +        Constant [ public integer IS_UV_FS_EVENT ] { 15 } +        Constant [ public integer IS_UV_TTY ] { 16 } +        Constant [ public integer IS_UV_FS_POLL ] { 17 } +        Constant [ public integer IS_UV_POLL ] { 18 } +        Constant [ public integer UNKNOWN_HANDLE ] { 0 } +        Constant [ public integer FILE ] { 17 } +        Constant [ public integer ASYNC ] { 1 } +        Constant [ public integer CHECK ] { 2 } +        Constant [ public integer FS_EVENT ] { 3 } +        Constant [ public integer FS_POLL ] { 4 } +        Constant [ public integer HANDLE ] { 5 } +        Constant [ public integer IDLE ] { 6 } +        Constant [ public integer NAMED_PIPE ] { 7 } +        Constant [ public integer POLL ] { 8 } +        Constant [ public integer PREPARE ] { 9 } +        Constant [ public integer PROCESS ] { 10 } +        Constant [ public integer STREAM ] { 11 } +        Constant [ public integer TCP ] { 12 } +        Constant [ public integer TIMER ] { 13 } +        Constant [ public integer TTY ] { 14 } +        Constant [ public integer UDP ] { 15 } +        Constant [ public integer SIGNAL ] { 16 } +        Constant [ public integer HANDLE_TYPE_MAX ] { 18 } +        Constant [ public integer IGNORE ] { 0 } +        Constant [ public integer CREATE_PIPE ] { 1 } +        Constant [ public integer INHERIT_FD ] { 2 } +        Constant [ public integer INHERIT_STREAM ] { 4 } +        Constant [ public integer READABLE_PIPE ] { 16 } +        Constant [ public integer WRITABLE_PIPE ] { 32 } +        Constant [ public integer PROCESS_SETUID ] { 1 } +        Constant [ public integer PROCESS_SETGID ] { 2 } +        Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } +        Constant [ public integer PROCESS_DETACHED ] { 8 } +        Constant [ public integer E2BIG ] { -7 } +        Constant [ public integer EACCES ] { -13 } +        Constant [ public integer EADDRINUSE ] { -98 } +        Constant [ public integer EADDRNOTAVAIL ] { -99 } +        Constant [ public integer EAFNOSUPPORT ] { -97 } +        Constant [ public integer EAGAIN ] { -11 } +        Constant [ public integer EAI_ADDRFAMILY ] { -3000 } +        Constant [ public integer EAI_AGAIN ] { -3001 } +        Constant [ public integer EAI_BADFLAGS ] { -3002 } +        Constant [ public integer EAI_BADHINTS ] { -3013 } +        Constant [ public integer EAI_CANCELED ] { -3003 } +        Constant [ public integer EAI_FAIL ] { -3004 } +        Constant [ public integer EAI_FAMILY ] { -3005 } +        Constant [ public integer EAI_MEMORY ] { -3006 } +        Constant [ public integer EAI_NODATA ] { -3007 } +        Constant [ public integer EAI_NONAME ] { -3008 } +        Constant [ public integer EAI_OVERFLOW ] { -3009 } +        Constant [ public integer EAI_PROTOCOL ] { -3014 } +        Constant [ public integer EAI_SERVICE ] { -3010 } +        Constant [ public integer EAI_SOCKTYPE ] { -3011 } +        Constant [ public integer EALREADY ] { -114 } +        Constant [ public integer EBADF ] { -9 } +        Constant [ public integer EBUSY ] { -16 } +        Constant [ public integer ECANCELED ] { -125 } +        Constant [ public integer ECHARSET ] { -4080 } +        Constant [ public integer ECONNABORTED ] { -103 } +        Constant [ public integer ECONNREFUSED ] { -111 } +        Constant [ public integer ECONNRESET ] { -104 } +        Constant [ public integer EDESTADDRREQ ] { -89 } +        Constant [ public integer EEXIST ] { -17 } +        Constant [ public integer EFAULT ] { -14 } +        Constant [ public integer EFBIG ] { -27 } +        Constant [ public integer EHOSTUNREACH ] { -113 } +        Constant [ public integer EINTR ] { -4 } +        Constant [ public integer EINVAL ] { -22 } +        Constant [ public integer EIO ] { -5 } +        Constant [ public integer EISCONN ] { -106 } +        Constant [ public integer EISDIR ] { -21 } +        Constant [ public integer ELOOP ] { -40 } +        Constant [ public integer EMFILE ] { -24 } +        Constant [ public integer EMSGSIZE ] { -90 } +        Constant [ public integer ENAMETOOLONG ] { -36 } +        Constant [ public integer ENETDOWN ] { -100 } +        Constant [ public integer ENETUNREACH ] { -101 } +        Constant [ public integer ENFILE ] { -23 } +        Constant [ public integer ENOBUFS ] { -105 } +        Constant [ public integer ENODEV ] { -19 } +        Constant [ public integer ENOENT ] { -2 } +        Constant [ public integer ENOMEM ] { -12 } +        Constant [ public integer ENONET ] { -64 } +        Constant [ public integer ENOPROTOOPT ] { -92 } +        Constant [ public integer ENOSPC ] { -28 } +        Constant [ public integer ENOSYS ] { -38 } +        Constant [ public integer ENOTCONN ] { -107 } +        Constant [ public integer ENOTDIR ] { -20 } +        Constant [ public integer ENOTEMPTY ] { -39 } +        Constant [ public integer ENOTSOCK ] { -88 } +        Constant [ public integer ENOTSUP ] { -95 } +        Constant [ public integer EPERM ] { -1 } +        Constant [ public integer EPIPE ] { -32 } +        Constant [ public integer EPROTO ] { -71 } +        Constant [ public integer EPROTONOSUPPORT ] { -93 } +        Constant [ public integer EPROTOTYPE ] { -91 } +        Constant [ public integer ERANGE ] { -34 } +        Constant [ public integer EROFS ] { -30 } +        Constant [ public integer ESHUTDOWN ] { -108 } +        Constant [ public integer ESPIPE ] { -29 } +        Constant [ public integer ESRCH ] { -3 } +        Constant [ public integer ETIMEDOUT ] { -110 } +        Constant [ public integer ETXTBSY ] { -26 } +        Constant [ public integer EXDEV ] { -18 } +        Constant [ public integer UNKNOWN ] { -4094 } +        Constant [ public integer EOF ] { -4095 } +        Constant [ public integer ENXIO ] { -6 } +        Constant [ public integer EMLINK ] { -31 } +        Constant [ public integer EHOSTDOWN ] { -112 } +        Constant [ public integer EREMOTEIO ] { -121 }        }        - Static properties [0] { @@ -2473,203 +2480,204 @@ Extension [ <persistent> extension #147 uv version 0.2.2 ] {      Class [ <internal:uv> final class UVStream extends UV ] { -      - Constants [196] { -        Constant [ integer RUN_DEFAULT ] { 0 } -        Constant [ integer RUN_ONCE ] { 1 } -        Constant [ integer RUN_NOWAIT ] { 2 } -        Constant [ integer CHANGE ] { 2 } -        Constant [ integer RENAME ] { 1 } -        Constant [ integer READABLE ] { 1 } -        Constant [ integer WRITABLE ] { 2 } -        Constant [ integer O_RDONLY ] { 0 } -        Constant [ integer O_WRONLY ] { 1 } -        Constant [ integer O_RDWR ] { 2 } -        Constant [ integer O_CREAT ] { 64 } -        Constant [ integer O_EXCL ] { 128 } -        Constant [ integer O_TRUNC ] { 512 } -        Constant [ integer O_APPEND ] { 1024 } -        Constant [ integer S_IFDIR ] { 16384 } -        Constant [ integer S_IFREG ] { 32768 } -        Constant [ integer O_NOCTTY ] { 256 } -        Constant [ integer S_IRWXU ] { 448 } -        Constant [ integer S_IRUSR ] { 256 } -        Constant [ integer S_IWUSR ] { 128 } -        Constant [ integer S_IXUSR ] { 64 } -        Constant [ integer S_IRWXG ] { 56 } -        Constant [ integer S_IRGRP ] { 32 } -        Constant [ integer S_IWGRP ] { 16 } -        Constant [ integer S_IXGRP ] { 8 } -        Constant [ integer S_IRWXO ] { 7 } -        Constant [ integer S_IROTH ] { 4 } -        Constant [ integer S_IWOTH ] { 2 } -        Constant [ integer S_IXOTH ] { 1 } -        Constant [ integer SIG_IGN ] { 1 } -        Constant [ integer SIG_DFL ] { 0 } -        Constant [ integer SIG_ERR ] { -1 } -        Constant [ integer SIGHUP ] { 1 } -        Constant [ integer SIGINT ] { 2 } -        Constant [ integer SIGQUIT ] { 3 } -        Constant [ integer SIGILL ] { 4 } -        Constant [ integer SIGTRAP ] { 5 } -        Constant [ integer SIGABRT ] { 6 } -        Constant [ integer SIGIOT ] { 6 } -        Constant [ integer SIGBUS ] { 7 } -        Constant [ integer SIGFPE ] { 8 } -        Constant [ integer SIGKILL ] { 9 } -        Constant [ integer SIGUSR1 ] { 10 } -        Constant [ integer SIGSEGV ] { 11 } -        Constant [ integer SIGUSR2 ] { 12 } -        Constant [ integer SIGPIPE ] { 13 } -        Constant [ integer SIGALRM ] { 14 } -        Constant [ integer SIGTERM ] { 15 } -        Constant [ integer SIGSTKFLT ] { 16 } -        Constant [ integer SIGCLD ] { 17 } -        Constant [ integer SIGCHLD ] { 17 } -        Constant [ integer SIGCONT ] { 18 } -        Constant [ integer SIGSTOP ] { 19 } -        Constant [ integer SIGTSTP ] { 20 } -        Constant [ integer SIGTTIN ] { 21 } -        Constant [ integer SIGTTOU ] { 22 } -        Constant [ integer SIGURG ] { 23 } -        Constant [ integer SIGXCPU ] { 24 } -        Constant [ integer SIGXFSZ ] { 25 } -        Constant [ integer SIGVTALRM ] { 26 } -        Constant [ integer SIGPROF ] { 27 } -        Constant [ integer SIGWINCH ] { 28 } -        Constant [ integer SIGPOLL ] { 29 } -        Constant [ integer SIGIO ] { 29 } -        Constant [ integer SIGPWR ] { 30 } -        Constant [ integer SIGSYS ] { 31 } -        Constant [ integer SIGBABY ] { 31 } -        Constant [ integer AF_INET ] { 2 } -        Constant [ integer AF_INET6 ] { 10 } -        Constant [ integer AF_UNSPEC ] { 0 } -        Constant [ integer LEAVE_GROUP ] { 0 } -        Constant [ integer JOIN_GROUP ] { 1 } -        Constant [ integer IS_UV_TCP ] { 0 } -        Constant [ integer IS_UV_UDP ] { 1 } -        Constant [ integer IS_UV_PIPE ] { 2 } -        Constant [ integer IS_UV_IDLE ] { 3 } -        Constant [ integer IS_UV_TIMER ] { 4 } -        Constant [ integer IS_UV_ASYNC ] { 5 } -        Constant [ integer IS_UV_LOOP ] { 6 } -        Constant [ integer IS_UV_HANDLE ] { 7 } -        Constant [ integer IS_UV_STREAM ] { 8 } -        Constant [ integer IS_UV_ADDRINFO ] { 9 } -        Constant [ integer IS_UV_PROCESS ] { 10 } -        Constant [ integer IS_UV_PREPARE ] { 11 } -        Constant [ integer IS_UV_CHECK ] { 12 } -        Constant [ integer IS_UV_WORK ] { 13 } -        Constant [ integer IS_UV_FS ] { 14 } -        Constant [ integer IS_UV_FS_EVENT ] { 15 } -        Constant [ integer IS_UV_TTY ] { 16 } -        Constant [ integer IS_UV_FS_POLL ] { 17 } -        Constant [ integer IS_UV_POLL ] { 18 } -        Constant [ integer UNKNOWN_HANDLE ] { 0 } -        Constant [ integer FILE ] { 17 } -        Constant [ integer ASYNC ] { 1 } -        Constant [ integer CHECK ] { 2 } -        Constant [ integer FS_EVENT ] { 3 } -        Constant [ integer FS_POLL ] { 4 } -        Constant [ integer HANDLE ] { 5 } -        Constant [ integer IDLE ] { 6 } -        Constant [ integer NAMED_PIPE ] { 7 } -        Constant [ integer POLL ] { 8 } -        Constant [ integer PREPARE ] { 9 } -        Constant [ integer PROCESS ] { 10 } -        Constant [ integer STREAM ] { 11 } -        Constant [ integer TCP ] { 12 } -        Constant [ integer TIMER ] { 13 } -        Constant [ integer TTY ] { 14 } -        Constant [ integer UDP ] { 15 } -        Constant [ integer SIGNAL ] { 16 } -        Constant [ integer HANDLE_TYPE_MAX ] { 18 } -        Constant [ integer IGNORE ] { 0 } -        Constant [ integer CREATE_PIPE ] { 1 } -        Constant [ integer INHERIT_FD ] { 2 } -        Constant [ integer INHERIT_STREAM ] { 4 } -        Constant [ integer READABLE_PIPE ] { 16 } -        Constant [ integer WRITABLE_PIPE ] { 32 } -        Constant [ integer PROCESS_SETUID ] { 1 } -        Constant [ integer PROCESS_SETGID ] { 2 } -        Constant [ integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } -        Constant [ integer PROCESS_DETACHED ] { 8 } -        Constant [ integer E2BIG ] { -7 } -        Constant [ integer EACCES ] { -13 } -        Constant [ integer EADDRINUSE ] { -98 } -        Constant [ integer EADDRNOTAVAIL ] { -99 } -        Constant [ integer EAFNOSUPPORT ] { -97 } -        Constant [ integer EAGAIN ] { -11 } -        Constant [ integer EAI_ADDRFAMILY ] { -3000 } -        Constant [ integer EAI_AGAIN ] { -3001 } -        Constant [ integer EAI_BADFLAGS ] { -3002 } -        Constant [ integer EAI_BADHINTS ] { -3013 } -        Constant [ integer EAI_CANCELED ] { -3003 } -        Constant [ integer EAI_FAIL ] { -3004 } -        Constant [ integer EAI_FAMILY ] { -3005 } -        Constant [ integer EAI_MEMORY ] { -3006 } -        Constant [ integer EAI_NODATA ] { -3007 } -        Constant [ integer EAI_NONAME ] { -3008 } -        Constant [ integer EAI_OVERFLOW ] { -3009 } -        Constant [ integer EAI_PROTOCOL ] { -3014 } -        Constant [ integer EAI_SERVICE ] { -3010 } -        Constant [ integer EAI_SOCKTYPE ] { -3011 } -        Constant [ integer EALREADY ] { -114 } -        Constant [ integer EBADF ] { -9 } -        Constant [ integer EBUSY ] { -16 } -        Constant [ integer ECANCELED ] { -125 } -        Constant [ integer ECHARSET ] { -4080 } -        Constant [ integer ECONNABORTED ] { -103 } -        Constant [ integer ECONNREFUSED ] { -111 } -        Constant [ integer ECONNRESET ] { -104 } -        Constant [ integer EDESTADDRREQ ] { -89 } -        Constant [ integer EEXIST ] { -17 } -        Constant [ integer EFAULT ] { -14 } -        Constant [ integer EFBIG ] { -27 } -        Constant [ integer EHOSTUNREACH ] { -113 } -        Constant [ integer EINTR ] { -4 } -        Constant [ integer EINVAL ] { -22 } -        Constant [ integer EIO ] { -5 } -        Constant [ integer EISCONN ] { -106 } -        Constant [ integer EISDIR ] { -21 } -        Constant [ integer ELOOP ] { -40 } -        Constant [ integer EMFILE ] { -24 } -        Constant [ integer EMSGSIZE ] { -90 } -        Constant [ integer ENAMETOOLONG ] { -36 } -        Constant [ integer ENETDOWN ] { -100 } -        Constant [ integer ENETUNREACH ] { -101 } -        Constant [ integer ENFILE ] { -23 } -        Constant [ integer ENOBUFS ] { -105 } -        Constant [ integer ENODEV ] { -19 } -        Constant [ integer ENOENT ] { -2 } -        Constant [ integer ENOMEM ] { -12 } -        Constant [ integer ENONET ] { -64 } -        Constant [ integer ENOPROTOOPT ] { -92 } -        Constant [ integer ENOSPC ] { -28 } -        Constant [ integer ENOSYS ] { -38 } -        Constant [ integer ENOTCONN ] { -107 } -        Constant [ integer ENOTDIR ] { -20 } -        Constant [ integer ENOTEMPTY ] { -39 } -        Constant [ integer ENOTSOCK ] { -88 } -        Constant [ integer ENOTSUP ] { -95 } -        Constant [ integer EPERM ] { -1 } -        Constant [ integer EPIPE ] { -32 } -        Constant [ integer EPROTO ] { -71 } -        Constant [ integer EPROTONOSUPPORT ] { -93 } -        Constant [ integer EPROTOTYPE ] { -91 } -        Constant [ integer ERANGE ] { -34 } -        Constant [ integer EROFS ] { -30 } -        Constant [ integer ESHUTDOWN ] { -108 } -        Constant [ integer ESPIPE ] { -29 } -        Constant [ integer ESRCH ] { -3 } -        Constant [ integer ETIMEDOUT ] { -110 } -        Constant [ integer ETXTBSY ] { -26 } -        Constant [ integer EXDEV ] { -18 } -        Constant [ integer UNKNOWN ] { -4094 } -        Constant [ integer EOF ] { -4095 } -        Constant [ integer ENXIO ] { -6 } -        Constant [ integer EMLINK ] { -31 } -        Constant [ integer EHOSTDOWN ] { -112 } +      - Constants [197] { +        Constant [ public integer RUN_DEFAULT ] { 0 } +        Constant [ public integer RUN_ONCE ] { 1 } +        Constant [ public integer RUN_NOWAIT ] { 2 } +        Constant [ public integer CHANGE ] { 2 } +        Constant [ public integer RENAME ] { 1 } +        Constant [ public integer READABLE ] { 1 } +        Constant [ public integer WRITABLE ] { 2 } +        Constant [ public integer O_RDONLY ] { 0 } +        Constant [ public integer O_WRONLY ] { 1 } +        Constant [ public integer O_RDWR ] { 2 } +        Constant [ public integer O_CREAT ] { 64 } +        Constant [ public integer O_EXCL ] { 128 } +        Constant [ public integer O_TRUNC ] { 512 } +        Constant [ public integer O_APPEND ] { 1024 } +        Constant [ public integer S_IFDIR ] { 16384 } +        Constant [ public integer S_IFREG ] { 32768 } +        Constant [ public integer O_NOCTTY ] { 256 } +        Constant [ public integer S_IRWXU ] { 448 } +        Constant [ public integer S_IRUSR ] { 256 } +        Constant [ public integer S_IWUSR ] { 128 } +        Constant [ public integer S_IXUSR ] { 64 } +        Constant [ public integer S_IRWXG ] { 56 } +        Constant [ public integer S_IRGRP ] { 32 } +        Constant [ public integer S_IWGRP ] { 16 } +        Constant [ public integer S_IXGRP ] { 8 } +        Constant [ public integer S_IRWXO ] { 7 } +        Constant [ public integer S_IROTH ] { 4 } +        Constant [ public integer S_IWOTH ] { 2 } +        Constant [ public integer S_IXOTH ] { 1 } +        Constant [ public integer SIG_IGN ] { 1 } +        Constant [ public integer SIG_DFL ] { 0 } +        Constant [ public integer SIG_ERR ] { -1 } +        Constant [ public integer SIGHUP ] { 1 } +        Constant [ public integer SIGINT ] { 2 } +        Constant [ public integer SIGQUIT ] { 3 } +        Constant [ public integer SIGILL ] { 4 } +        Constant [ public integer SIGTRAP ] { 5 } +        Constant [ public integer SIGABRT ] { 6 } +        Constant [ public integer SIGIOT ] { 6 } +        Constant [ public integer SIGBUS ] { 7 } +        Constant [ public integer SIGFPE ] { 8 } +        Constant [ public integer SIGKILL ] { 9 } +        Constant [ public integer SIGUSR1 ] { 10 } +        Constant [ public integer SIGSEGV ] { 11 } +        Constant [ public integer SIGUSR2 ] { 12 } +        Constant [ public integer SIGPIPE ] { 13 } +        Constant [ public integer SIGALRM ] { 14 } +        Constant [ public integer SIGTERM ] { 15 } +        Constant [ public integer SIGSTKFLT ] { 16 } +        Constant [ public integer SIGCLD ] { 17 } +        Constant [ public integer SIGCHLD ] { 17 } +        Constant [ public integer SIGCONT ] { 18 } +        Constant [ public integer SIGSTOP ] { 19 } +        Constant [ public integer SIGTSTP ] { 20 } +        Constant [ public integer SIGTTIN ] { 21 } +        Constant [ public integer SIGTTOU ] { 22 } +        Constant [ public integer SIGURG ] { 23 } +        Constant [ public integer SIGXCPU ] { 24 } +        Constant [ public integer SIGXFSZ ] { 25 } +        Constant [ public integer SIGVTALRM ] { 26 } +        Constant [ public integer SIGPROF ] { 27 } +        Constant [ public integer SIGWINCH ] { 28 } +        Constant [ public integer SIGPOLL ] { 29 } +        Constant [ public integer SIGIO ] { 29 } +        Constant [ public integer SIGPWR ] { 30 } +        Constant [ public integer SIGSYS ] { 31 } +        Constant [ public integer SIGBABY ] { 31 } +        Constant [ public integer AF_INET ] { 2 } +        Constant [ public integer AF_INET6 ] { 10 } +        Constant [ public integer AF_UNSPEC ] { 0 } +        Constant [ public integer LEAVE_GROUP ] { 0 } +        Constant [ public integer JOIN_GROUP ] { 1 } +        Constant [ public integer IS_UV_TCP ] { 0 } +        Constant [ public integer IS_UV_UDP ] { 1 } +        Constant [ public integer IS_UV_PIPE ] { 2 } +        Constant [ public integer IS_UV_IDLE ] { 3 } +        Constant [ public integer IS_UV_TIMER ] { 4 } +        Constant [ public integer IS_UV_ASYNC ] { 5 } +        Constant [ public integer IS_UV_LOOP ] { 6 } +        Constant [ public integer IS_UV_HANDLE ] { 7 } +        Constant [ public integer IS_UV_STREAM ] { 8 } +        Constant [ public integer IS_UV_ADDRINFO ] { 9 } +        Constant [ public integer IS_UV_PROCESS ] { 10 } +        Constant [ public integer IS_UV_PREPARE ] { 11 } +        Constant [ public integer IS_UV_CHECK ] { 12 } +        Constant [ public integer IS_UV_WORK ] { 13 } +        Constant [ public integer IS_UV_FS ] { 14 } +        Constant [ public integer IS_UV_FS_EVENT ] { 15 } +        Constant [ public integer IS_UV_TTY ] { 16 } +        Constant [ public integer IS_UV_FS_POLL ] { 17 } +        Constant [ public integer IS_UV_POLL ] { 18 } +        Constant [ public integer UNKNOWN_HANDLE ] { 0 } +        Constant [ public integer FILE ] { 17 } +        Constant [ public integer ASYNC ] { 1 } +        Constant [ public integer CHECK ] { 2 } +        Constant [ public integer FS_EVENT ] { 3 } +        Constant [ public integer FS_POLL ] { 4 } +        Constant [ public integer HANDLE ] { 5 } +        Constant [ public integer IDLE ] { 6 } +        Constant [ public integer NAMED_PIPE ] { 7 } +        Constant [ public integer POLL ] { 8 } +        Constant [ public integer PREPARE ] { 9 } +        Constant [ public integer PROCESS ] { 10 } +        Constant [ public integer STREAM ] { 11 } +        Constant [ public integer TCP ] { 12 } +        Constant [ public integer TIMER ] { 13 } +        Constant [ public integer TTY ] { 14 } +        Constant [ public integer UDP ] { 15 } +        Constant [ public integer SIGNAL ] { 16 } +        Constant [ public integer HANDLE_TYPE_MAX ] { 18 } +        Constant [ public integer IGNORE ] { 0 } +        Constant [ public integer CREATE_PIPE ] { 1 } +        Constant [ public integer INHERIT_FD ] { 2 } +        Constant [ public integer INHERIT_STREAM ] { 4 } +        Constant [ public integer READABLE_PIPE ] { 16 } +        Constant [ public integer WRITABLE_PIPE ] { 32 } +        Constant [ public integer PROCESS_SETUID ] { 1 } +        Constant [ public integer PROCESS_SETGID ] { 2 } +        Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } +        Constant [ public integer PROCESS_DETACHED ] { 8 } +        Constant [ public integer E2BIG ] { -7 } +        Constant [ public integer EACCES ] { -13 } +        Constant [ public integer EADDRINUSE ] { -98 } +        Constant [ public integer EADDRNOTAVAIL ] { -99 } +        Constant [ public integer EAFNOSUPPORT ] { -97 } +        Constant [ public integer EAGAIN ] { -11 } +        Constant [ public integer EAI_ADDRFAMILY ] { -3000 } +        Constant [ public integer EAI_AGAIN ] { -3001 } +        Constant [ public integer EAI_BADFLAGS ] { -3002 } +        Constant [ public integer EAI_BADHINTS ] { -3013 } +        Constant [ public integer EAI_CANCELED ] { -3003 } +        Constant [ public integer EAI_FAIL ] { -3004 } +        Constant [ public integer EAI_FAMILY ] { -3005 } +        Constant [ public integer EAI_MEMORY ] { -3006 } +        Constant [ public integer EAI_NODATA ] { -3007 } +        Constant [ public integer EAI_NONAME ] { -3008 } +        Constant [ public integer EAI_OVERFLOW ] { -3009 } +        Constant [ public integer EAI_PROTOCOL ] { -3014 } +        Constant [ public integer EAI_SERVICE ] { -3010 } +        Constant [ public integer EAI_SOCKTYPE ] { -3011 } +        Constant [ public integer EALREADY ] { -114 } +        Constant [ public integer EBADF ] { -9 } +        Constant [ public integer EBUSY ] { -16 } +        Constant [ public integer ECANCELED ] { -125 } +        Constant [ public integer ECHARSET ] { -4080 } +        Constant [ public integer ECONNABORTED ] { -103 } +        Constant [ public integer ECONNREFUSED ] { -111 } +        Constant [ public integer ECONNRESET ] { -104 } +        Constant [ public integer EDESTADDRREQ ] { -89 } +        Constant [ public integer EEXIST ] { -17 } +        Constant [ public integer EFAULT ] { -14 } +        Constant [ public integer EFBIG ] { -27 } +        Constant [ public integer EHOSTUNREACH ] { -113 } +        Constant [ public integer EINTR ] { -4 } +        Constant [ public integer EINVAL ] { -22 } +        Constant [ public integer EIO ] { -5 } +        Constant [ public integer EISCONN ] { -106 } +        Constant [ public integer EISDIR ] { -21 } +        Constant [ public integer ELOOP ] { -40 } +        Constant [ public integer EMFILE ] { -24 } +        Constant [ public integer EMSGSIZE ] { -90 } +        Constant [ public integer ENAMETOOLONG ] { -36 } +        Constant [ public integer ENETDOWN ] { -100 } +        Constant [ public integer ENETUNREACH ] { -101 } +        Constant [ public integer ENFILE ] { -23 } +        Constant [ public integer ENOBUFS ] { -105 } +        Constant [ public integer ENODEV ] { -19 } +        Constant [ public integer ENOENT ] { -2 } +        Constant [ public integer ENOMEM ] { -12 } +        Constant [ public integer ENONET ] { -64 } +        Constant [ public integer ENOPROTOOPT ] { -92 } +        Constant [ public integer ENOSPC ] { -28 } +        Constant [ public integer ENOSYS ] { -38 } +        Constant [ public integer ENOTCONN ] { -107 } +        Constant [ public integer ENOTDIR ] { -20 } +        Constant [ public integer ENOTEMPTY ] { -39 } +        Constant [ public integer ENOTSOCK ] { -88 } +        Constant [ public integer ENOTSUP ] { -95 } +        Constant [ public integer EPERM ] { -1 } +        Constant [ public integer EPIPE ] { -32 } +        Constant [ public integer EPROTO ] { -71 } +        Constant [ public integer EPROTONOSUPPORT ] { -93 } +        Constant [ public integer EPROTOTYPE ] { -91 } +        Constant [ public integer ERANGE ] { -34 } +        Constant [ public integer EROFS ] { -30 } +        Constant [ public integer ESHUTDOWN ] { -108 } +        Constant [ public integer ESPIPE ] { -29 } +        Constant [ public integer ESRCH ] { -3 } +        Constant [ public integer ETIMEDOUT ] { -110 } +        Constant [ public integer ETXTBSY ] { -26 } +        Constant [ public integer EXDEV ] { -18 } +        Constant [ public integer UNKNOWN ] { -4094 } +        Constant [ public integer EOF ] { -4095 } +        Constant [ public integer ENXIO ] { -6 } +        Constant [ public integer EMLINK ] { -31 } +        Constant [ public integer EHOSTDOWN ] { -112 } +        Constant [ public integer EREMOTEIO ] { -121 }        }        - Static properties [0] { @@ -2687,203 +2695,204 @@ Extension [ <persistent> extension #147 uv version 0.2.2 ] {      Class [ <internal:uv> final class UVAddrinfo extends UV ] { -      - Constants [196] { -        Constant [ integer RUN_DEFAULT ] { 0 } -        Constant [ integer RUN_ONCE ] { 1 } -        Constant [ integer RUN_NOWAIT ] { 2 } -        Constant [ integer CHANGE ] { 2 } -        Constant [ integer RENAME ] { 1 } -        Constant [ integer READABLE ] { 1 } -        Constant [ integer WRITABLE ] { 2 } -        Constant [ integer O_RDONLY ] { 0 } -        Constant [ integer O_WRONLY ] { 1 } -        Constant [ integer O_RDWR ] { 2 } -        Constant [ integer O_CREAT ] { 64 } -        Constant [ integer O_EXCL ] { 128 } -        Constant [ integer O_TRUNC ] { 512 } -        Constant [ integer O_APPEND ] { 1024 } -        Constant [ integer S_IFDIR ] { 16384 } -        Constant [ integer S_IFREG ] { 32768 } -        Constant [ integer O_NOCTTY ] { 256 } -        Constant [ integer S_IRWXU ] { 448 } -        Constant [ integer S_IRUSR ] { 256 } -        Constant [ integer S_IWUSR ] { 128 } -        Constant [ integer S_IXUSR ] { 64 } -        Constant [ integer S_IRWXG ] { 56 } -        Constant [ integer S_IRGRP ] { 32 } -        Constant [ integer S_IWGRP ] { 16 } -        Constant [ integer S_IXGRP ] { 8 } -        Constant [ integer S_IRWXO ] { 7 } -        Constant [ integer S_IROTH ] { 4 } -        Constant [ integer S_IWOTH ] { 2 } -        Constant [ integer S_IXOTH ] { 1 } -        Constant [ integer SIG_IGN ] { 1 } -        Constant [ integer SIG_DFL ] { 0 } -        Constant [ integer SIG_ERR ] { -1 } -        Constant [ integer SIGHUP ] { 1 } -        Constant [ integer SIGINT ] { 2 } -        Constant [ integer SIGQUIT ] { 3 } -        Constant [ integer SIGILL ] { 4 } -        Constant [ integer SIGTRAP ] { 5 } -        Constant [ integer SIGABRT ] { 6 } -        Constant [ integer SIGIOT ] { 6 } -        Constant [ integer SIGBUS ] { 7 } -        Constant [ integer SIGFPE ] { 8 } -        Constant [ integer SIGKILL ] { 9 } -        Constant [ integer SIGUSR1 ] { 10 } -        Constant [ integer SIGSEGV ] { 11 } -        Constant [ integer SIGUSR2 ] { 12 } -        Constant [ integer SIGPIPE ] { 13 } -        Constant [ integer SIGALRM ] { 14 } -        Constant [ integer SIGTERM ] { 15 } -        Constant [ integer SIGSTKFLT ] { 16 } -        Constant [ integer SIGCLD ] { 17 } -        Constant [ integer SIGCHLD ] { 17 } -        Constant [ integer SIGCONT ] { 18 } -        Constant [ integer SIGSTOP ] { 19 } -        Constant [ integer SIGTSTP ] { 20 } -        Constant [ integer SIGTTIN ] { 21 } -        Constant [ integer SIGTTOU ] { 22 } -        Constant [ integer SIGURG ] { 23 } -        Constant [ integer SIGXCPU ] { 24 } -        Constant [ integer SIGXFSZ ] { 25 } -        Constant [ integer SIGVTALRM ] { 26 } -        Constant [ integer SIGPROF ] { 27 } -        Constant [ integer SIGWINCH ] { 28 } -        Constant [ integer SIGPOLL ] { 29 } -        Constant [ integer SIGIO ] { 29 } -        Constant [ integer SIGPWR ] { 30 } -        Constant [ integer SIGSYS ] { 31 } -        Constant [ integer SIGBABY ] { 31 } -        Constant [ integer AF_INET ] { 2 } -        Constant [ integer AF_INET6 ] { 10 } -        Constant [ integer AF_UNSPEC ] { 0 } -        Constant [ integer LEAVE_GROUP ] { 0 } -        Constant [ integer JOIN_GROUP ] { 1 } -        Constant [ integer IS_UV_TCP ] { 0 } -        Constant [ integer IS_UV_UDP ] { 1 } -        Constant [ integer IS_UV_PIPE ] { 2 } -        Constant [ integer IS_UV_IDLE ] { 3 } -        Constant [ integer IS_UV_TIMER ] { 4 } -        Constant [ integer IS_UV_ASYNC ] { 5 } -        Constant [ integer IS_UV_LOOP ] { 6 } -        Constant [ integer IS_UV_HANDLE ] { 7 } -        Constant [ integer IS_UV_STREAM ] { 8 } -        Constant [ integer IS_UV_ADDRINFO ] { 9 } -        Constant [ integer IS_UV_PROCESS ] { 10 } -        Constant [ integer IS_UV_PREPARE ] { 11 } -        Constant [ integer IS_UV_CHECK ] { 12 } -        Constant [ integer IS_UV_WORK ] { 13 } -        Constant [ integer IS_UV_FS ] { 14 } -        Constant [ integer IS_UV_FS_EVENT ] { 15 } -        Constant [ integer IS_UV_TTY ] { 16 } -        Constant [ integer IS_UV_FS_POLL ] { 17 } -        Constant [ integer IS_UV_POLL ] { 18 } -        Constant [ integer UNKNOWN_HANDLE ] { 0 } -        Constant [ integer FILE ] { 17 } -        Constant [ integer ASYNC ] { 1 } -        Constant [ integer CHECK ] { 2 } -        Constant [ integer FS_EVENT ] { 3 } -        Constant [ integer FS_POLL ] { 4 } -        Constant [ integer HANDLE ] { 5 } -        Constant [ integer IDLE ] { 6 } -        Constant [ integer NAMED_PIPE ] { 7 } -        Constant [ integer POLL ] { 8 } -        Constant [ integer PREPARE ] { 9 } -        Constant [ integer PROCESS ] { 10 } -        Constant [ integer STREAM ] { 11 } -        Constant [ integer TCP ] { 12 } -        Constant [ integer TIMER ] { 13 } -        Constant [ integer TTY ] { 14 } -        Constant [ integer UDP ] { 15 } -        Constant [ integer SIGNAL ] { 16 } -        Constant [ integer HANDLE_TYPE_MAX ] { 18 } -        Constant [ integer IGNORE ] { 0 } -        Constant [ integer CREATE_PIPE ] { 1 } -        Constant [ integer INHERIT_FD ] { 2 } -        Constant [ integer INHERIT_STREAM ] { 4 } -        Constant [ integer READABLE_PIPE ] { 16 } -        Constant [ integer WRITABLE_PIPE ] { 32 } -        Constant [ integer PROCESS_SETUID ] { 1 } -        Constant [ integer PROCESS_SETGID ] { 2 } -        Constant [ integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } -        Constant [ integer PROCESS_DETACHED ] { 8 } -        Constant [ integer E2BIG ] { -7 } -        Constant [ integer EACCES ] { -13 } -        Constant [ integer EADDRINUSE ] { -98 } -        Constant [ integer EADDRNOTAVAIL ] { -99 } -        Constant [ integer EAFNOSUPPORT ] { -97 } -        Constant [ integer EAGAIN ] { -11 } -        Constant [ integer EAI_ADDRFAMILY ] { -3000 } -        Constant [ integer EAI_AGAIN ] { -3001 } -        Constant [ integer EAI_BADFLAGS ] { -3002 } -        Constant [ integer EAI_BADHINTS ] { -3013 } -        Constant [ integer EAI_CANCELED ] { -3003 } -        Constant [ integer EAI_FAIL ] { -3004 } -        Constant [ integer EAI_FAMILY ] { -3005 } -        Constant [ integer EAI_MEMORY ] { -3006 } -        Constant [ integer EAI_NODATA ] { -3007 } -        Constant [ integer EAI_NONAME ] { -3008 } -        Constant [ integer EAI_OVERFLOW ] { -3009 } -        Constant [ integer EAI_PROTOCOL ] { -3014 } -        Constant [ integer EAI_SERVICE ] { -3010 } -        Constant [ integer EAI_SOCKTYPE ] { -3011 } -        Constant [ integer EALREADY ] { -114 } -        Constant [ integer EBADF ] { -9 } -        Constant [ integer EBUSY ] { -16 } -        Constant [ integer ECANCELED ] { -125 } -        Constant [ integer ECHARSET ] { -4080 } -        Constant [ integer ECONNABORTED ] { -103 } -        Constant [ integer ECONNREFUSED ] { -111 } -        Constant [ integer ECONNRESET ] { -104 } -        Constant [ integer EDESTADDRREQ ] { -89 } -        Constant [ integer EEXIST ] { -17 } -        Constant [ integer EFAULT ] { -14 } -        Constant [ integer EFBIG ] { -27 } -        Constant [ integer EHOSTUNREACH ] { -113 } -        Constant [ integer EINTR ] { -4 } -        Constant [ integer EINVAL ] { -22 } -        Constant [ integer EIO ] { -5 } -        Constant [ integer EISCONN ] { -106 } -        Constant [ integer EISDIR ] { -21 } -        Constant [ integer ELOOP ] { -40 } -        Constant [ integer EMFILE ] { -24 } -        Constant [ integer EMSGSIZE ] { -90 } -        Constant [ integer ENAMETOOLONG ] { -36 } -        Constant [ integer ENETDOWN ] { -100 } -        Constant [ integer ENETUNREACH ] { -101 } -        Constant [ integer ENFILE ] { -23 } -        Constant [ integer ENOBUFS ] { -105 } -        Constant [ integer ENODEV ] { -19 } -        Constant [ integer ENOENT ] { -2 } -        Constant [ integer ENOMEM ] { -12 } -        Constant [ integer ENONET ] { -64 } -        Constant [ integer ENOPROTOOPT ] { -92 } -        Constant [ integer ENOSPC ] { -28 } -        Constant [ integer ENOSYS ] { -38 } -        Constant [ integer ENOTCONN ] { -107 } -        Constant [ integer ENOTDIR ] { -20 } -        Constant [ integer ENOTEMPTY ] { -39 } -        Constant [ integer ENOTSOCK ] { -88 } -        Constant [ integer ENOTSUP ] { -95 } -        Constant [ integer EPERM ] { -1 } -        Constant [ integer EPIPE ] { -32 } -        Constant [ integer EPROTO ] { -71 } -        Constant [ integer EPROTONOSUPPORT ] { -93 } -        Constant [ integer EPROTOTYPE ] { -91 } -        Constant [ integer ERANGE ] { -34 } -        Constant [ integer EROFS ] { -30 } -        Constant [ integer ESHUTDOWN ] { -108 } -        Constant [ integer ESPIPE ] { -29 } -        Constant [ integer ESRCH ] { -3 } -        Constant [ integer ETIMEDOUT ] { -110 } -        Constant [ integer ETXTBSY ] { -26 } -        Constant [ integer EXDEV ] { -18 } -        Constant [ integer UNKNOWN ] { -4094 } -        Constant [ integer EOF ] { -4095 } -        Constant [ integer ENXIO ] { -6 } -        Constant [ integer EMLINK ] { -31 } -        Constant [ integer EHOSTDOWN ] { -112 } +      - Constants [197] { +        Constant [ public integer RUN_DEFAULT ] { 0 } +        Constant [ public integer RUN_ONCE ] { 1 } +        Constant [ public integer RUN_NOWAIT ] { 2 } +        Constant [ public integer CHANGE ] { 2 } +        Constant [ public integer RENAME ] { 1 } +        Constant [ public integer READABLE ] { 1 } +        Constant [ public integer WRITABLE ] { 2 } +        Constant [ public integer O_RDONLY ] { 0 } +        Constant [ public integer O_WRONLY ] { 1 } +        Constant [ public integer O_RDWR ] { 2 } +        Constant [ public integer O_CREAT ] { 64 } +        Constant [ public integer O_EXCL ] { 128 } +        Constant [ public integer O_TRUNC ] { 512 } +        Constant [ public integer O_APPEND ] { 1024 } +        Constant [ public integer S_IFDIR ] { 16384 } +        Constant [ public integer S_IFREG ] { 32768 } +        Constant [ public integer O_NOCTTY ] { 256 } +        Constant [ public integer S_IRWXU ] { 448 } +        Constant [ public integer S_IRUSR ] { 256 } +        Constant [ public integer S_IWUSR ] { 128 } +        Constant [ public integer S_IXUSR ] { 64 } +        Constant [ public integer S_IRWXG ] { 56 } +        Constant [ public integer S_IRGRP ] { 32 } +        Constant [ public integer S_IWGRP ] { 16 } +        Constant [ public integer S_IXGRP ] { 8 } +        Constant [ public integer S_IRWXO ] { 7 } +        Constant [ public integer S_IROTH ] { 4 } +        Constant [ public integer S_IWOTH ] { 2 } +        Constant [ public integer S_IXOTH ] { 1 } +        Constant [ public integer SIG_IGN ] { 1 } +        Constant [ public integer SIG_DFL ] { 0 } +        Constant [ public integer SIG_ERR ] { -1 } +        Constant [ public integer SIGHUP ] { 1 } +        Constant [ public integer SIGINT ] { 2 } +        Constant [ public integer SIGQUIT ] { 3 } +        Constant [ public integer SIGILL ] { 4 } +        Constant [ public integer SIGTRAP ] { 5 } +        Constant [ public integer SIGABRT ] { 6 } +        Constant [ public integer SIGIOT ] { 6 } +        Constant [ public integer SIGBUS ] { 7 } +        Constant [ public integer SIGFPE ] { 8 } +        Constant [ public integer SIGKILL ] { 9 } +        Constant [ public integer SIGUSR1 ] { 10 } +        Constant [ public integer SIGSEGV ] { 11 } +        Constant [ public integer SIGUSR2 ] { 12 } +        Constant [ public integer SIGPIPE ] { 13 } +        Constant [ public integer SIGALRM ] { 14 } +        Constant [ public integer SIGTERM ] { 15 } +        Constant [ public integer SIGSTKFLT ] { 16 } +        Constant [ public integer SIGCLD ] { 17 } +        Constant [ public integer SIGCHLD ] { 17 } +        Constant [ public integer SIGCONT ] { 18 } +        Constant [ public integer SIGSTOP ] { 19 } +        Constant [ public integer SIGTSTP ] { 20 } +        Constant [ public integer SIGTTIN ] { 21 } +        Constant [ public integer SIGTTOU ] { 22 } +        Constant [ public integer SIGURG ] { 23 } +        Constant [ public integer SIGXCPU ] { 24 } +        Constant [ public integer SIGXFSZ ] { 25 } +        Constant [ public integer SIGVTALRM ] { 26 } +        Constant [ public integer SIGPROF ] { 27 } +        Constant [ public integer SIGWINCH ] { 28 } +        Constant [ public integer SIGPOLL ] { 29 } +        Constant [ public integer SIGIO ] { 29 } +        Constant [ public integer SIGPWR ] { 30 } +        Constant [ public integer SIGSYS ] { 31 } +        Constant [ public integer SIGBABY ] { 31 } +        Constant [ public integer AF_INET ] { 2 } +        Constant [ public integer AF_INET6 ] { 10 } +        Constant [ public integer AF_UNSPEC ] { 0 } +        Constant [ public integer LEAVE_GROUP ] { 0 } +        Constant [ public integer JOIN_GROUP ] { 1 } +        Constant [ public integer IS_UV_TCP ] { 0 } +        Constant [ public integer IS_UV_UDP ] { 1 } +        Constant [ public integer IS_UV_PIPE ] { 2 } +        Constant [ public integer IS_UV_IDLE ] { 3 } +        Constant [ public integer IS_UV_TIMER ] { 4 } +        Constant [ public integer IS_UV_ASYNC ] { 5 } +        Constant [ public integer IS_UV_LOOP ] { 6 } +        Constant [ public integer IS_UV_HANDLE ] { 7 } +        Constant [ public integer IS_UV_STREAM ] { 8 } +        Constant [ public integer IS_UV_ADDRINFO ] { 9 } +        Constant [ public integer IS_UV_PROCESS ] { 10 } +        Constant [ public integer IS_UV_PREPARE ] { 11 } +        Constant [ public integer IS_UV_CHECK ] { 12 } +        Constant [ public integer IS_UV_WORK ] { 13 } +        Constant [ public integer IS_UV_FS ] { 14 } +        Constant [ public integer IS_UV_FS_EVENT ] { 15 } +        Constant [ public integer IS_UV_TTY ] { 16 } +        Constant [ public integer IS_UV_FS_POLL ] { 17 } +        Constant [ public integer IS_UV_POLL ] { 18 } +        Constant [ public integer UNKNOWN_HANDLE ] { 0 } +        Constant [ public integer FILE ] { 17 } +        Constant [ public integer ASYNC ] { 1 } +        Constant [ public integer CHECK ] { 2 } +        Constant [ public integer FS_EVENT ] { 3 } +        Constant [ public integer FS_POLL ] { 4 } +        Constant [ public integer HANDLE ] { 5 } +        Constant [ public integer IDLE ] { 6 } +        Constant [ public integer NAMED_PIPE ] { 7 } +        Constant [ public integer POLL ] { 8 } +        Constant [ public integer PREPARE ] { 9 } +        Constant [ public integer PROCESS ] { 10 } +        Constant [ public integer STREAM ] { 11 } +        Constant [ public integer TCP ] { 12 } +        Constant [ public integer TIMER ] { 13 } +        Constant [ public integer TTY ] { 14 } +        Constant [ public integer UDP ] { 15 } +        Constant [ public integer SIGNAL ] { 16 } +        Constant [ public integer HANDLE_TYPE_MAX ] { 18 } +        Constant [ public integer IGNORE ] { 0 } +        Constant [ public integer CREATE_PIPE ] { 1 } +        Constant [ public integer INHERIT_FD ] { 2 } +        Constant [ public integer INHERIT_STREAM ] { 4 } +        Constant [ public integer READABLE_PIPE ] { 16 } +        Constant [ public integer WRITABLE_PIPE ] { 32 } +        Constant [ public integer PROCESS_SETUID ] { 1 } +        Constant [ public integer PROCESS_SETGID ] { 2 } +        Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } +        Constant [ public integer PROCESS_DETACHED ] { 8 } +        Constant [ public integer E2BIG ] { -7 } +        Constant [ public integer EACCES ] { -13 } +        Constant [ public integer EADDRINUSE ] { -98 } +        Constant [ public integer EADDRNOTAVAIL ] { -99 } +        Constant [ public integer EAFNOSUPPORT ] { -97 } +        Constant [ public integer EAGAIN ] { -11 } +        Constant [ public integer EAI_ADDRFAMILY ] { -3000 } +        Constant [ public integer EAI_AGAIN ] { -3001 } +        Constant [ public integer EAI_BADFLAGS ] { -3002 } +        Constant [ public integer EAI_BADHINTS ] { -3013 } +        Constant [ public integer EAI_CANCELED ] { -3003 } +        Constant [ public integer EAI_FAIL ] { -3004 } +        Constant [ public integer EAI_FAMILY ] { -3005 } +        Constant [ public integer EAI_MEMORY ] { -3006 } +        Constant [ public integer EAI_NODATA ] { -3007 } +        Constant [ public integer EAI_NONAME ] { -3008 } +        Constant [ public integer EAI_OVERFLOW ] { -3009 } +        Constant [ public integer EAI_PROTOCOL ] { -3014 } +        Constant [ public integer EAI_SERVICE ] { -3010 } +        Constant [ public integer EAI_SOCKTYPE ] { -3011 } +        Constant [ public integer EALREADY ] { -114 } +        Constant [ public integer EBADF ] { -9 } +        Constant [ public integer EBUSY ] { -16 } +        Constant [ public integer ECANCELED ] { -125 } +        Constant [ public integer ECHARSET ] { -4080 } +        Constant [ public integer ECONNABORTED ] { -103 } +        Constant [ public integer ECONNREFUSED ] { -111 } +        Constant [ public integer ECONNRESET ] { -104 } +        Constant [ public integer EDESTADDRREQ ] { -89 } +        Constant [ public integer EEXIST ] { -17 } +        Constant [ public integer EFAULT ] { -14 } +        Constant [ public integer EFBIG ] { -27 } +        Constant [ public integer EHOSTUNREACH ] { -113 } +        Constant [ public integer EINTR ] { -4 } +        Constant [ public integer EINVAL ] { -22 } +        Constant [ public integer EIO ] { -5 } +        Constant [ public integer EISCONN ] { -106 } +        Constant [ public integer EISDIR ] { -21 } +        Constant [ public integer ELOOP ] { -40 } +        Constant [ public integer EMFILE ] { -24 } +        Constant [ public integer EMSGSIZE ] { -90 } +        Constant [ public integer ENAMETOOLONG ] { -36 } +        Constant [ public integer ENETDOWN ] { -100 } +        Constant [ public integer ENETUNREACH ] { -101 } +        Constant [ public integer ENFILE ] { -23 } +        Constant [ public integer ENOBUFS ] { -105 } +        Constant [ public integer ENODEV ] { -19 } +        Constant [ public integer ENOENT ] { -2 } +        Constant [ public integer ENOMEM ] { -12 } +        Constant [ public integer ENONET ] { -64 } +        Constant [ public integer ENOPROTOOPT ] { -92 } +        Constant [ public integer ENOSPC ] { -28 } +        Constant [ public integer ENOSYS ] { -38 } +        Constant [ public integer ENOTCONN ] { -107 } +        Constant [ public integer ENOTDIR ] { -20 } +        Constant [ public integer ENOTEMPTY ] { -39 } +        Constant [ public integer ENOTSOCK ] { -88 } +        Constant [ public integer ENOTSUP ] { -95 } +        Constant [ public integer EPERM ] { -1 } +        Constant [ public integer EPIPE ] { -32 } +        Constant [ public integer EPROTO ] { -71 } +        Constant [ public integer EPROTONOSUPPORT ] { -93 } +        Constant [ public integer EPROTOTYPE ] { -91 } +        Constant [ public integer ERANGE ] { -34 } +        Constant [ public integer EROFS ] { -30 } +        Constant [ public integer ESHUTDOWN ] { -108 } +        Constant [ public integer ESPIPE ] { -29 } +        Constant [ public integer ESRCH ] { -3 } +        Constant [ public integer ETIMEDOUT ] { -110 } +        Constant [ public integer ETXTBSY ] { -26 } +        Constant [ public integer EXDEV ] { -18 } +        Constant [ public integer UNKNOWN ] { -4094 } +        Constant [ public integer EOF ] { -4095 } +        Constant [ public integer ENXIO ] { -6 } +        Constant [ public integer EMLINK ] { -31 } +        Constant [ public integer EHOSTDOWN ] { -112 } +        Constant [ public integer EREMOTEIO ] { -121 }        }        - Static properties [0] { @@ -2901,203 +2910,204 @@ Extension [ <persistent> extension #147 uv version 0.2.2 ] {      Class [ <internal:uv> final class UVProcess extends UV ] { -      - Constants [196] { -        Constant [ integer RUN_DEFAULT ] { 0 } -        Constant [ integer RUN_ONCE ] { 1 } -        Constant [ integer RUN_NOWAIT ] { 2 } -        Constant [ integer CHANGE ] { 2 } -        Constant [ integer RENAME ] { 1 } -        Constant [ integer READABLE ] { 1 } -        Constant [ integer WRITABLE ] { 2 } -        Constant [ integer O_RDONLY ] { 0 } -        Constant [ integer O_WRONLY ] { 1 } -        Constant [ integer O_RDWR ] { 2 } -        Constant [ integer O_CREAT ] { 64 } -        Constant [ integer O_EXCL ] { 128 } -        Constant [ integer O_TRUNC ] { 512 } -        Constant [ integer O_APPEND ] { 1024 } -        Constant [ integer S_IFDIR ] { 16384 } -        Constant [ integer S_IFREG ] { 32768 } -        Constant [ integer O_NOCTTY ] { 256 } -        Constant [ integer S_IRWXU ] { 448 } -        Constant [ integer S_IRUSR ] { 256 } -        Constant [ integer S_IWUSR ] { 128 } -        Constant [ integer S_IXUSR ] { 64 } -        Constant [ integer S_IRWXG ] { 56 } -        Constant [ integer S_IRGRP ] { 32 } -        Constant [ integer S_IWGRP ] { 16 } -        Constant [ integer S_IXGRP ] { 8 } -        Constant [ integer S_IRWXO ] { 7 } -        Constant [ integer S_IROTH ] { 4 } -        Constant [ integer S_IWOTH ] { 2 } -        Constant [ integer S_IXOTH ] { 1 } -        Constant [ integer SIG_IGN ] { 1 } -        Constant [ integer SIG_DFL ] { 0 } -        Constant [ integer SIG_ERR ] { -1 } -        Constant [ integer SIGHUP ] { 1 } -        Constant [ integer SIGINT ] { 2 } -        Constant [ integer SIGQUIT ] { 3 } -        Constant [ integer SIGILL ] { 4 } -        Constant [ integer SIGTRAP ] { 5 } -        Constant [ integer SIGABRT ] { 6 } -        Constant [ integer SIGIOT ] { 6 } -        Constant [ integer SIGBUS ] { 7 } -        Constant [ integer SIGFPE ] { 8 } -        Constant [ integer SIGKILL ] { 9 } -        Constant [ integer SIGUSR1 ] { 10 } -        Constant [ integer SIGSEGV ] { 11 } -        Constant [ integer SIGUSR2 ] { 12 } -        Constant [ integer SIGPIPE ] { 13 } -        Constant [ integer SIGALRM ] { 14 } -        Constant [ integer SIGTERM ] { 15 } -        Constant [ integer SIGSTKFLT ] { 16 } -        Constant [ integer SIGCLD ] { 17 } -        Constant [ integer SIGCHLD ] { 17 } -        Constant [ integer SIGCONT ] { 18 } -        Constant [ integer SIGSTOP ] { 19 } -        Constant [ integer SIGTSTP ] { 20 } -        Constant [ integer SIGTTIN ] { 21 } -        Constant [ integer SIGTTOU ] { 22 } -        Constant [ integer SIGURG ] { 23 } -        Constant [ integer SIGXCPU ] { 24 } -        Constant [ integer SIGXFSZ ] { 25 } -        Constant [ integer SIGVTALRM ] { 26 } -        Constant [ integer SIGPROF ] { 27 } -        Constant [ integer SIGWINCH ] { 28 } -        Constant [ integer SIGPOLL ] { 29 } -        Constant [ integer SIGIO ] { 29 } -        Constant [ integer SIGPWR ] { 30 } -        Constant [ integer SIGSYS ] { 31 } -        Constant [ integer SIGBABY ] { 31 } -        Constant [ integer AF_INET ] { 2 } -        Constant [ integer AF_INET6 ] { 10 } -        Constant [ integer AF_UNSPEC ] { 0 } -        Constant [ integer LEAVE_GROUP ] { 0 } -        Constant [ integer JOIN_GROUP ] { 1 } -        Constant [ integer IS_UV_TCP ] { 0 } -        Constant [ integer IS_UV_UDP ] { 1 } -        Constant [ integer IS_UV_PIPE ] { 2 } -        Constant [ integer IS_UV_IDLE ] { 3 } -        Constant [ integer IS_UV_TIMER ] { 4 } -        Constant [ integer IS_UV_ASYNC ] { 5 } -        Constant [ integer IS_UV_LOOP ] { 6 } -        Constant [ integer IS_UV_HANDLE ] { 7 } -        Constant [ integer IS_UV_STREAM ] { 8 } -        Constant [ integer IS_UV_ADDRINFO ] { 9 } -        Constant [ integer IS_UV_PROCESS ] { 10 } -        Constant [ integer IS_UV_PREPARE ] { 11 } -        Constant [ integer IS_UV_CHECK ] { 12 } -        Constant [ integer IS_UV_WORK ] { 13 } -        Constant [ integer IS_UV_FS ] { 14 } -        Constant [ integer IS_UV_FS_EVENT ] { 15 } -        Constant [ integer IS_UV_TTY ] { 16 } -        Constant [ integer IS_UV_FS_POLL ] { 17 } -        Constant [ integer IS_UV_POLL ] { 18 } -        Constant [ integer UNKNOWN_HANDLE ] { 0 } -        Constant [ integer FILE ] { 17 } -        Constant [ integer ASYNC ] { 1 } -        Constant [ integer CHECK ] { 2 } -        Constant [ integer FS_EVENT ] { 3 } -        Constant [ integer FS_POLL ] { 4 } -        Constant [ integer HANDLE ] { 5 } -        Constant [ integer IDLE ] { 6 } -        Constant [ integer NAMED_PIPE ] { 7 } -        Constant [ integer POLL ] { 8 } -        Constant [ integer PREPARE ] { 9 } -        Constant [ integer PROCESS ] { 10 } -        Constant [ integer STREAM ] { 11 } -        Constant [ integer TCP ] { 12 } -        Constant [ integer TIMER ] { 13 } -        Constant [ integer TTY ] { 14 } -        Constant [ integer UDP ] { 15 } -        Constant [ integer SIGNAL ] { 16 } -        Constant [ integer HANDLE_TYPE_MAX ] { 18 } -        Constant [ integer IGNORE ] { 0 } -        Constant [ integer CREATE_PIPE ] { 1 } -        Constant [ integer INHERIT_FD ] { 2 } -        Constant [ integer INHERIT_STREAM ] { 4 } -        Constant [ integer READABLE_PIPE ] { 16 } -        Constant [ integer WRITABLE_PIPE ] { 32 } -        Constant [ integer PROCESS_SETUID ] { 1 } -        Constant [ integer PROCESS_SETGID ] { 2 } -        Constant [ integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } -        Constant [ integer PROCESS_DETACHED ] { 8 } -        Constant [ integer E2BIG ] { -7 } -        Constant [ integer EACCES ] { -13 } -        Constant [ integer EADDRINUSE ] { -98 } -        Constant [ integer EADDRNOTAVAIL ] { -99 } -        Constant [ integer EAFNOSUPPORT ] { -97 } -        Constant [ integer EAGAIN ] { -11 } -        Constant [ integer EAI_ADDRFAMILY ] { -3000 } -        Constant [ integer EAI_AGAIN ] { -3001 } -        Constant [ integer EAI_BADFLAGS ] { -3002 } -        Constant [ integer EAI_BADHINTS ] { -3013 } -        Constant [ integer EAI_CANCELED ] { -3003 } -        Constant [ integer EAI_FAIL ] { -3004 } -        Constant [ integer EAI_FAMILY ] { -3005 } -        Constant [ integer EAI_MEMORY ] { -3006 } -        Constant [ integer EAI_NODATA ] { -3007 } -        Constant [ integer EAI_NONAME ] { -3008 } -        Constant [ integer EAI_OVERFLOW ] { -3009 } -        Constant [ integer EAI_PROTOCOL ] { -3014 } -        Constant [ integer EAI_SERVICE ] { -3010 } -        Constant [ integer EAI_SOCKTYPE ] { -3011 } -        Constant [ integer EALREADY ] { -114 } -        Constant [ integer EBADF ] { -9 } -        Constant [ integer EBUSY ] { -16 } -        Constant [ integer ECANCELED ] { -125 } -        Constant [ integer ECHARSET ] { -4080 } -        Constant [ integer ECONNABORTED ] { -103 } -        Constant [ integer ECONNREFUSED ] { -111 } -        Constant [ integer ECONNRESET ] { -104 } -        Constant [ integer EDESTADDRREQ ] { -89 } -        Constant [ integer EEXIST ] { -17 } -        Constant [ integer EFAULT ] { -14 } -        Constant [ integer EFBIG ] { -27 } -        Constant [ integer EHOSTUNREACH ] { -113 } -        Constant [ integer EINTR ] { -4 } -        Constant [ integer EINVAL ] { -22 } -        Constant [ integer EIO ] { -5 } -        Constant [ integer EISCONN ] { -106 } -        Constant [ integer EISDIR ] { -21 } -        Constant [ integer ELOOP ] { -40 } -        Constant [ integer EMFILE ] { -24 } -        Constant [ integer EMSGSIZE ] { -90 } -        Constant [ integer ENAMETOOLONG ] { -36 } -        Constant [ integer ENETDOWN ] { -100 } -        Constant [ integer ENETUNREACH ] { -101 } -        Constant [ integer ENFILE ] { -23 } -        Constant [ integer ENOBUFS ] { -105 } -        Constant [ integer ENODEV ] { -19 } -        Constant [ integer ENOENT ] { -2 } -        Constant [ integer ENOMEM ] { -12 } -        Constant [ integer ENONET ] { -64 } -        Constant [ integer ENOPROTOOPT ] { -92 } -        Constant [ integer ENOSPC ] { -28 } -        Constant [ integer ENOSYS ] { -38 } -        Constant [ integer ENOTCONN ] { -107 } -        Constant [ integer ENOTDIR ] { -20 } -        Constant [ integer ENOTEMPTY ] { -39 } -        Constant [ integer ENOTSOCK ] { -88 } -        Constant [ integer ENOTSUP ] { -95 } -        Constant [ integer EPERM ] { -1 } -        Constant [ integer EPIPE ] { -32 } -        Constant [ integer EPROTO ] { -71 } -        Constant [ integer EPROTONOSUPPORT ] { -93 } -        Constant [ integer EPROTOTYPE ] { -91 } -        Constant [ integer ERANGE ] { -34 } -        Constant [ integer EROFS ] { -30 } -        Constant [ integer ESHUTDOWN ] { -108 } -        Constant [ integer ESPIPE ] { -29 } -        Constant [ integer ESRCH ] { -3 } -        Constant [ integer ETIMEDOUT ] { -110 } -        Constant [ integer ETXTBSY ] { -26 } -        Constant [ integer EXDEV ] { -18 } -        Constant [ integer UNKNOWN ] { -4094 } -        Constant [ integer EOF ] { -4095 } -        Constant [ integer ENXIO ] { -6 } -        Constant [ integer EMLINK ] { -31 } -        Constant [ integer EHOSTDOWN ] { -112 } +      - Constants [197] { +        Constant [ public integer RUN_DEFAULT ] { 0 } +        Constant [ public integer RUN_ONCE ] { 1 } +        Constant [ public integer RUN_NOWAIT ] { 2 } +        Constant [ public integer CHANGE ] { 2 } +        Constant [ public integer RENAME ] { 1 } +        Constant [ public integer READABLE ] { 1 } +        Constant [ public integer WRITABLE ] { 2 } +        Constant [ public integer O_RDONLY ] { 0 } +        Constant [ public integer O_WRONLY ] { 1 } +        Constant [ public integer O_RDWR ] { 2 } +        Constant [ public integer O_CREAT ] { 64 } +        Constant [ public integer O_EXCL ] { 128 } +        Constant [ public integer O_TRUNC ] { 512 } +        Constant [ public integer O_APPEND ] { 1024 } +        Constant [ public integer S_IFDIR ] { 16384 } +        Constant [ public integer S_IFREG ] { 32768 } +        Constant [ public integer O_NOCTTY ] { 256 } +        Constant [ public integer S_IRWXU ] { 448 } +        Constant [ public integer S_IRUSR ] { 256 } +        Constant [ public integer S_IWUSR ] { 128 } +        Constant [ public integer S_IXUSR ] { 64 } +        Constant [ public integer S_IRWXG ] { 56 } +        Constant [ public integer S_IRGRP ] { 32 } +        Constant [ public integer S_IWGRP ] { 16 } +        Constant [ public integer S_IXGRP ] { 8 } +        Constant [ public integer S_IRWXO ] { 7 } +        Constant [ public integer S_IROTH ] { 4 } +        Constant [ public integer S_IWOTH ] { 2 } +        Constant [ public integer S_IXOTH ] { 1 } +        Constant [ public integer SIG_IGN ] { 1 } +        Constant [ public integer SIG_DFL ] { 0 } +        Constant [ public integer SIG_ERR ] { -1 } +        Constant [ public integer SIGHUP ] { 1 } +        Constant [ public integer SIGINT ] { 2 } +        Constant [ public integer SIGQUIT ] { 3 } +        Constant [ public integer SIGILL ] { 4 } +        Constant [ public integer SIGTRAP ] { 5 } +        Constant [ public integer SIGABRT ] { 6 } +        Constant [ public integer SIGIOT ] { 6 } +        Constant [ public integer SIGBUS ] { 7 } +        Constant [ public integer SIGFPE ] { 8 } +        Constant [ public integer SIGKILL ] { 9 } +        Constant [ public integer SIGUSR1 ] { 10 } +        Constant [ public integer SIGSEGV ] { 11 } +        Constant [ public integer SIGUSR2 ] { 12 } +        Constant [ public integer SIGPIPE ] { 13 } +        Constant [ public integer SIGALRM ] { 14 } +        Constant [ public integer SIGTERM ] { 15 } +        Constant [ public integer SIGSTKFLT ] { 16 } +        Constant [ public integer SIGCLD ] { 17 } +        Constant [ public integer SIGCHLD ] { 17 } +        Constant [ public integer SIGCONT ] { 18 } +        Constant [ public integer SIGSTOP ] { 19 } +        Constant [ public integer SIGTSTP ] { 20 } +        Constant [ public integer SIGTTIN ] { 21 } +        Constant [ public integer SIGTTOU ] { 22 } +        Constant [ public integer SIGURG ] { 23 } +        Constant [ public integer SIGXCPU ] { 24 } +        Constant [ public integer SIGXFSZ ] { 25 } +        Constant [ public integer SIGVTALRM ] { 26 } +        Constant [ public integer SIGPROF ] { 27 } +        Constant [ public integer SIGWINCH ] { 28 } +        Constant [ public integer SIGPOLL ] { 29 } +        Constant [ public integer SIGIO ] { 29 } +        Constant [ public integer SIGPWR ] { 30 } +        Constant [ public integer SIGSYS ] { 31 } +        Constant [ public integer SIGBABY ] { 31 } +        Constant [ public integer AF_INET ] { 2 } +        Constant [ public integer AF_INET6 ] { 10 } +        Constant [ public integer AF_UNSPEC ] { 0 } +        Constant [ public integer LEAVE_GROUP ] { 0 } +        Constant [ public integer JOIN_GROUP ] { 1 } +        Constant [ public integer IS_UV_TCP ] { 0 } +        Constant [ public integer IS_UV_UDP ] { 1 } +        Constant [ public integer IS_UV_PIPE ] { 2 } +        Constant [ public integer IS_UV_IDLE ] { 3 } +        Constant [ public integer IS_UV_TIMER ] { 4 } +        Constant [ public integer IS_UV_ASYNC ] { 5 } +        Constant [ public integer IS_UV_LOOP ] { 6 } +        Constant [ public integer IS_UV_HANDLE ] { 7 } +        Constant [ public integer IS_UV_STREAM ] { 8 } +        Constant [ public integer IS_UV_ADDRINFO ] { 9 } +        Constant [ public integer IS_UV_PROCESS ] { 10 } +        Constant [ public integer IS_UV_PREPARE ] { 11 } +        Constant [ public integer IS_UV_CHECK ] { 12 } +        Constant [ public integer IS_UV_WORK ] { 13 } +        Constant [ public integer IS_UV_FS ] { 14 } +        Constant [ public integer IS_UV_FS_EVENT ] { 15 } +        Constant [ public integer IS_UV_TTY ] { 16 } +        Constant [ public integer IS_UV_FS_POLL ] { 17 } +        Constant [ public integer IS_UV_POLL ] { 18 } +        Constant [ public integer UNKNOWN_HANDLE ] { 0 } +        Constant [ public integer FILE ] { 17 } +        Constant [ public integer ASYNC ] { 1 } +        Constant [ public integer CHECK ] { 2 } +        Constant [ public integer FS_EVENT ] { 3 } +        Constant [ public integer FS_POLL ] { 4 } +        Constant [ public integer HANDLE ] { 5 } +        Constant [ public integer IDLE ] { 6 } +        Constant [ public integer NAMED_PIPE ] { 7 } +        Constant [ public integer POLL ] { 8 } +        Constant [ public integer PREPARE ] { 9 } +        Constant [ public integer PROCESS ] { 10 } +        Constant [ public integer STREAM ] { 11 } +        Constant [ public integer TCP ] { 12 } +        Constant [ public integer TIMER ] { 13 } +        Constant [ public integer TTY ] { 14 } +        Constant [ public integer UDP ] { 15 } +        Constant [ public integer SIGNAL ] { 16 } +        Constant [ public integer HANDLE_TYPE_MAX ] { 18 } +        Constant [ public integer IGNORE ] { 0 } +        Constant [ public integer CREATE_PIPE ] { 1 } +        Constant [ public integer INHERIT_FD ] { 2 } +        Constant [ public integer INHERIT_STREAM ] { 4 } +        Constant [ public integer READABLE_PIPE ] { 16 } +        Constant [ public integer WRITABLE_PIPE ] { 32 } +        Constant [ public integer PROCESS_SETUID ] { 1 } +        Constant [ public integer PROCESS_SETGID ] { 2 } +        Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } +        Constant [ public integer PROCESS_DETACHED ] { 8 } +        Constant [ public integer E2BIG ] { -7 } +        Constant [ public integer EACCES ] { -13 } +        Constant [ public integer EADDRINUSE ] { -98 } +        Constant [ public integer EADDRNOTAVAIL ] { -99 } +        Constant [ public integer EAFNOSUPPORT ] { -97 } +        Constant [ public integer EAGAIN ] { -11 } +        Constant [ public integer EAI_ADDRFAMILY ] { -3000 } +        Constant [ public integer EAI_AGAIN ] { -3001 } +        Constant [ public integer EAI_BADFLAGS ] { -3002 } +        Constant [ public integer EAI_BADHINTS ] { -3013 } +        Constant [ public integer EAI_CANCELED ] { -3003 } +        Constant [ public integer EAI_FAIL ] { -3004 } +        Constant [ public integer EAI_FAMILY ] { -3005 } +        Constant [ public integer EAI_MEMORY ] { -3006 } +        Constant [ public integer EAI_NODATA ] { -3007 } +        Constant [ public integer EAI_NONAME ] { -3008 } +        Constant [ public integer EAI_OVERFLOW ] { -3009 } +        Constant [ public integer EAI_PROTOCOL ] { -3014 } +        Constant [ public integer EAI_SERVICE ] { -3010 } +        Constant [ public integer EAI_SOCKTYPE ] { -3011 } +        Constant [ public integer EALREADY ] { -114 } +        Constant [ public integer EBADF ] { -9 } +        Constant [ public integer EBUSY ] { -16 } +        Constant [ public integer ECANCELED ] { -125 } +        Constant [ public integer ECHARSET ] { -4080 } +        Constant [ public integer ECONNABORTED ] { -103 } +        Constant [ public integer ECONNREFUSED ] { -111 } +        Constant [ public integer ECONNRESET ] { -104 } +        Constant [ public integer EDESTADDRREQ ] { -89 } +        Constant [ public integer EEXIST ] { -17 } +        Constant [ public integer EFAULT ] { -14 } +        Constant [ public integer EFBIG ] { -27 } +        Constant [ public integer EHOSTUNREACH ] { -113 } +        Constant [ public integer EINTR ] { -4 } +        Constant [ public integer EINVAL ] { -22 } +        Constant [ public integer EIO ] { -5 } +        Constant [ public integer EISCONN ] { -106 } +        Constant [ public integer EISDIR ] { -21 } +        Constant [ public integer ELOOP ] { -40 } +        Constant [ public integer EMFILE ] { -24 } +        Constant [ public integer EMSGSIZE ] { -90 } +        Constant [ public integer ENAMETOOLONG ] { -36 } +        Constant [ public integer ENETDOWN ] { -100 } +        Constant [ public integer ENETUNREACH ] { -101 } +        Constant [ public integer ENFILE ] { -23 } +        Constant [ public integer ENOBUFS ] { -105 } +        Constant [ public integer ENODEV ] { -19 } +        Constant [ public integer ENOENT ] { -2 } +        Constant [ public integer ENOMEM ] { -12 } +        Constant [ public integer ENONET ] { -64 } +        Constant [ public integer ENOPROTOOPT ] { -92 } +        Constant [ public integer ENOSPC ] { -28 } +        Constant [ public integer ENOSYS ] { -38 } +        Constant [ public integer ENOTCONN ] { -107 } +        Constant [ public integer ENOTDIR ] { -20 } +        Constant [ public integer ENOTEMPTY ] { -39 } +        Constant [ public integer ENOTSOCK ] { -88 } +        Constant [ public integer ENOTSUP ] { -95 } +        Constant [ public integer EPERM ] { -1 } +        Constant [ public integer EPIPE ] { -32 } +        Constant [ public integer EPROTO ] { -71 } +        Constant [ public integer EPROTONOSUPPORT ] { -93 } +        Constant [ public integer EPROTOTYPE ] { -91 } +        Constant [ public integer ERANGE ] { -34 } +        Constant [ public integer EROFS ] { -30 } +        Constant [ public integer ESHUTDOWN ] { -108 } +        Constant [ public integer ESPIPE ] { -29 } +        Constant [ public integer ESRCH ] { -3 } +        Constant [ public integer ETIMEDOUT ] { -110 } +        Constant [ public integer ETXTBSY ] { -26 } +        Constant [ public integer EXDEV ] { -18 } +        Constant [ public integer UNKNOWN ] { -4094 } +        Constant [ public integer EOF ] { -4095 } +        Constant [ public integer ENXIO ] { -6 } +        Constant [ public integer EMLINK ] { -31 } +        Constant [ public integer EHOSTDOWN ] { -112 } +        Constant [ public integer EREMOTEIO ] { -121 }        }        - Static properties [0] { @@ -3115,203 +3125,204 @@ Extension [ <persistent> extension #147 uv version 0.2.2 ] {      Class [ <internal:uv> final class UVPrepare extends UV ] { -      - Constants [196] { -        Constant [ integer RUN_DEFAULT ] { 0 } -        Constant [ integer RUN_ONCE ] { 1 } -        Constant [ integer RUN_NOWAIT ] { 2 } -        Constant [ integer CHANGE ] { 2 } -        Constant [ integer RENAME ] { 1 } -        Constant [ integer READABLE ] { 1 } -        Constant [ integer WRITABLE ] { 2 } -        Constant [ integer O_RDONLY ] { 0 } -        Constant [ integer O_WRONLY ] { 1 } -        Constant [ integer O_RDWR ] { 2 } -        Constant [ integer O_CREAT ] { 64 } -        Constant [ integer O_EXCL ] { 128 } -        Constant [ integer O_TRUNC ] { 512 } -        Constant [ integer O_APPEND ] { 1024 } -        Constant [ integer S_IFDIR ] { 16384 } -        Constant [ integer S_IFREG ] { 32768 } -        Constant [ integer O_NOCTTY ] { 256 } -        Constant [ integer S_IRWXU ] { 448 } -        Constant [ integer S_IRUSR ] { 256 } -        Constant [ integer S_IWUSR ] { 128 } -        Constant [ integer S_IXUSR ] { 64 } -        Constant [ integer S_IRWXG ] { 56 } -        Constant [ integer S_IRGRP ] { 32 } -        Constant [ integer S_IWGRP ] { 16 } -        Constant [ integer S_IXGRP ] { 8 } -        Constant [ integer S_IRWXO ] { 7 } -        Constant [ integer S_IROTH ] { 4 } -        Constant [ integer S_IWOTH ] { 2 } -        Constant [ integer S_IXOTH ] { 1 } -        Constant [ integer SIG_IGN ] { 1 } -        Constant [ integer SIG_DFL ] { 0 } -        Constant [ integer SIG_ERR ] { -1 } -        Constant [ integer SIGHUP ] { 1 } -        Constant [ integer SIGINT ] { 2 } -        Constant [ integer SIGQUIT ] { 3 } -        Constant [ integer SIGILL ] { 4 } -        Constant [ integer SIGTRAP ] { 5 } -        Constant [ integer SIGABRT ] { 6 } -        Constant [ integer SIGIOT ] { 6 } -        Constant [ integer SIGBUS ] { 7 } -        Constant [ integer SIGFPE ] { 8 } -        Constant [ integer SIGKILL ] { 9 } -        Constant [ integer SIGUSR1 ] { 10 } -        Constant [ integer SIGSEGV ] { 11 } -        Constant [ integer SIGUSR2 ] { 12 } -        Constant [ integer SIGPIPE ] { 13 } -        Constant [ integer SIGALRM ] { 14 } -        Constant [ integer SIGTERM ] { 15 } -        Constant [ integer SIGSTKFLT ] { 16 } -        Constant [ integer SIGCLD ] { 17 } -        Constant [ integer SIGCHLD ] { 17 } -        Constant [ integer SIGCONT ] { 18 } -        Constant [ integer SIGSTOP ] { 19 } -        Constant [ integer SIGTSTP ] { 20 } -        Constant [ integer SIGTTIN ] { 21 } -        Constant [ integer SIGTTOU ] { 22 } -        Constant [ integer SIGURG ] { 23 } -        Constant [ integer SIGXCPU ] { 24 } -        Constant [ integer SIGXFSZ ] { 25 } -        Constant [ integer SIGVTALRM ] { 26 } -        Constant [ integer SIGPROF ] { 27 } -        Constant [ integer SIGWINCH ] { 28 } -        Constant [ integer SIGPOLL ] { 29 } -        Constant [ integer SIGIO ] { 29 } -        Constant [ integer SIGPWR ] { 30 } -        Constant [ integer SIGSYS ] { 31 } -        Constant [ integer SIGBABY ] { 31 } -        Constant [ integer AF_INET ] { 2 } -        Constant [ integer AF_INET6 ] { 10 } -        Constant [ integer AF_UNSPEC ] { 0 } -        Constant [ integer LEAVE_GROUP ] { 0 } -        Constant [ integer JOIN_GROUP ] { 1 } -        Constant [ integer IS_UV_TCP ] { 0 } -        Constant [ integer IS_UV_UDP ] { 1 } -        Constant [ integer IS_UV_PIPE ] { 2 } -        Constant [ integer IS_UV_IDLE ] { 3 } -        Constant [ integer IS_UV_TIMER ] { 4 } -        Constant [ integer IS_UV_ASYNC ] { 5 } -        Constant [ integer IS_UV_LOOP ] { 6 } -        Constant [ integer IS_UV_HANDLE ] { 7 } -        Constant [ integer IS_UV_STREAM ] { 8 } -        Constant [ integer IS_UV_ADDRINFO ] { 9 } -        Constant [ integer IS_UV_PROCESS ] { 10 } -        Constant [ integer IS_UV_PREPARE ] { 11 } -        Constant [ integer IS_UV_CHECK ] { 12 } -        Constant [ integer IS_UV_WORK ] { 13 } -        Constant [ integer IS_UV_FS ] { 14 } -        Constant [ integer IS_UV_FS_EVENT ] { 15 } -        Constant [ integer IS_UV_TTY ] { 16 } -        Constant [ integer IS_UV_FS_POLL ] { 17 } -        Constant [ integer IS_UV_POLL ] { 18 } -        Constant [ integer UNKNOWN_HANDLE ] { 0 } -        Constant [ integer FILE ] { 17 } -        Constant [ integer ASYNC ] { 1 } -        Constant [ integer CHECK ] { 2 } -        Constant [ integer FS_EVENT ] { 3 } -        Constant [ integer FS_POLL ] { 4 } -        Constant [ integer HANDLE ] { 5 } -        Constant [ integer IDLE ] { 6 } -        Constant [ integer NAMED_PIPE ] { 7 } -        Constant [ integer POLL ] { 8 } -        Constant [ integer PREPARE ] { 9 } -        Constant [ integer PROCESS ] { 10 } -        Constant [ integer STREAM ] { 11 } -        Constant [ integer TCP ] { 12 } -        Constant [ integer TIMER ] { 13 } -        Constant [ integer TTY ] { 14 } -        Constant [ integer UDP ] { 15 } -        Constant [ integer SIGNAL ] { 16 } -        Constant [ integer HANDLE_TYPE_MAX ] { 18 } -        Constant [ integer IGNORE ] { 0 } -        Constant [ integer CREATE_PIPE ] { 1 } -        Constant [ integer INHERIT_FD ] { 2 } -        Constant [ integer INHERIT_STREAM ] { 4 } -        Constant [ integer READABLE_PIPE ] { 16 } -        Constant [ integer WRITABLE_PIPE ] { 32 } -        Constant [ integer PROCESS_SETUID ] { 1 } -        Constant [ integer PROCESS_SETGID ] { 2 } -        Constant [ integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } -        Constant [ integer PROCESS_DETACHED ] { 8 } -        Constant [ integer E2BIG ] { -7 } -        Constant [ integer EACCES ] { -13 } -        Constant [ integer EADDRINUSE ] { -98 } -        Constant [ integer EADDRNOTAVAIL ] { -99 } -        Constant [ integer EAFNOSUPPORT ] { -97 } -        Constant [ integer EAGAIN ] { -11 } -        Constant [ integer EAI_ADDRFAMILY ] { -3000 } -        Constant [ integer EAI_AGAIN ] { -3001 } -        Constant [ integer EAI_BADFLAGS ] { -3002 } -        Constant [ integer EAI_BADHINTS ] { -3013 } -        Constant [ integer EAI_CANCELED ] { -3003 } -        Constant [ integer EAI_FAIL ] { -3004 } -        Constant [ integer EAI_FAMILY ] { -3005 } -        Constant [ integer EAI_MEMORY ] { -3006 } -        Constant [ integer EAI_NODATA ] { -3007 } -        Constant [ integer EAI_NONAME ] { -3008 } -        Constant [ integer EAI_OVERFLOW ] { -3009 } -        Constant [ integer EAI_PROTOCOL ] { -3014 } -        Constant [ integer EAI_SERVICE ] { -3010 } -        Constant [ integer EAI_SOCKTYPE ] { -3011 } -        Constant [ integer EALREADY ] { -114 } -        Constant [ integer EBADF ] { -9 } -        Constant [ integer EBUSY ] { -16 } -        Constant [ integer ECANCELED ] { -125 } -        Constant [ integer ECHARSET ] { -4080 } -        Constant [ integer ECONNABORTED ] { -103 } -        Constant [ integer ECONNREFUSED ] { -111 } -        Constant [ integer ECONNRESET ] { -104 } -        Constant [ integer EDESTADDRREQ ] { -89 } -        Constant [ integer EEXIST ] { -17 } -        Constant [ integer EFAULT ] { -14 } -        Constant [ integer EFBIG ] { -27 } -        Constant [ integer EHOSTUNREACH ] { -113 } -        Constant [ integer EINTR ] { -4 } -        Constant [ integer EINVAL ] { -22 } -        Constant [ integer EIO ] { -5 } -        Constant [ integer EISCONN ] { -106 } -        Constant [ integer EISDIR ] { -21 } -        Constant [ integer ELOOP ] { -40 } -        Constant [ integer EMFILE ] { -24 } -        Constant [ integer EMSGSIZE ] { -90 } -        Constant [ integer ENAMETOOLONG ] { -36 } -        Constant [ integer ENETDOWN ] { -100 } -        Constant [ integer ENETUNREACH ] { -101 } -        Constant [ integer ENFILE ] { -23 } -        Constant [ integer ENOBUFS ] { -105 } -        Constant [ integer ENODEV ] { -19 } -        Constant [ integer ENOENT ] { -2 } -        Constant [ integer ENOMEM ] { -12 } -        Constant [ integer ENONET ] { -64 } -        Constant [ integer ENOPROTOOPT ] { -92 } -        Constant [ integer ENOSPC ] { -28 } -        Constant [ integer ENOSYS ] { -38 } -        Constant [ integer ENOTCONN ] { -107 } -        Constant [ integer ENOTDIR ] { -20 } -        Constant [ integer ENOTEMPTY ] { -39 } -        Constant [ integer ENOTSOCK ] { -88 } -        Constant [ integer ENOTSUP ] { -95 } -        Constant [ integer EPERM ] { -1 } -        Constant [ integer EPIPE ] { -32 } -        Constant [ integer EPROTO ] { -71 } -        Constant [ integer EPROTONOSUPPORT ] { -93 } -        Constant [ integer EPROTOTYPE ] { -91 } -        Constant [ integer ERANGE ] { -34 } -        Constant [ integer EROFS ] { -30 } -        Constant [ integer ESHUTDOWN ] { -108 } -        Constant [ integer ESPIPE ] { -29 } -        Constant [ integer ESRCH ] { -3 } -        Constant [ integer ETIMEDOUT ] { -110 } -        Constant [ integer ETXTBSY ] { -26 } -        Constant [ integer EXDEV ] { -18 } -        Constant [ integer UNKNOWN ] { -4094 } -        Constant [ integer EOF ] { -4095 } -        Constant [ integer ENXIO ] { -6 } -        Constant [ integer EMLINK ] { -31 } -        Constant [ integer EHOSTDOWN ] { -112 } +      - Constants [197] { +        Constant [ public integer RUN_DEFAULT ] { 0 } +        Constant [ public integer RUN_ONCE ] { 1 } +        Constant [ public integer RUN_NOWAIT ] { 2 } +        Constant [ public integer CHANGE ] { 2 } +        Constant [ public integer RENAME ] { 1 } +        Constant [ public integer READABLE ] { 1 } +        Constant [ public integer WRITABLE ] { 2 } +        Constant [ public integer O_RDONLY ] { 0 } +        Constant [ public integer O_WRONLY ] { 1 } +        Constant [ public integer O_RDWR ] { 2 } +        Constant [ public integer O_CREAT ] { 64 } +        Constant [ public integer O_EXCL ] { 128 } +        Constant [ public integer O_TRUNC ] { 512 } +        Constant [ public integer O_APPEND ] { 1024 } +        Constant [ public integer S_IFDIR ] { 16384 } +        Constant [ public integer S_IFREG ] { 32768 } +        Constant [ public integer O_NOCTTY ] { 256 } +        Constant [ public integer S_IRWXU ] { 448 } +        Constant [ public integer S_IRUSR ] { 256 } +        Constant [ public integer S_IWUSR ] { 128 } +        Constant [ public integer S_IXUSR ] { 64 } +        Constant [ public integer S_IRWXG ] { 56 } +        Constant [ public integer S_IRGRP ] { 32 } +        Constant [ public integer S_IWGRP ] { 16 } +        Constant [ public integer S_IXGRP ] { 8 } +        Constant [ public integer S_IRWXO ] { 7 } +        Constant [ public integer S_IROTH ] { 4 } +        Constant [ public integer S_IWOTH ] { 2 } +        Constant [ public integer S_IXOTH ] { 1 } +        Constant [ public integer SIG_IGN ] { 1 } +        Constant [ public integer SIG_DFL ] { 0 } +        Constant [ public integer SIG_ERR ] { -1 } +        Constant [ public integer SIGHUP ] { 1 } +        Constant [ public integer SIGINT ] { 2 } +        Constant [ public integer SIGQUIT ] { 3 } +        Constant [ public integer SIGILL ] { 4 } +        Constant [ public integer SIGTRAP ] { 5 } +        Constant [ public integer SIGABRT ] { 6 } +        Constant [ public integer SIGIOT ] { 6 } +        Constant [ public integer SIGBUS ] { 7 } +        Constant [ public integer SIGFPE ] { 8 } +        Constant [ public integer SIGKILL ] { 9 } +        Constant [ public integer SIGUSR1 ] { 10 } +        Constant [ public integer SIGSEGV ] { 11 } +        Constant [ public integer SIGUSR2 ] { 12 } +        Constant [ public integer SIGPIPE ] { 13 } +        Constant [ public integer SIGALRM ] { 14 } +        Constant [ public integer SIGTERM ] { 15 } +        Constant [ public integer SIGSTKFLT ] { 16 } +        Constant [ public integer SIGCLD ] { 17 } +        Constant [ public integer SIGCHLD ] { 17 } +        Constant [ public integer SIGCONT ] { 18 } +        Constant [ public integer SIGSTOP ] { 19 } +        Constant [ public integer SIGTSTP ] { 20 } +        Constant [ public integer SIGTTIN ] { 21 } +        Constant [ public integer SIGTTOU ] { 22 } +        Constant [ public integer SIGURG ] { 23 } +        Constant [ public integer SIGXCPU ] { 24 } +        Constant [ public integer SIGXFSZ ] { 25 } +        Constant [ public integer SIGVTALRM ] { 26 } +        Constant [ public integer SIGPROF ] { 27 } +        Constant [ public integer SIGWINCH ] { 28 } +        Constant [ public integer SIGPOLL ] { 29 } +        Constant [ public integer SIGIO ] { 29 } +        Constant [ public integer SIGPWR ] { 30 } +        Constant [ public integer SIGSYS ] { 31 } +        Constant [ public integer SIGBABY ] { 31 } +        Constant [ public integer AF_INET ] { 2 } +        Constant [ public integer AF_INET6 ] { 10 } +        Constant [ public integer AF_UNSPEC ] { 0 } +        Constant [ public integer LEAVE_GROUP ] { 0 } +        Constant [ public integer JOIN_GROUP ] { 1 } +        Constant [ public integer IS_UV_TCP ] { 0 } +        Constant [ public integer IS_UV_UDP ] { 1 } +        Constant [ public integer IS_UV_PIPE ] { 2 } +        Constant [ public integer IS_UV_IDLE ] { 3 } +        Constant [ public integer IS_UV_TIMER ] { 4 } +        Constant [ public integer IS_UV_ASYNC ] { 5 } +        Constant [ public integer IS_UV_LOOP ] { 6 } +        Constant [ public integer IS_UV_HANDLE ] { 7 } +        Constant [ public integer IS_UV_STREAM ] { 8 } +        Constant [ public integer IS_UV_ADDRINFO ] { 9 } +        Constant [ public integer IS_UV_PROCESS ] { 10 } +        Constant [ public integer IS_UV_PREPARE ] { 11 } +        Constant [ public integer IS_UV_CHECK ] { 12 } +        Constant [ public integer IS_UV_WORK ] { 13 } +        Constant [ public integer IS_UV_FS ] { 14 } +        Constant [ public integer IS_UV_FS_EVENT ] { 15 } +        Constant [ public integer IS_UV_TTY ] { 16 } +        Constant [ public integer IS_UV_FS_POLL ] { 17 } +        Constant [ public integer IS_UV_POLL ] { 18 } +        Constant [ public integer UNKNOWN_HANDLE ] { 0 } +        Constant [ public integer FILE ] { 17 } +        Constant [ public integer ASYNC ] { 1 } +        Constant [ public integer CHECK ] { 2 } +        Constant [ public integer FS_EVENT ] { 3 } +        Constant [ public integer FS_POLL ] { 4 } +        Constant [ public integer HANDLE ] { 5 } +        Constant [ public integer IDLE ] { 6 } +        Constant [ public integer NAMED_PIPE ] { 7 } +        Constant [ public integer POLL ] { 8 } +        Constant [ public integer PREPARE ] { 9 } +        Constant [ public integer PROCESS ] { 10 } +        Constant [ public integer STREAM ] { 11 } +        Constant [ public integer TCP ] { 12 } +        Constant [ public integer TIMER ] { 13 } +        Constant [ public integer TTY ] { 14 } +        Constant [ public integer UDP ] { 15 } +        Constant [ public integer SIGNAL ] { 16 } +        Constant [ public integer HANDLE_TYPE_MAX ] { 18 } +        Constant [ public integer IGNORE ] { 0 } +        Constant [ public integer CREATE_PIPE ] { 1 } +        Constant [ public integer INHERIT_FD ] { 2 } +        Constant [ public integer INHERIT_STREAM ] { 4 } +        Constant [ public integer READABLE_PIPE ] { 16 } +        Constant [ public integer WRITABLE_PIPE ] { 32 } +        Constant [ public integer PROCESS_SETUID ] { 1 } +        Constant [ public integer PROCESS_SETGID ] { 2 } +        Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } +        Constant [ public integer PROCESS_DETACHED ] { 8 } +        Constant [ public integer E2BIG ] { -7 } +        Constant [ public integer EACCES ] { -13 } +        Constant [ public integer EADDRINUSE ] { -98 } +        Constant [ public integer EADDRNOTAVAIL ] { -99 } +        Constant [ public integer EAFNOSUPPORT ] { -97 } +        Constant [ public integer EAGAIN ] { -11 } +        Constant [ public integer EAI_ADDRFAMILY ] { -3000 } +        Constant [ public integer EAI_AGAIN ] { -3001 } +        Constant [ public integer EAI_BADFLAGS ] { -3002 } +        Constant [ public integer EAI_BADHINTS ] { -3013 } +        Constant [ public integer EAI_CANCELED ] { -3003 } +        Constant [ public integer EAI_FAIL ] { -3004 } +        Constant [ public integer EAI_FAMILY ] { -3005 } +        Constant [ public integer EAI_MEMORY ] { -3006 } +        Constant [ public integer EAI_NODATA ] { -3007 } +        Constant [ public integer EAI_NONAME ] { -3008 } +        Constant [ public integer EAI_OVERFLOW ] { -3009 } +        Constant [ public integer EAI_PROTOCOL ] { -3014 } +        Constant [ public integer EAI_SERVICE ] { -3010 } +        Constant [ public integer EAI_SOCKTYPE ] { -3011 } +        Constant [ public integer EALREADY ] { -114 } +        Constant [ public integer EBADF ] { -9 } +        Constant [ public integer EBUSY ] { -16 } +        Constant [ public integer ECANCELED ] { -125 } +        Constant [ public integer ECHARSET ] { -4080 } +        Constant [ public integer ECONNABORTED ] { -103 } +        Constant [ public integer ECONNREFUSED ] { -111 } +        Constant [ public integer ECONNRESET ] { -104 } +        Constant [ public integer EDESTADDRREQ ] { -89 } +        Constant [ public integer EEXIST ] { -17 } +        Constant [ public integer EFAULT ] { -14 } +        Constant [ public integer EFBIG ] { -27 } +        Constant [ public integer EHOSTUNREACH ] { -113 } +        Constant [ public integer EINTR ] { -4 } +        Constant [ public integer EINVAL ] { -22 } +        Constant [ public integer EIO ] { -5 } +        Constant [ public integer EISCONN ] { -106 } +        Constant [ public integer EISDIR ] { -21 } +        Constant [ public integer ELOOP ] { -40 } +        Constant [ public integer EMFILE ] { -24 } +        Constant [ public integer EMSGSIZE ] { -90 } +        Constant [ public integer ENAMETOOLONG ] { -36 } +        Constant [ public integer ENETDOWN ] { -100 } +        Constant [ public integer ENETUNREACH ] { -101 } +        Constant [ public integer ENFILE ] { -23 } +        Constant [ public integer ENOBUFS ] { -105 } +        Constant [ public integer ENODEV ] { -19 } +        Constant [ public integer ENOENT ] { -2 } +        Constant [ public integer ENOMEM ] { -12 } +        Constant [ public integer ENONET ] { -64 } +        Constant [ public integer ENOPROTOOPT ] { -92 } +        Constant [ public integer ENOSPC ] { -28 } +        Constant [ public integer ENOSYS ] { -38 } +        Constant [ public integer ENOTCONN ] { -107 } +        Constant [ public integer ENOTDIR ] { -20 } +        Constant [ public integer ENOTEMPTY ] { -39 } +        Constant [ public integer ENOTSOCK ] { -88 } +        Constant [ public integer ENOTSUP ] { -95 } +        Constant [ public integer EPERM ] { -1 } +        Constant [ public integer EPIPE ] { -32 } +        Constant [ public integer EPROTO ] { -71 } +        Constant [ public integer EPROTONOSUPPORT ] { -93 } +        Constant [ public integer EPROTOTYPE ] { -91 } +        Constant [ public integer ERANGE ] { -34 } +        Constant [ public integer EROFS ] { -30 } +        Constant [ public integer ESHUTDOWN ] { -108 } +        Constant [ public integer ESPIPE ] { -29 } +        Constant [ public integer ESRCH ] { -3 } +        Constant [ public integer ETIMEDOUT ] { -110 } +        Constant [ public integer ETXTBSY ] { -26 } +        Constant [ public integer EXDEV ] { -18 } +        Constant [ public integer UNKNOWN ] { -4094 } +        Constant [ public integer EOF ] { -4095 } +        Constant [ public integer ENXIO ] { -6 } +        Constant [ public integer EMLINK ] { -31 } +        Constant [ public integer EHOSTDOWN ] { -112 } +        Constant [ public integer EREMOTEIO ] { -121 }        }        - Static properties [0] { @@ -3329,203 +3340,204 @@ Extension [ <persistent> extension #147 uv version 0.2.2 ] {      Class [ <internal:uv> final class UVCheck extends UV ] { -      - Constants [196] { -        Constant [ integer RUN_DEFAULT ] { 0 } -        Constant [ integer RUN_ONCE ] { 1 } -        Constant [ integer RUN_NOWAIT ] { 2 } -        Constant [ integer CHANGE ] { 2 } -        Constant [ integer RENAME ] { 1 } -        Constant [ integer READABLE ] { 1 } -        Constant [ integer WRITABLE ] { 2 } -        Constant [ integer O_RDONLY ] { 0 } -        Constant [ integer O_WRONLY ] { 1 } -        Constant [ integer O_RDWR ] { 2 } -        Constant [ integer O_CREAT ] { 64 } -        Constant [ integer O_EXCL ] { 128 } -        Constant [ integer O_TRUNC ] { 512 } -        Constant [ integer O_APPEND ] { 1024 } -        Constant [ integer S_IFDIR ] { 16384 } -        Constant [ integer S_IFREG ] { 32768 } -        Constant [ integer O_NOCTTY ] { 256 } -        Constant [ integer S_IRWXU ] { 448 } -        Constant [ integer S_IRUSR ] { 256 } -        Constant [ integer S_IWUSR ] { 128 } -        Constant [ integer S_IXUSR ] { 64 } -        Constant [ integer S_IRWXG ] { 56 } -        Constant [ integer S_IRGRP ] { 32 } -        Constant [ integer S_IWGRP ] { 16 } -        Constant [ integer S_IXGRP ] { 8 } -        Constant [ integer S_IRWXO ] { 7 } -        Constant [ integer S_IROTH ] { 4 } -        Constant [ integer S_IWOTH ] { 2 } -        Constant [ integer S_IXOTH ] { 1 } -        Constant [ integer SIG_IGN ] { 1 } -        Constant [ integer SIG_DFL ] { 0 } -        Constant [ integer SIG_ERR ] { -1 } -        Constant [ integer SIGHUP ] { 1 } -        Constant [ integer SIGINT ] { 2 } -        Constant [ integer SIGQUIT ] { 3 } -        Constant [ integer SIGILL ] { 4 } -        Constant [ integer SIGTRAP ] { 5 } -        Constant [ integer SIGABRT ] { 6 } -        Constant [ integer SIGIOT ] { 6 } -        Constant [ integer SIGBUS ] { 7 } -        Constant [ integer SIGFPE ] { 8 } -        Constant [ integer SIGKILL ] { 9 } -        Constant [ integer SIGUSR1 ] { 10 } -        Constant [ integer SIGSEGV ] { 11 } -        Constant [ integer SIGUSR2 ] { 12 } -        Constant [ integer SIGPIPE ] { 13 } -        Constant [ integer SIGALRM ] { 14 } -        Constant [ integer SIGTERM ] { 15 } -        Constant [ integer SIGSTKFLT ] { 16 } -        Constant [ integer SIGCLD ] { 17 } -        Constant [ integer SIGCHLD ] { 17 } -        Constant [ integer SIGCONT ] { 18 } -        Constant [ integer SIGSTOP ] { 19 } -        Constant [ integer SIGTSTP ] { 20 } -        Constant [ integer SIGTTIN ] { 21 } -        Constant [ integer SIGTTOU ] { 22 } -        Constant [ integer SIGURG ] { 23 } -        Constant [ integer SIGXCPU ] { 24 } -        Constant [ integer SIGXFSZ ] { 25 } -        Constant [ integer SIGVTALRM ] { 26 } -        Constant [ integer SIGPROF ] { 27 } -        Constant [ integer SIGWINCH ] { 28 } -        Constant [ integer SIGPOLL ] { 29 } -        Constant [ integer SIGIO ] { 29 } -        Constant [ integer SIGPWR ] { 30 } -        Constant [ integer SIGSYS ] { 31 } -        Constant [ integer SIGBABY ] { 31 } -        Constant [ integer AF_INET ] { 2 } -        Constant [ integer AF_INET6 ] { 10 } -        Constant [ integer AF_UNSPEC ] { 0 } -        Constant [ integer LEAVE_GROUP ] { 0 } -        Constant [ integer JOIN_GROUP ] { 1 } -        Constant [ integer IS_UV_TCP ] { 0 } -        Constant [ integer IS_UV_UDP ] { 1 } -        Constant [ integer IS_UV_PIPE ] { 2 } -        Constant [ integer IS_UV_IDLE ] { 3 } -        Constant [ integer IS_UV_TIMER ] { 4 } -        Constant [ integer IS_UV_ASYNC ] { 5 } -        Constant [ integer IS_UV_LOOP ] { 6 } -        Constant [ integer IS_UV_HANDLE ] { 7 } -        Constant [ integer IS_UV_STREAM ] { 8 } -        Constant [ integer IS_UV_ADDRINFO ] { 9 } -        Constant [ integer IS_UV_PROCESS ] { 10 } -        Constant [ integer IS_UV_PREPARE ] { 11 } -        Constant [ integer IS_UV_CHECK ] { 12 } -        Constant [ integer IS_UV_WORK ] { 13 } -        Constant [ integer IS_UV_FS ] { 14 } -        Constant [ integer IS_UV_FS_EVENT ] { 15 } -        Constant [ integer IS_UV_TTY ] { 16 } -        Constant [ integer IS_UV_FS_POLL ] { 17 } -        Constant [ integer IS_UV_POLL ] { 18 } -        Constant [ integer UNKNOWN_HANDLE ] { 0 } -        Constant [ integer FILE ] { 17 } -        Constant [ integer ASYNC ] { 1 } -        Constant [ integer CHECK ] { 2 } -        Constant [ integer FS_EVENT ] { 3 } -        Constant [ integer FS_POLL ] { 4 } -        Constant [ integer HANDLE ] { 5 } -        Constant [ integer IDLE ] { 6 } -        Constant [ integer NAMED_PIPE ] { 7 } -        Constant [ integer POLL ] { 8 } -        Constant [ integer PREPARE ] { 9 } -        Constant [ integer PROCESS ] { 10 } -        Constant [ integer STREAM ] { 11 } -        Constant [ integer TCP ] { 12 } -        Constant [ integer TIMER ] { 13 } -        Constant [ integer TTY ] { 14 } -        Constant [ integer UDP ] { 15 } -        Constant [ integer SIGNAL ] { 16 } -        Constant [ integer HANDLE_TYPE_MAX ] { 18 } -        Constant [ integer IGNORE ] { 0 } -        Constant [ integer CREATE_PIPE ] { 1 } -        Constant [ integer INHERIT_FD ] { 2 } -        Constant [ integer INHERIT_STREAM ] { 4 } -        Constant [ integer READABLE_PIPE ] { 16 } -        Constant [ integer WRITABLE_PIPE ] { 32 } -        Constant [ integer PROCESS_SETUID ] { 1 } -        Constant [ integer PROCESS_SETGID ] { 2 } -        Constant [ integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } -        Constant [ integer PROCESS_DETACHED ] { 8 } -        Constant [ integer E2BIG ] { -7 } -        Constant [ integer EACCES ] { -13 } -        Constant [ integer EADDRINUSE ] { -98 } -        Constant [ integer EADDRNOTAVAIL ] { -99 } -        Constant [ integer EAFNOSUPPORT ] { -97 } -        Constant [ integer EAGAIN ] { -11 } -        Constant [ integer EAI_ADDRFAMILY ] { -3000 } -        Constant [ integer EAI_AGAIN ] { -3001 } -        Constant [ integer EAI_BADFLAGS ] { -3002 } -        Constant [ integer EAI_BADHINTS ] { -3013 } -        Constant [ integer EAI_CANCELED ] { -3003 } -        Constant [ integer EAI_FAIL ] { -3004 } -        Constant [ integer EAI_FAMILY ] { -3005 } -        Constant [ integer EAI_MEMORY ] { -3006 } -        Constant [ integer EAI_NODATA ] { -3007 } -        Constant [ integer EAI_NONAME ] { -3008 } -        Constant [ integer EAI_OVERFLOW ] { -3009 } -        Constant [ integer EAI_PROTOCOL ] { -3014 } -        Constant [ integer EAI_SERVICE ] { -3010 } -        Constant [ integer EAI_SOCKTYPE ] { -3011 } -        Constant [ integer EALREADY ] { -114 } -        Constant [ integer EBADF ] { -9 } -        Constant [ integer EBUSY ] { -16 } -        Constant [ integer ECANCELED ] { -125 } -        Constant [ integer ECHARSET ] { -4080 } -        Constant [ integer ECONNABORTED ] { -103 } -        Constant [ integer ECONNREFUSED ] { -111 } -        Constant [ integer ECONNRESET ] { -104 } -        Constant [ integer EDESTADDRREQ ] { -89 } -        Constant [ integer EEXIST ] { -17 } -        Constant [ integer EFAULT ] { -14 } -        Constant [ integer EFBIG ] { -27 } -        Constant [ integer EHOSTUNREACH ] { -113 } -        Constant [ integer EINTR ] { -4 } -        Constant [ integer EINVAL ] { -22 } -        Constant [ integer EIO ] { -5 } -        Constant [ integer EISCONN ] { -106 } -        Constant [ integer EISDIR ] { -21 } -        Constant [ integer ELOOP ] { -40 } -        Constant [ integer EMFILE ] { -24 } -        Constant [ integer EMSGSIZE ] { -90 } -        Constant [ integer ENAMETOOLONG ] { -36 } -        Constant [ integer ENETDOWN ] { -100 } -        Constant [ integer ENETUNREACH ] { -101 } -        Constant [ integer ENFILE ] { -23 } -        Constant [ integer ENOBUFS ] { -105 } -        Constant [ integer ENODEV ] { -19 } -        Constant [ integer ENOENT ] { -2 } -        Constant [ integer ENOMEM ] { -12 } -        Constant [ integer ENONET ] { -64 } -        Constant [ integer ENOPROTOOPT ] { -92 } -        Constant [ integer ENOSPC ] { -28 } -        Constant [ integer ENOSYS ] { -38 } -        Constant [ integer ENOTCONN ] { -107 } -        Constant [ integer ENOTDIR ] { -20 } -        Constant [ integer ENOTEMPTY ] { -39 } -        Constant [ integer ENOTSOCK ] { -88 } -        Constant [ integer ENOTSUP ] { -95 } -        Constant [ integer EPERM ] { -1 } -        Constant [ integer EPIPE ] { -32 } -        Constant [ integer EPROTO ] { -71 } -        Constant [ integer EPROTONOSUPPORT ] { -93 } -        Constant [ integer EPROTOTYPE ] { -91 } -        Constant [ integer ERANGE ] { -34 } -        Constant [ integer EROFS ] { -30 } -        Constant [ integer ESHUTDOWN ] { -108 } -        Constant [ integer ESPIPE ] { -29 } -        Constant [ integer ESRCH ] { -3 } -        Constant [ integer ETIMEDOUT ] { -110 } -        Constant [ integer ETXTBSY ] { -26 } -        Constant [ integer EXDEV ] { -18 } -        Constant [ integer UNKNOWN ] { -4094 } -        Constant [ integer EOF ] { -4095 } -        Constant [ integer ENXIO ] { -6 } -        Constant [ integer EMLINK ] { -31 } -        Constant [ integer EHOSTDOWN ] { -112 } +      - Constants [197] { +        Constant [ public integer RUN_DEFAULT ] { 0 } +        Constant [ public integer RUN_ONCE ] { 1 } +        Constant [ public integer RUN_NOWAIT ] { 2 } +        Constant [ public integer CHANGE ] { 2 } +        Constant [ public integer RENAME ] { 1 } +        Constant [ public integer READABLE ] { 1 } +        Constant [ public integer WRITABLE ] { 2 } +        Constant [ public integer O_RDONLY ] { 0 } +        Constant [ public integer O_WRONLY ] { 1 } +        Constant [ public integer O_RDWR ] { 2 } +        Constant [ public integer O_CREAT ] { 64 } +        Constant [ public integer O_EXCL ] { 128 } +        Constant [ public integer O_TRUNC ] { 512 } +        Constant [ public integer O_APPEND ] { 1024 } +        Constant [ public integer S_IFDIR ] { 16384 } +        Constant [ public integer S_IFREG ] { 32768 } +        Constant [ public integer O_NOCTTY ] { 256 } +        Constant [ public integer S_IRWXU ] { 448 } +        Constant [ public integer S_IRUSR ] { 256 } +        Constant [ public integer S_IWUSR ] { 128 } +        Constant [ public integer S_IXUSR ] { 64 } +        Constant [ public integer S_IRWXG ] { 56 } +        Constant [ public integer S_IRGRP ] { 32 } +        Constant [ public integer S_IWGRP ] { 16 } +        Constant [ public integer S_IXGRP ] { 8 } +        Constant [ public integer S_IRWXO ] { 7 } +        Constant [ public integer S_IROTH ] { 4 } +        Constant [ public integer S_IWOTH ] { 2 } +        Constant [ public integer S_IXOTH ] { 1 } +        Constant [ public integer SIG_IGN ] { 1 } +        Constant [ public integer SIG_DFL ] { 0 } +        Constant [ public integer SIG_ERR ] { -1 } +        Constant [ public integer SIGHUP ] { 1 } +        Constant [ public integer SIGINT ] { 2 } +        Constant [ public integer SIGQUIT ] { 3 } +        Constant [ public integer SIGILL ] { 4 } +        Constant [ public integer SIGTRAP ] { 5 } +        Constant [ public integer SIGABRT ] { 6 } +        Constant [ public integer SIGIOT ] { 6 } +        Constant [ public integer SIGBUS ] { 7 } +        Constant [ public integer SIGFPE ] { 8 } +        Constant [ public integer SIGKILL ] { 9 } +        Constant [ public integer SIGUSR1 ] { 10 } +        Constant [ public integer SIGSEGV ] { 11 } +        Constant [ public integer SIGUSR2 ] { 12 } +        Constant [ public integer SIGPIPE ] { 13 } +        Constant [ public integer SIGALRM ] { 14 } +        Constant [ public integer SIGTERM ] { 15 } +        Constant [ public integer SIGSTKFLT ] { 16 } +        Constant [ public integer SIGCLD ] { 17 } +        Constant [ public integer SIGCHLD ] { 17 } +        Constant [ public integer SIGCONT ] { 18 } +        Constant [ public integer SIGSTOP ] { 19 } +        Constant [ public integer SIGTSTP ] { 20 } +        Constant [ public integer SIGTTIN ] { 21 } +        Constant [ public integer SIGTTOU ] { 22 } +        Constant [ public integer SIGURG ] { 23 } +        Constant [ public integer SIGXCPU ] { 24 } +        Constant [ public integer SIGXFSZ ] { 25 } +        Constant [ public integer SIGVTALRM ] { 26 } +        Constant [ public integer SIGPROF ] { 27 } +        Constant [ public integer SIGWINCH ] { 28 } +        Constant [ public integer SIGPOLL ] { 29 } +        Constant [ public integer SIGIO ] { 29 } +        Constant [ public integer SIGPWR ] { 30 } +        Constant [ public integer SIGSYS ] { 31 } +        Constant [ public integer SIGBABY ] { 31 } +        Constant [ public integer AF_INET ] { 2 } +        Constant [ public integer AF_INET6 ] { 10 } +        Constant [ public integer AF_UNSPEC ] { 0 } +        Constant [ public integer LEAVE_GROUP ] { 0 } +        Constant [ public integer JOIN_GROUP ] { 1 } +        Constant [ public integer IS_UV_TCP ] { 0 } +        Constant [ public integer IS_UV_UDP ] { 1 } +        Constant [ public integer IS_UV_PIPE ] { 2 } +        Constant [ public integer IS_UV_IDLE ] { 3 } +        Constant [ public integer IS_UV_TIMER ] { 4 } +        Constant [ public integer IS_UV_ASYNC ] { 5 } +        Constant [ public integer IS_UV_LOOP ] { 6 } +        Constant [ public integer IS_UV_HANDLE ] { 7 } +        Constant [ public integer IS_UV_STREAM ] { 8 } +        Constant [ public integer IS_UV_ADDRINFO ] { 9 } +        Constant [ public integer IS_UV_PROCESS ] { 10 } +        Constant [ public integer IS_UV_PREPARE ] { 11 } +        Constant [ public integer IS_UV_CHECK ] { 12 } +        Constant [ public integer IS_UV_WORK ] { 13 } +        Constant [ public integer IS_UV_FS ] { 14 } +        Constant [ public integer IS_UV_FS_EVENT ] { 15 } +        Constant [ public integer IS_UV_TTY ] { 16 } +        Constant [ public integer IS_UV_FS_POLL ] { 17 } +        Constant [ public integer IS_UV_POLL ] { 18 } +        Constant [ public integer UNKNOWN_HANDLE ] { 0 } +        Constant [ public integer FILE ] { 17 } +        Constant [ public integer ASYNC ] { 1 } +        Constant [ public integer CHECK ] { 2 } +        Constant [ public integer FS_EVENT ] { 3 } +        Constant [ public integer FS_POLL ] { 4 } +        Constant [ public integer HANDLE ] { 5 } +        Constant [ public integer IDLE ] { 6 } +        Constant [ public integer NAMED_PIPE ] { 7 } +        Constant [ public integer POLL ] { 8 } +        Constant [ public integer PREPARE ] { 9 } +        Constant [ public integer PROCESS ] { 10 } +        Constant [ public integer STREAM ] { 11 } +        Constant [ public integer TCP ] { 12 } +        Constant [ public integer TIMER ] { 13 } +        Constant [ public integer TTY ] { 14 } +        Constant [ public integer UDP ] { 15 } +        Constant [ public integer SIGNAL ] { 16 } +        Constant [ public integer HANDLE_TYPE_MAX ] { 18 } +        Constant [ public integer IGNORE ] { 0 } +        Constant [ public integer CREATE_PIPE ] { 1 } +        Constant [ public integer INHERIT_FD ] { 2 } +        Constant [ public integer INHERIT_STREAM ] { 4 } +        Constant [ public integer READABLE_PIPE ] { 16 } +        Constant [ public integer WRITABLE_PIPE ] { 32 } +        Constant [ public integer PROCESS_SETUID ] { 1 } +        Constant [ public integer PROCESS_SETGID ] { 2 } +        Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } +        Constant [ public integer PROCESS_DETACHED ] { 8 } +        Constant [ public integer E2BIG ] { -7 } +        Constant [ public integer EACCES ] { -13 } +        Constant [ public integer EADDRINUSE ] { -98 } +        Constant [ public integer EADDRNOTAVAIL ] { -99 } +        Constant [ public integer EAFNOSUPPORT ] { -97 } +        Constant [ public integer EAGAIN ] { -11 } +        Constant [ public integer EAI_ADDRFAMILY ] { -3000 } +        Constant [ public integer EAI_AGAIN ] { -3001 } +        Constant [ public integer EAI_BADFLAGS ] { -3002 } +        Constant [ public integer EAI_BADHINTS ] { -3013 } +        Constant [ public integer EAI_CANCELED ] { -3003 } +        Constant [ public integer EAI_FAIL ] { -3004 } +        Constant [ public integer EAI_FAMILY ] { -3005 } +        Constant [ public integer EAI_MEMORY ] { -3006 } +        Constant [ public integer EAI_NODATA ] { -3007 } +        Constant [ public integer EAI_NONAME ] { -3008 } +        Constant [ public integer EAI_OVERFLOW ] { -3009 } +        Constant [ public integer EAI_PROTOCOL ] { -3014 } +        Constant [ public integer EAI_SERVICE ] { -3010 } +        Constant [ public integer EAI_SOCKTYPE ] { -3011 } +        Constant [ public integer EALREADY ] { -114 } +        Constant [ public integer EBADF ] { -9 } +        Constant [ public integer EBUSY ] { -16 } +        Constant [ public integer ECANCELED ] { -125 } +        Constant [ public integer ECHARSET ] { -4080 } +        Constant [ public integer ECONNABORTED ] { -103 } +        Constant [ public integer ECONNREFUSED ] { -111 } +        Constant [ public integer ECONNRESET ] { -104 } +        Constant [ public integer EDESTADDRREQ ] { -89 } +        Constant [ public integer EEXIST ] { -17 } +        Constant [ public integer EFAULT ] { -14 } +        Constant [ public integer EFBIG ] { -27 } +        Constant [ public integer EHOSTUNREACH ] { -113 } +        Constant [ public integer EINTR ] { -4 } +        Constant [ public integer EINVAL ] { -22 } +        Constant [ public integer EIO ] { -5 } +        Constant [ public integer EISCONN ] { -106 } +        Constant [ public integer EISDIR ] { -21 } +        Constant [ public integer ELOOP ] { -40 } +        Constant [ public integer EMFILE ] { -24 } +        Constant [ public integer EMSGSIZE ] { -90 } +        Constant [ public integer ENAMETOOLONG ] { -36 } +        Constant [ public integer ENETDOWN ] { -100 } +        Constant [ public integer ENETUNREACH ] { -101 } +        Constant [ public integer ENFILE ] { -23 } +        Constant [ public integer ENOBUFS ] { -105 } +        Constant [ public integer ENODEV ] { -19 } +        Constant [ public integer ENOENT ] { -2 } +        Constant [ public integer ENOMEM ] { -12 } +        Constant [ public integer ENONET ] { -64 } +        Constant [ public integer ENOPROTOOPT ] { -92 } +        Constant [ public integer ENOSPC ] { -28 } +        Constant [ public integer ENOSYS ] { -38 } +        Constant [ public integer ENOTCONN ] { -107 } +        Constant [ public integer ENOTDIR ] { -20 } +        Constant [ public integer ENOTEMPTY ] { -39 } +        Constant [ public integer ENOTSOCK ] { -88 } +        Constant [ public integer ENOTSUP ] { -95 } +        Constant [ public integer EPERM ] { -1 } +        Constant [ public integer EPIPE ] { -32 } +        Constant [ public integer EPROTO ] { -71 } +        Constant [ public integer EPROTONOSUPPORT ] { -93 } +        Constant [ public integer EPROTOTYPE ] { -91 } +        Constant [ public integer ERANGE ] { -34 } +        Constant [ public integer EROFS ] { -30 } +        Constant [ public integer ESHUTDOWN ] { -108 } +        Constant [ public integer ESPIPE ] { -29 } +        Constant [ public integer ESRCH ] { -3 } +        Constant [ public integer ETIMEDOUT ] { -110 } +        Constant [ public integer ETXTBSY ] { -26 } +        Constant [ public integer EXDEV ] { -18 } +        Constant [ public integer UNKNOWN ] { -4094 } +        Constant [ public integer EOF ] { -4095 } +        Constant [ public integer ENXIO ] { -6 } +        Constant [ public integer EMLINK ] { -31 } +        Constant [ public integer EHOSTDOWN ] { -112 } +        Constant [ public integer EREMOTEIO ] { -121 }        }        - Static properties [0] { @@ -3543,203 +3555,204 @@ Extension [ <persistent> extension #147 uv version 0.2.2 ] {      Class [ <internal:uv> final class UVWork extends UV ] { -      - Constants [196] { -        Constant [ integer RUN_DEFAULT ] { 0 } -        Constant [ integer RUN_ONCE ] { 1 } -        Constant [ integer RUN_NOWAIT ] { 2 } -        Constant [ integer CHANGE ] { 2 } -        Constant [ integer RENAME ] { 1 } -        Constant [ integer READABLE ] { 1 } -        Constant [ integer WRITABLE ] { 2 } -        Constant [ integer O_RDONLY ] { 0 } -        Constant [ integer O_WRONLY ] { 1 } -        Constant [ integer O_RDWR ] { 2 } -        Constant [ integer O_CREAT ] { 64 } -        Constant [ integer O_EXCL ] { 128 } -        Constant [ integer O_TRUNC ] { 512 } -        Constant [ integer O_APPEND ] { 1024 } -        Constant [ integer S_IFDIR ] { 16384 } -        Constant [ integer S_IFREG ] { 32768 } -        Constant [ integer O_NOCTTY ] { 256 } -        Constant [ integer S_IRWXU ] { 448 } -        Constant [ integer S_IRUSR ] { 256 } -        Constant [ integer S_IWUSR ] { 128 } -        Constant [ integer S_IXUSR ] { 64 } -        Constant [ integer S_IRWXG ] { 56 } -        Constant [ integer S_IRGRP ] { 32 } -        Constant [ integer S_IWGRP ] { 16 } -        Constant [ integer S_IXGRP ] { 8 } -        Constant [ integer S_IRWXO ] { 7 } -        Constant [ integer S_IROTH ] { 4 } -        Constant [ integer S_IWOTH ] { 2 } -        Constant [ integer S_IXOTH ] { 1 } -        Constant [ integer SIG_IGN ] { 1 } -        Constant [ integer SIG_DFL ] { 0 } -        Constant [ integer SIG_ERR ] { -1 } -        Constant [ integer SIGHUP ] { 1 } -        Constant [ integer SIGINT ] { 2 } -        Constant [ integer SIGQUIT ] { 3 } -        Constant [ integer SIGILL ] { 4 } -        Constant [ integer SIGTRAP ] { 5 } -        Constant [ integer SIGABRT ] { 6 } -        Constant [ integer SIGIOT ] { 6 } -        Constant [ integer SIGBUS ] { 7 } -        Constant [ integer SIGFPE ] { 8 } -        Constant [ integer SIGKILL ] { 9 } -        Constant [ integer SIGUSR1 ] { 10 } -        Constant [ integer SIGSEGV ] { 11 } -        Constant [ integer SIGUSR2 ] { 12 } -        Constant [ integer SIGPIPE ] { 13 } -        Constant [ integer SIGALRM ] { 14 } -        Constant [ integer SIGTERM ] { 15 } -        Constant [ integer SIGSTKFLT ] { 16 } -        Constant [ integer SIGCLD ] { 17 } -        Constant [ integer SIGCHLD ] { 17 } -        Constant [ integer SIGCONT ] { 18 } -        Constant [ integer SIGSTOP ] { 19 } -        Constant [ integer SIGTSTP ] { 20 } -        Constant [ integer SIGTTIN ] { 21 } -        Constant [ integer SIGTTOU ] { 22 } -        Constant [ integer SIGURG ] { 23 } -        Constant [ integer SIGXCPU ] { 24 } -        Constant [ integer SIGXFSZ ] { 25 } -        Constant [ integer SIGVTALRM ] { 26 } -        Constant [ integer SIGPROF ] { 27 } -        Constant [ integer SIGWINCH ] { 28 } -        Constant [ integer SIGPOLL ] { 29 } -        Constant [ integer SIGIO ] { 29 } -        Constant [ integer SIGPWR ] { 30 } -        Constant [ integer SIGSYS ] { 31 } -        Constant [ integer SIGBABY ] { 31 } -        Constant [ integer AF_INET ] { 2 } -        Constant [ integer AF_INET6 ] { 10 } -        Constant [ integer AF_UNSPEC ] { 0 } -        Constant [ integer LEAVE_GROUP ] { 0 } -        Constant [ integer JOIN_GROUP ] { 1 } -        Constant [ integer IS_UV_TCP ] { 0 } -        Constant [ integer IS_UV_UDP ] { 1 } -        Constant [ integer IS_UV_PIPE ] { 2 } -        Constant [ integer IS_UV_IDLE ] { 3 } -        Constant [ integer IS_UV_TIMER ] { 4 } -        Constant [ integer IS_UV_ASYNC ] { 5 } -        Constant [ integer IS_UV_LOOP ] { 6 } -        Constant [ integer IS_UV_HANDLE ] { 7 } -        Constant [ integer IS_UV_STREAM ] { 8 } -        Constant [ integer IS_UV_ADDRINFO ] { 9 } -        Constant [ integer IS_UV_PROCESS ] { 10 } -        Constant [ integer IS_UV_PREPARE ] { 11 } -        Constant [ integer IS_UV_CHECK ] { 12 } -        Constant [ integer IS_UV_WORK ] { 13 } -        Constant [ integer IS_UV_FS ] { 14 } -        Constant [ integer IS_UV_FS_EVENT ] { 15 } -        Constant [ integer IS_UV_TTY ] { 16 } -        Constant [ integer IS_UV_FS_POLL ] { 17 } -        Constant [ integer IS_UV_POLL ] { 18 } -        Constant [ integer UNKNOWN_HANDLE ] { 0 } -        Constant [ integer FILE ] { 17 } -        Constant [ integer ASYNC ] { 1 } -        Constant [ integer CHECK ] { 2 } -        Constant [ integer FS_EVENT ] { 3 } -        Constant [ integer FS_POLL ] { 4 } -        Constant [ integer HANDLE ] { 5 } -        Constant [ integer IDLE ] { 6 } -        Constant [ integer NAMED_PIPE ] { 7 } -        Constant [ integer POLL ] { 8 } -        Constant [ integer PREPARE ] { 9 } -        Constant [ integer PROCESS ] { 10 } -        Constant [ integer STREAM ] { 11 } -        Constant [ integer TCP ] { 12 } -        Constant [ integer TIMER ] { 13 } -        Constant [ integer TTY ] { 14 } -        Constant [ integer UDP ] { 15 } -        Constant [ integer SIGNAL ] { 16 } -        Constant [ integer HANDLE_TYPE_MAX ] { 18 } -        Constant [ integer IGNORE ] { 0 } -        Constant [ integer CREATE_PIPE ] { 1 } -        Constant [ integer INHERIT_FD ] { 2 } -        Constant [ integer INHERIT_STREAM ] { 4 } -        Constant [ integer READABLE_PIPE ] { 16 } -        Constant [ integer WRITABLE_PIPE ] { 32 } -        Constant [ integer PROCESS_SETUID ] { 1 } -        Constant [ integer PROCESS_SETGID ] { 2 } -        Constant [ integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } -        Constant [ integer PROCESS_DETACHED ] { 8 } -        Constant [ integer E2BIG ] { -7 } -        Constant [ integer EACCES ] { -13 } -        Constant [ integer EADDRINUSE ] { -98 } -        Constant [ integer EADDRNOTAVAIL ] { -99 } -        Constant [ integer EAFNOSUPPORT ] { -97 } -        Constant [ integer EAGAIN ] { -11 } -        Constant [ integer EAI_ADDRFAMILY ] { -3000 } -        Constant [ integer EAI_AGAIN ] { -3001 } -        Constant [ integer EAI_BADFLAGS ] { -3002 } -        Constant [ integer EAI_BADHINTS ] { -3013 } -        Constant [ integer EAI_CANCELED ] { -3003 } -        Constant [ integer EAI_FAIL ] { -3004 } -        Constant [ integer EAI_FAMILY ] { -3005 } -        Constant [ integer EAI_MEMORY ] { -3006 } -        Constant [ integer EAI_NODATA ] { -3007 } -        Constant [ integer EAI_NONAME ] { -3008 } -        Constant [ integer EAI_OVERFLOW ] { -3009 } -        Constant [ integer EAI_PROTOCOL ] { -3014 } -        Constant [ integer EAI_SERVICE ] { -3010 } -        Constant [ integer EAI_SOCKTYPE ] { -3011 } -        Constant [ integer EALREADY ] { -114 } -        Constant [ integer EBADF ] { -9 } -        Constant [ integer EBUSY ] { -16 } -        Constant [ integer ECANCELED ] { -125 } -        Constant [ integer ECHARSET ] { -4080 } -        Constant [ integer ECONNABORTED ] { -103 } -        Constant [ integer ECONNREFUSED ] { -111 } -        Constant [ integer ECONNRESET ] { -104 } -        Constant [ integer EDESTADDRREQ ] { -89 } -        Constant [ integer EEXIST ] { -17 } -        Constant [ integer EFAULT ] { -14 } -        Constant [ integer EFBIG ] { -27 } -        Constant [ integer EHOSTUNREACH ] { -113 } -        Constant [ integer EINTR ] { -4 } -        Constant [ integer EINVAL ] { -22 } -        Constant [ integer EIO ] { -5 } -        Constant [ integer EISCONN ] { -106 } -        Constant [ integer EISDIR ] { -21 } -        Constant [ integer ELOOP ] { -40 } -        Constant [ integer EMFILE ] { -24 } -        Constant [ integer EMSGSIZE ] { -90 } -        Constant [ integer ENAMETOOLONG ] { -36 } -        Constant [ integer ENETDOWN ] { -100 } -        Constant [ integer ENETUNREACH ] { -101 } -        Constant [ integer ENFILE ] { -23 } -        Constant [ integer ENOBUFS ] { -105 } -        Constant [ integer ENODEV ] { -19 } -        Constant [ integer ENOENT ] { -2 } -        Constant [ integer ENOMEM ] { -12 } -        Constant [ integer ENONET ] { -64 } -        Constant [ integer ENOPROTOOPT ] { -92 } -        Constant [ integer ENOSPC ] { -28 } -        Constant [ integer ENOSYS ] { -38 } -        Constant [ integer ENOTCONN ] { -107 } -        Constant [ integer ENOTDIR ] { -20 } -        Constant [ integer ENOTEMPTY ] { -39 } -        Constant [ integer ENOTSOCK ] { -88 } -        Constant [ integer ENOTSUP ] { -95 } -        Constant [ integer EPERM ] { -1 } -        Constant [ integer EPIPE ] { -32 } -        Constant [ integer EPROTO ] { -71 } -        Constant [ integer EPROTONOSUPPORT ] { -93 } -        Constant [ integer EPROTOTYPE ] { -91 } -        Constant [ integer ERANGE ] { -34 } -        Constant [ integer EROFS ] { -30 } -        Constant [ integer ESHUTDOWN ] { -108 } -        Constant [ integer ESPIPE ] { -29 } -        Constant [ integer ESRCH ] { -3 } -        Constant [ integer ETIMEDOUT ] { -110 } -        Constant [ integer ETXTBSY ] { -26 } -        Constant [ integer EXDEV ] { -18 } -        Constant [ integer UNKNOWN ] { -4094 } -        Constant [ integer EOF ] { -4095 } -        Constant [ integer ENXIO ] { -6 } -        Constant [ integer EMLINK ] { -31 } -        Constant [ integer EHOSTDOWN ] { -112 } +      - Constants [197] { +        Constant [ public integer RUN_DEFAULT ] { 0 } +        Constant [ public integer RUN_ONCE ] { 1 } +        Constant [ public integer RUN_NOWAIT ] { 2 } +        Constant [ public integer CHANGE ] { 2 } +        Constant [ public integer RENAME ] { 1 } +        Constant [ public integer READABLE ] { 1 } +        Constant [ public integer WRITABLE ] { 2 } +        Constant [ public integer O_RDONLY ] { 0 } +        Constant [ public integer O_WRONLY ] { 1 } +        Constant [ public integer O_RDWR ] { 2 } +        Constant [ public integer O_CREAT ] { 64 } +        Constant [ public integer O_EXCL ] { 128 } +        Constant [ public integer O_TRUNC ] { 512 } +        Constant [ public integer O_APPEND ] { 1024 } +        Constant [ public integer S_IFDIR ] { 16384 } +        Constant [ public integer S_IFREG ] { 32768 } +        Constant [ public integer O_NOCTTY ] { 256 } +        Constant [ public integer S_IRWXU ] { 448 } +        Constant [ public integer S_IRUSR ] { 256 } +        Constant [ public integer S_IWUSR ] { 128 } +        Constant [ public integer S_IXUSR ] { 64 } +        Constant [ public integer S_IRWXG ] { 56 } +        Constant [ public integer S_IRGRP ] { 32 } +        Constant [ public integer S_IWGRP ] { 16 } +        Constant [ public integer S_IXGRP ] { 8 } +        Constant [ public integer S_IRWXO ] { 7 } +        Constant [ public integer S_IROTH ] { 4 } +        Constant [ public integer S_IWOTH ] { 2 } +        Constant [ public integer S_IXOTH ] { 1 } +        Constant [ public integer SIG_IGN ] { 1 } +        Constant [ public integer SIG_DFL ] { 0 } +        Constant [ public integer SIG_ERR ] { -1 } +        Constant [ public integer SIGHUP ] { 1 } +        Constant [ public integer SIGINT ] { 2 } +        Constant [ public integer SIGQUIT ] { 3 } +        Constant [ public integer SIGILL ] { 4 } +        Constant [ public integer SIGTRAP ] { 5 } +        Constant [ public integer SIGABRT ] { 6 } +        Constant [ public integer SIGIOT ] { 6 } +        Constant [ public integer SIGBUS ] { 7 } +        Constant [ public integer SIGFPE ] { 8 } +        Constant [ public integer SIGKILL ] { 9 } +        Constant [ public integer SIGUSR1 ] { 10 } +        Constant [ public integer SIGSEGV ] { 11 } +        Constant [ public integer SIGUSR2 ] { 12 } +        Constant [ public integer SIGPIPE ] { 13 } +        Constant [ public integer SIGALRM ] { 14 } +        Constant [ public integer SIGTERM ] { 15 } +        Constant [ public integer SIGSTKFLT ] { 16 } +        Constant [ public integer SIGCLD ] { 17 } +        Constant [ public integer SIGCHLD ] { 17 } +        Constant [ public integer SIGCONT ] { 18 } +        Constant [ public integer SIGSTOP ] { 19 } +        Constant [ public integer SIGTSTP ] { 20 } +        Constant [ public integer SIGTTIN ] { 21 } +        Constant [ public integer SIGTTOU ] { 22 } +        Constant [ public integer SIGURG ] { 23 } +        Constant [ public integer SIGXCPU ] { 24 } +        Constant [ public integer SIGXFSZ ] { 25 } +        Constant [ public integer SIGVTALRM ] { 26 } +        Constant [ public integer SIGPROF ] { 27 } +        Constant [ public integer SIGWINCH ] { 28 } +        Constant [ public integer SIGPOLL ] { 29 } +        Constant [ public integer SIGIO ] { 29 } +        Constant [ public integer SIGPWR ] { 30 } +        Constant [ public integer SIGSYS ] { 31 } +        Constant [ public integer SIGBABY ] { 31 } +        Constant [ public integer AF_INET ] { 2 } +        Constant [ public integer AF_INET6 ] { 10 } +        Constant [ public integer AF_UNSPEC ] { 0 } +        Constant [ public integer LEAVE_GROUP ] { 0 } +        Constant [ public integer JOIN_GROUP ] { 1 } +        Constant [ public integer IS_UV_TCP ] { 0 } +        Constant [ public integer IS_UV_UDP ] { 1 } +        Constant [ public integer IS_UV_PIPE ] { 2 } +        Constant [ public integer IS_UV_IDLE ] { 3 } +        Constant [ public integer IS_UV_TIMER ] { 4 } +        Constant [ public integer IS_UV_ASYNC ] { 5 } +        Constant [ public integer IS_UV_LOOP ] { 6 } +        Constant [ public integer IS_UV_HANDLE ] { 7 } +        Constant [ public integer IS_UV_STREAM ] { 8 } +        Constant [ public integer IS_UV_ADDRINFO ] { 9 } +        Constant [ public integer IS_UV_PROCESS ] { 10 } +        Constant [ public integer IS_UV_PREPARE ] { 11 } +        Constant [ public integer IS_UV_CHECK ] { 12 } +        Constant [ public integer IS_UV_WORK ] { 13 } +        Constant [ public integer IS_UV_FS ] { 14 } +        Constant [ public integer IS_UV_FS_EVENT ] { 15 } +        Constant [ public integer IS_UV_TTY ] { 16 } +        Constant [ public integer IS_UV_FS_POLL ] { 17 } +        Constant [ public integer IS_UV_POLL ] { 18 } +        Constant [ public integer UNKNOWN_HANDLE ] { 0 } +        Constant [ public integer FILE ] { 17 } +        Constant [ public integer ASYNC ] { 1 } +        Constant [ public integer CHECK ] { 2 } +        Constant [ public integer FS_EVENT ] { 3 } +        Constant [ public integer FS_POLL ] { 4 } +        Constant [ public integer HANDLE ] { 5 } +        Constant [ public integer IDLE ] { 6 } +        Constant [ public integer NAMED_PIPE ] { 7 } +        Constant [ public integer POLL ] { 8 } +        Constant [ public integer PREPARE ] { 9 } +        Constant [ public integer PROCESS ] { 10 } +        Constant [ public integer STREAM ] { 11 } +        Constant [ public integer TCP ] { 12 } +        Constant [ public integer TIMER ] { 13 } +        Constant [ public integer TTY ] { 14 } +        Constant [ public integer UDP ] { 15 } +        Constant [ public integer SIGNAL ] { 16 } +        Constant [ public integer HANDLE_TYPE_MAX ] { 18 } +        Constant [ public integer IGNORE ] { 0 } +        Constant [ public integer CREATE_PIPE ] { 1 } +        Constant [ public integer INHERIT_FD ] { 2 } +        Constant [ public integer INHERIT_STREAM ] { 4 } +        Constant [ public integer READABLE_PIPE ] { 16 } +        Constant [ public integer WRITABLE_PIPE ] { 32 } +        Constant [ public integer PROCESS_SETUID ] { 1 } +        Constant [ public integer PROCESS_SETGID ] { 2 } +        Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } +        Constant [ public integer PROCESS_DETACHED ] { 8 } +        Constant [ public integer E2BIG ] { -7 } +        Constant [ public integer EACCES ] { -13 } +        Constant [ public integer EADDRINUSE ] { -98 } +        Constant [ public integer EADDRNOTAVAIL ] { -99 } +        Constant [ public integer EAFNOSUPPORT ] { -97 } +        Constant [ public integer EAGAIN ] { -11 } +        Constant [ public integer EAI_ADDRFAMILY ] { -3000 } +        Constant [ public integer EAI_AGAIN ] { -3001 } +        Constant [ public integer EAI_BADFLAGS ] { -3002 } +        Constant [ public integer EAI_BADHINTS ] { -3013 } +        Constant [ public integer EAI_CANCELED ] { -3003 } +        Constant [ public integer EAI_FAIL ] { -3004 } +        Constant [ public integer EAI_FAMILY ] { -3005 } +        Constant [ public integer EAI_MEMORY ] { -3006 } +        Constant [ public integer EAI_NODATA ] { -3007 } +        Constant [ public integer EAI_NONAME ] { -3008 } +        Constant [ public integer EAI_OVERFLOW ] { -3009 } +        Constant [ public integer EAI_PROTOCOL ] { -3014 } +        Constant [ public integer EAI_SERVICE ] { -3010 } +        Constant [ public integer EAI_SOCKTYPE ] { -3011 } +        Constant [ public integer EALREADY ] { -114 } +        Constant [ public integer EBADF ] { -9 } +        Constant [ public integer EBUSY ] { -16 } +        Constant [ public integer ECANCELED ] { -125 } +        Constant [ public integer ECHARSET ] { -4080 } +        Constant [ public integer ECONNABORTED ] { -103 } +        Constant [ public integer ECONNREFUSED ] { -111 } +        Constant [ public integer ECONNRESET ] { -104 } +        Constant [ public integer EDESTADDRREQ ] { -89 } +        Constant [ public integer EEXIST ] { -17 } +        Constant [ public integer EFAULT ] { -14 } +        Constant [ public integer EFBIG ] { -27 } +        Constant [ public integer EHOSTUNREACH ] { -113 } +        Constant [ public integer EINTR ] { -4 } +        Constant [ public integer EINVAL ] { -22 } +        Constant [ public integer EIO ] { -5 } +        Constant [ public integer EISCONN ] { -106 } +        Constant [ public integer EISDIR ] { -21 } +        Constant [ public integer ELOOP ] { -40 } +        Constant [ public integer EMFILE ] { -24 } +        Constant [ public integer EMSGSIZE ] { -90 } +        Constant [ public integer ENAMETOOLONG ] { -36 } +        Constant [ public integer ENETDOWN ] { -100 } +        Constant [ public integer ENETUNREACH ] { -101 } +        Constant [ public integer ENFILE ] { -23 } +        Constant [ public integer ENOBUFS ] { -105 } +        Constant [ public integer ENODEV ] { -19 } +        Constant [ public integer ENOENT ] { -2 } +        Constant [ public integer ENOMEM ] { -12 } +        Constant [ public integer ENONET ] { -64 } +        Constant [ public integer ENOPROTOOPT ] { -92 } +        Constant [ public integer ENOSPC ] { -28 } +        Constant [ public integer ENOSYS ] { -38 } +        Constant [ public integer ENOTCONN ] { -107 } +        Constant [ public integer ENOTDIR ] { -20 } +        Constant [ public integer ENOTEMPTY ] { -39 } +        Constant [ public integer ENOTSOCK ] { -88 } +        Constant [ public integer ENOTSUP ] { -95 } +        Constant [ public integer EPERM ] { -1 } +        Constant [ public integer EPIPE ] { -32 } +        Constant [ public integer EPROTO ] { -71 } +        Constant [ public integer EPROTONOSUPPORT ] { -93 } +        Constant [ public integer EPROTOTYPE ] { -91 } +        Constant [ public integer ERANGE ] { -34 } +        Constant [ public integer EROFS ] { -30 } +        Constant [ public integer ESHUTDOWN ] { -108 } +        Constant [ public integer ESPIPE ] { -29 } +        Constant [ public integer ESRCH ] { -3 } +        Constant [ public integer ETIMEDOUT ] { -110 } +        Constant [ public integer ETXTBSY ] { -26 } +        Constant [ public integer EXDEV ] { -18 } +        Constant [ public integer UNKNOWN ] { -4094 } +        Constant [ public integer EOF ] { -4095 } +        Constant [ public integer ENXIO ] { -6 } +        Constant [ public integer EMLINK ] { -31 } +        Constant [ public integer EHOSTDOWN ] { -112 } +        Constant [ public integer EREMOTEIO ] { -121 }        }        - Static properties [0] { @@ -3757,203 +3770,204 @@ Extension [ <persistent> extension #147 uv version 0.2.2 ] {      Class [ <internal:uv> final class UVFs extends UV ] { -      - Constants [196] { -        Constant [ integer RUN_DEFAULT ] { 0 } -        Constant [ integer RUN_ONCE ] { 1 } -        Constant [ integer RUN_NOWAIT ] { 2 } -        Constant [ integer CHANGE ] { 2 } -        Constant [ integer RENAME ] { 1 } -        Constant [ integer READABLE ] { 1 } -        Constant [ integer WRITABLE ] { 2 } -        Constant [ integer O_RDONLY ] { 0 } -        Constant [ integer O_WRONLY ] { 1 } -        Constant [ integer O_RDWR ] { 2 } -        Constant [ integer O_CREAT ] { 64 } -        Constant [ integer O_EXCL ] { 128 } -        Constant [ integer O_TRUNC ] { 512 } -        Constant [ integer O_APPEND ] { 1024 } -        Constant [ integer S_IFDIR ] { 16384 } -        Constant [ integer S_IFREG ] { 32768 } -        Constant [ integer O_NOCTTY ] { 256 } -        Constant [ integer S_IRWXU ] { 448 } -        Constant [ integer S_IRUSR ] { 256 } -        Constant [ integer S_IWUSR ] { 128 } -        Constant [ integer S_IXUSR ] { 64 } -        Constant [ integer S_IRWXG ] { 56 } -        Constant [ integer S_IRGRP ] { 32 } -        Constant [ integer S_IWGRP ] { 16 } -        Constant [ integer S_IXGRP ] { 8 } -        Constant [ integer S_IRWXO ] { 7 } -        Constant [ integer S_IROTH ] { 4 } -        Constant [ integer S_IWOTH ] { 2 } -        Constant [ integer S_IXOTH ] { 1 } -        Constant [ integer SIG_IGN ] { 1 } -        Constant [ integer SIG_DFL ] { 0 } -        Constant [ integer SIG_ERR ] { -1 } -        Constant [ integer SIGHUP ] { 1 } -        Constant [ integer SIGINT ] { 2 } -        Constant [ integer SIGQUIT ] { 3 } -        Constant [ integer SIGILL ] { 4 } -        Constant [ integer SIGTRAP ] { 5 } -        Constant [ integer SIGABRT ] { 6 } -        Constant [ integer SIGIOT ] { 6 } -        Constant [ integer SIGBUS ] { 7 } -        Constant [ integer SIGFPE ] { 8 } -        Constant [ integer SIGKILL ] { 9 } -        Constant [ integer SIGUSR1 ] { 10 } -        Constant [ integer SIGSEGV ] { 11 } -        Constant [ integer SIGUSR2 ] { 12 } -        Constant [ integer SIGPIPE ] { 13 } -        Constant [ integer SIGALRM ] { 14 } -        Constant [ integer SIGTERM ] { 15 } -        Constant [ integer SIGSTKFLT ] { 16 } -        Constant [ integer SIGCLD ] { 17 } -        Constant [ integer SIGCHLD ] { 17 } -        Constant [ integer SIGCONT ] { 18 } -        Constant [ integer SIGSTOP ] { 19 } -        Constant [ integer SIGTSTP ] { 20 } -        Constant [ integer SIGTTIN ] { 21 } -        Constant [ integer SIGTTOU ] { 22 } -        Constant [ integer SIGURG ] { 23 } -        Constant [ integer SIGXCPU ] { 24 } -        Constant [ integer SIGXFSZ ] { 25 } -        Constant [ integer SIGVTALRM ] { 26 } -        Constant [ integer SIGPROF ] { 27 } -        Constant [ integer SIGWINCH ] { 28 } -        Constant [ integer SIGPOLL ] { 29 } -        Constant [ integer SIGIO ] { 29 } -        Constant [ integer SIGPWR ] { 30 } -        Constant [ integer SIGSYS ] { 31 } -        Constant [ integer SIGBABY ] { 31 } -        Constant [ integer AF_INET ] { 2 } -        Constant [ integer AF_INET6 ] { 10 } -        Constant [ integer AF_UNSPEC ] { 0 } -        Constant [ integer LEAVE_GROUP ] { 0 } -        Constant [ integer JOIN_GROUP ] { 1 } -        Constant [ integer IS_UV_TCP ] { 0 } -        Constant [ integer IS_UV_UDP ] { 1 } -        Constant [ integer IS_UV_PIPE ] { 2 } -        Constant [ integer IS_UV_IDLE ] { 3 } -        Constant [ integer IS_UV_TIMER ] { 4 } -        Constant [ integer IS_UV_ASYNC ] { 5 } -        Constant [ integer IS_UV_LOOP ] { 6 } -        Constant [ integer IS_UV_HANDLE ] { 7 } -        Constant [ integer IS_UV_STREAM ] { 8 } -        Constant [ integer IS_UV_ADDRINFO ] { 9 } -        Constant [ integer IS_UV_PROCESS ] { 10 } -        Constant [ integer IS_UV_PREPARE ] { 11 } -        Constant [ integer IS_UV_CHECK ] { 12 } -        Constant [ integer IS_UV_WORK ] { 13 } -        Constant [ integer IS_UV_FS ] { 14 } -        Constant [ integer IS_UV_FS_EVENT ] { 15 } -        Constant [ integer IS_UV_TTY ] { 16 } -        Constant [ integer IS_UV_FS_POLL ] { 17 } -        Constant [ integer IS_UV_POLL ] { 18 } -        Constant [ integer UNKNOWN_HANDLE ] { 0 } -        Constant [ integer FILE ] { 17 } -        Constant [ integer ASYNC ] { 1 } -        Constant [ integer CHECK ] { 2 } -        Constant [ integer FS_EVENT ] { 3 } -        Constant [ integer FS_POLL ] { 4 } -        Constant [ integer HANDLE ] { 5 } -        Constant [ integer IDLE ] { 6 } -        Constant [ integer NAMED_PIPE ] { 7 } -        Constant [ integer POLL ] { 8 } -        Constant [ integer PREPARE ] { 9 } -        Constant [ integer PROCESS ] { 10 } -        Constant [ integer STREAM ] { 11 } -        Constant [ integer TCP ] { 12 } -        Constant [ integer TIMER ] { 13 } -        Constant [ integer TTY ] { 14 } -        Constant [ integer UDP ] { 15 } -        Constant [ integer SIGNAL ] { 16 } -        Constant [ integer HANDLE_TYPE_MAX ] { 18 } -        Constant [ integer IGNORE ] { 0 } -        Constant [ integer CREATE_PIPE ] { 1 } -        Constant [ integer INHERIT_FD ] { 2 } -        Constant [ integer INHERIT_STREAM ] { 4 } -        Constant [ integer READABLE_PIPE ] { 16 } -        Constant [ integer WRITABLE_PIPE ] { 32 } -        Constant [ integer PROCESS_SETUID ] { 1 } -        Constant [ integer PROCESS_SETGID ] { 2 } -        Constant [ integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } -        Constant [ integer PROCESS_DETACHED ] { 8 } -        Constant [ integer E2BIG ] { -7 } -        Constant [ integer EACCES ] { -13 } -        Constant [ integer EADDRINUSE ] { -98 } -        Constant [ integer EADDRNOTAVAIL ] { -99 } -        Constant [ integer EAFNOSUPPORT ] { -97 } -        Constant [ integer EAGAIN ] { -11 } -        Constant [ integer EAI_ADDRFAMILY ] { -3000 } -        Constant [ integer EAI_AGAIN ] { -3001 } -        Constant [ integer EAI_BADFLAGS ] { -3002 } -        Constant [ integer EAI_BADHINTS ] { -3013 } -        Constant [ integer EAI_CANCELED ] { -3003 } -        Constant [ integer EAI_FAIL ] { -3004 } -        Constant [ integer EAI_FAMILY ] { -3005 } -        Constant [ integer EAI_MEMORY ] { -3006 } -        Constant [ integer EAI_NODATA ] { -3007 } -        Constant [ integer EAI_NONAME ] { -3008 } -        Constant [ integer EAI_OVERFLOW ] { -3009 } -        Constant [ integer EAI_PROTOCOL ] { -3014 } -        Constant [ integer EAI_SERVICE ] { -3010 } -        Constant [ integer EAI_SOCKTYPE ] { -3011 } -        Constant [ integer EALREADY ] { -114 } -        Constant [ integer EBADF ] { -9 } -        Constant [ integer EBUSY ] { -16 } -        Constant [ integer ECANCELED ] { -125 } -        Constant [ integer ECHARSET ] { -4080 } -        Constant [ integer ECONNABORTED ] { -103 } -        Constant [ integer ECONNREFUSED ] { -111 } -        Constant [ integer ECONNRESET ] { -104 } -        Constant [ integer EDESTADDRREQ ] { -89 } -        Constant [ integer EEXIST ] { -17 } -        Constant [ integer EFAULT ] { -14 } -        Constant [ integer EFBIG ] { -27 } -        Constant [ integer EHOSTUNREACH ] { -113 } -        Constant [ integer EINTR ] { -4 } -        Constant [ integer EINVAL ] { -22 } -        Constant [ integer EIO ] { -5 } -        Constant [ integer EISCONN ] { -106 } -        Constant [ integer EISDIR ] { -21 } -        Constant [ integer ELOOP ] { -40 } -        Constant [ integer EMFILE ] { -24 } -        Constant [ integer EMSGSIZE ] { -90 } -        Constant [ integer ENAMETOOLONG ] { -36 } -        Constant [ integer ENETDOWN ] { -100 } -        Constant [ integer ENETUNREACH ] { -101 } -        Constant [ integer ENFILE ] { -23 } -        Constant [ integer ENOBUFS ] { -105 } -        Constant [ integer ENODEV ] { -19 } -        Constant [ integer ENOENT ] { -2 } -        Constant [ integer ENOMEM ] { -12 } -        Constant [ integer ENONET ] { -64 } -        Constant [ integer ENOPROTOOPT ] { -92 } -        Constant [ integer ENOSPC ] { -28 } -        Constant [ integer ENOSYS ] { -38 } -        Constant [ integer ENOTCONN ] { -107 } -        Constant [ integer ENOTDIR ] { -20 } -        Constant [ integer ENOTEMPTY ] { -39 } -        Constant [ integer ENOTSOCK ] { -88 } -        Constant [ integer ENOTSUP ] { -95 } -        Constant [ integer EPERM ] { -1 } -        Constant [ integer EPIPE ] { -32 } -        Constant [ integer EPROTO ] { -71 } -        Constant [ integer EPROTONOSUPPORT ] { -93 } -        Constant [ integer EPROTOTYPE ] { -91 } -        Constant [ integer ERANGE ] { -34 } -        Constant [ integer EROFS ] { -30 } -        Constant [ integer ESHUTDOWN ] { -108 } -        Constant [ integer ESPIPE ] { -29 } -        Constant [ integer ESRCH ] { -3 } -        Constant [ integer ETIMEDOUT ] { -110 } -        Constant [ integer ETXTBSY ] { -26 } -        Constant [ integer EXDEV ] { -18 } -        Constant [ integer UNKNOWN ] { -4094 } -        Constant [ integer EOF ] { -4095 } -        Constant [ integer ENXIO ] { -6 } -        Constant [ integer EMLINK ] { -31 } -        Constant [ integer EHOSTDOWN ] { -112 } +      - Constants [197] { +        Constant [ public integer RUN_DEFAULT ] { 0 } +        Constant [ public integer RUN_ONCE ] { 1 } +        Constant [ public integer RUN_NOWAIT ] { 2 } +        Constant [ public integer CHANGE ] { 2 } +        Constant [ public integer RENAME ] { 1 } +        Constant [ public integer READABLE ] { 1 } +        Constant [ public integer WRITABLE ] { 2 } +        Constant [ public integer O_RDONLY ] { 0 } +        Constant [ public integer O_WRONLY ] { 1 } +        Constant [ public integer O_RDWR ] { 2 } +        Constant [ public integer O_CREAT ] { 64 } +        Constant [ public integer O_EXCL ] { 128 } +        Constant [ public integer O_TRUNC ] { 512 } +        Constant [ public integer O_APPEND ] { 1024 } +        Constant [ public integer S_IFDIR ] { 16384 } +        Constant [ public integer S_IFREG ] { 32768 } +        Constant [ public integer O_NOCTTY ] { 256 } +        Constant [ public integer S_IRWXU ] { 448 } +        Constant [ public integer S_IRUSR ] { 256 } +        Constant [ public integer S_IWUSR ] { 128 } +        Constant [ public integer S_IXUSR ] { 64 } +        Constant [ public integer S_IRWXG ] { 56 } +        Constant [ public integer S_IRGRP ] { 32 } +        Constant [ public integer S_IWGRP ] { 16 } +        Constant [ public integer S_IXGRP ] { 8 } +        Constant [ public integer S_IRWXO ] { 7 } +        Constant [ public integer S_IROTH ] { 4 } +        Constant [ public integer S_IWOTH ] { 2 } +        Constant [ public integer S_IXOTH ] { 1 } +        Constant [ public integer SIG_IGN ] { 1 } +        Constant [ public integer SIG_DFL ] { 0 } +        Constant [ public integer SIG_ERR ] { -1 } +        Constant [ public integer SIGHUP ] { 1 } +        Constant [ public integer SIGINT ] { 2 } +        Constant [ public integer SIGQUIT ] { 3 } +        Constant [ public integer SIGILL ] { 4 } +        Constant [ public integer SIGTRAP ] { 5 } +        Constant [ public integer SIGABRT ] { 6 } +        Constant [ public integer SIGIOT ] { 6 } +        Constant [ public integer SIGBUS ] { 7 } +        Constant [ public integer SIGFPE ] { 8 } +        Constant [ public integer SIGKILL ] { 9 } +        Constant [ public integer SIGUSR1 ] { 10 } +        Constant [ public integer SIGSEGV ] { 11 } +        Constant [ public integer SIGUSR2 ] { 12 } +        Constant [ public integer SIGPIPE ] { 13 } +        Constant [ public integer SIGALRM ] { 14 } +        Constant [ public integer SIGTERM ] { 15 } +        Constant [ public integer SIGSTKFLT ] { 16 } +        Constant [ public integer SIGCLD ] { 17 } +        Constant [ public integer SIGCHLD ] { 17 } +        Constant [ public integer SIGCONT ] { 18 } +        Constant [ public integer SIGSTOP ] { 19 } +        Constant [ public integer SIGTSTP ] { 20 } +        Constant [ public integer SIGTTIN ] { 21 } +        Constant [ public integer SIGTTOU ] { 22 } +        Constant [ public integer SIGURG ] { 23 } +        Constant [ public integer SIGXCPU ] { 24 } +        Constant [ public integer SIGXFSZ ] { 25 } +        Constant [ public integer SIGVTALRM ] { 26 } +        Constant [ public integer SIGPROF ] { 27 } +        Constant [ public integer SIGWINCH ] { 28 } +        Constant [ public integer SIGPOLL ] { 29 } +        Constant [ public integer SIGIO ] { 29 } +        Constant [ public integer SIGPWR ] { 30 } +        Constant [ public integer SIGSYS ] { 31 } +        Constant [ public integer SIGBABY ] { 31 } +        Constant [ public integer AF_INET ] { 2 } +        Constant [ public integer AF_INET6 ] { 10 } +        Constant [ public integer AF_UNSPEC ] { 0 } +        Constant [ public integer LEAVE_GROUP ] { 0 } +        Constant [ public integer JOIN_GROUP ] { 1 } +        Constant [ public integer IS_UV_TCP ] { 0 } +        Constant [ public integer IS_UV_UDP ] { 1 } +        Constant [ public integer IS_UV_PIPE ] { 2 } +        Constant [ public integer IS_UV_IDLE ] { 3 } +        Constant [ public integer IS_UV_TIMER ] { 4 } +        Constant [ public integer IS_UV_ASYNC ] { 5 } +        Constant [ public integer IS_UV_LOOP ] { 6 } +        Constant [ public integer IS_UV_HANDLE ] { 7 } +        Constant [ public integer IS_UV_STREAM ] { 8 } +        Constant [ public integer IS_UV_ADDRINFO ] { 9 } +        Constant [ public integer IS_UV_PROCESS ] { 10 } +        Constant [ public integer IS_UV_PREPARE ] { 11 } +        Constant [ public integer IS_UV_CHECK ] { 12 } +        Constant [ public integer IS_UV_WORK ] { 13 } +        Constant [ public integer IS_UV_FS ] { 14 } +        Constant [ public integer IS_UV_FS_EVENT ] { 15 } +        Constant [ public integer IS_UV_TTY ] { 16 } +        Constant [ public integer IS_UV_FS_POLL ] { 17 } +        Constant [ public integer IS_UV_POLL ] { 18 } +        Constant [ public integer UNKNOWN_HANDLE ] { 0 } +        Constant [ public integer FILE ] { 17 } +        Constant [ public integer ASYNC ] { 1 } +        Constant [ public integer CHECK ] { 2 } +        Constant [ public integer FS_EVENT ] { 3 } +        Constant [ public integer FS_POLL ] { 4 } +        Constant [ public integer HANDLE ] { 5 } +        Constant [ public integer IDLE ] { 6 } +        Constant [ public integer NAMED_PIPE ] { 7 } +        Constant [ public integer POLL ] { 8 } +        Constant [ public integer PREPARE ] { 9 } +        Constant [ public integer PROCESS ] { 10 } +        Constant [ public integer STREAM ] { 11 } +        Constant [ public integer TCP ] { 12 } +        Constant [ public integer TIMER ] { 13 } +        Constant [ public integer TTY ] { 14 } +        Constant [ public integer UDP ] { 15 } +        Constant [ public integer SIGNAL ] { 16 } +        Constant [ public integer HANDLE_TYPE_MAX ] { 18 } +        Constant [ public integer IGNORE ] { 0 } +        Constant [ public integer CREATE_PIPE ] { 1 } +        Constant [ public integer INHERIT_FD ] { 2 } +        Constant [ public integer INHERIT_STREAM ] { 4 } +        Constant [ public integer READABLE_PIPE ] { 16 } +        Constant [ public integer WRITABLE_PIPE ] { 32 } +        Constant [ public integer PROCESS_SETUID ] { 1 } +        Constant [ public integer PROCESS_SETGID ] { 2 } +        Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } +        Constant [ public integer PROCESS_DETACHED ] { 8 } +        Constant [ public integer E2BIG ] { -7 } +        Constant [ public integer EACCES ] { -13 } +        Constant [ public integer EADDRINUSE ] { -98 } +        Constant [ public integer EADDRNOTAVAIL ] { -99 } +        Constant [ public integer EAFNOSUPPORT ] { -97 } +        Constant [ public integer EAGAIN ] { -11 } +        Constant [ public integer EAI_ADDRFAMILY ] { -3000 } +        Constant [ public integer EAI_AGAIN ] { -3001 } +        Constant [ public integer EAI_BADFLAGS ] { -3002 } +        Constant [ public integer EAI_BADHINTS ] { -3013 } +        Constant [ public integer EAI_CANCELED ] { -3003 } +        Constant [ public integer EAI_FAIL ] { -3004 } +        Constant [ public integer EAI_FAMILY ] { -3005 } +        Constant [ public integer EAI_MEMORY ] { -3006 } +        Constant [ public integer EAI_NODATA ] { -3007 } +        Constant [ public integer EAI_NONAME ] { -3008 } +        Constant [ public integer EAI_OVERFLOW ] { -3009 } +        Constant [ public integer EAI_PROTOCOL ] { -3014 } +        Constant [ public integer EAI_SERVICE ] { -3010 } +        Constant [ public integer EAI_SOCKTYPE ] { -3011 } +        Constant [ public integer EALREADY ] { -114 } +        Constant [ public integer EBADF ] { -9 } +        Constant [ public integer EBUSY ] { -16 } +        Constant [ public integer ECANCELED ] { -125 } +        Constant [ public integer ECHARSET ] { -4080 } +        Constant [ public integer ECONNABORTED ] { -103 } +        Constant [ public integer ECONNREFUSED ] { -111 } +        Constant [ public integer ECONNRESET ] { -104 } +        Constant [ public integer EDESTADDRREQ ] { -89 } +        Constant [ public integer EEXIST ] { -17 } +        Constant [ public integer EFAULT ] { -14 } +        Constant [ public integer EFBIG ] { -27 } +        Constant [ public integer EHOSTUNREACH ] { -113 } +        Constant [ public integer EINTR ] { -4 } +        Constant [ public integer EINVAL ] { -22 } +        Constant [ public integer EIO ] { -5 } +        Constant [ public integer EISCONN ] { -106 } +        Constant [ public integer EISDIR ] { -21 } +        Constant [ public integer ELOOP ] { -40 } +        Constant [ public integer EMFILE ] { -24 } +        Constant [ public integer EMSGSIZE ] { -90 } +        Constant [ public integer ENAMETOOLONG ] { -36 } +        Constant [ public integer ENETDOWN ] { -100 } +        Constant [ public integer ENETUNREACH ] { -101 } +        Constant [ public integer ENFILE ] { -23 } +        Constant [ public integer ENOBUFS ] { -105 } +        Constant [ public integer ENODEV ] { -19 } +        Constant [ public integer ENOENT ] { -2 } +        Constant [ public integer ENOMEM ] { -12 } +        Constant [ public integer ENONET ] { -64 } +        Constant [ public integer ENOPROTOOPT ] { -92 } +        Constant [ public integer ENOSPC ] { -28 } +        Constant [ public integer ENOSYS ] { -38 } +        Constant [ public integer ENOTCONN ] { -107 } +        Constant [ public integer ENOTDIR ] { -20 } +        Constant [ public integer ENOTEMPTY ] { -39 } +        Constant [ public integer ENOTSOCK ] { -88 } +        Constant [ public integer ENOTSUP ] { -95 } +        Constant [ public integer EPERM ] { -1 } +        Constant [ public integer EPIPE ] { -32 } +        Constant [ public integer EPROTO ] { -71 } +        Constant [ public integer EPROTONOSUPPORT ] { -93 } +        Constant [ public integer EPROTOTYPE ] { -91 } +        Constant [ public integer ERANGE ] { -34 } +        Constant [ public integer EROFS ] { -30 } +        Constant [ public integer ESHUTDOWN ] { -108 } +        Constant [ public integer ESPIPE ] { -29 } +        Constant [ public integer ESRCH ] { -3 } +        Constant [ public integer ETIMEDOUT ] { -110 } +        Constant [ public integer ETXTBSY ] { -26 } +        Constant [ public integer EXDEV ] { -18 } +        Constant [ public integer UNKNOWN ] { -4094 } +        Constant [ public integer EOF ] { -4095 } +        Constant [ public integer ENXIO ] { -6 } +        Constant [ public integer EMLINK ] { -31 } +        Constant [ public integer EHOSTDOWN ] { -112 } +        Constant [ public integer EREMOTEIO ] { -121 }        }        - Static properties [0] { @@ -3971,203 +3985,204 @@ Extension [ <persistent> extension #147 uv version 0.2.2 ] {      Class [ <internal:uv> final class UVFsEvent extends UV ] { -      - Constants [196] { -        Constant [ integer RUN_DEFAULT ] { 0 } -        Constant [ integer RUN_ONCE ] { 1 } -        Constant [ integer RUN_NOWAIT ] { 2 } -        Constant [ integer CHANGE ] { 2 } -        Constant [ integer RENAME ] { 1 } -        Constant [ integer READABLE ] { 1 } -        Constant [ integer WRITABLE ] { 2 } -        Constant [ integer O_RDONLY ] { 0 } -        Constant [ integer O_WRONLY ] { 1 } -        Constant [ integer O_RDWR ] { 2 } -        Constant [ integer O_CREAT ] { 64 } -        Constant [ integer O_EXCL ] { 128 } -        Constant [ integer O_TRUNC ] { 512 } -        Constant [ integer O_APPEND ] { 1024 } -        Constant [ integer S_IFDIR ] { 16384 } -        Constant [ integer S_IFREG ] { 32768 } -        Constant [ integer O_NOCTTY ] { 256 } -        Constant [ integer S_IRWXU ] { 448 } -        Constant [ integer S_IRUSR ] { 256 } -        Constant [ integer S_IWUSR ] { 128 } -        Constant [ integer S_IXUSR ] { 64 } -        Constant [ integer S_IRWXG ] { 56 } -        Constant [ integer S_IRGRP ] { 32 } -        Constant [ integer S_IWGRP ] { 16 } -        Constant [ integer S_IXGRP ] { 8 } -        Constant [ integer S_IRWXO ] { 7 } -        Constant [ integer S_IROTH ] { 4 } -        Constant [ integer S_IWOTH ] { 2 } -        Constant [ integer S_IXOTH ] { 1 } -        Constant [ integer SIG_IGN ] { 1 } -        Constant [ integer SIG_DFL ] { 0 } -        Constant [ integer SIG_ERR ] { -1 } -        Constant [ integer SIGHUP ] { 1 } -        Constant [ integer SIGINT ] { 2 } -        Constant [ integer SIGQUIT ] { 3 } -        Constant [ integer SIGILL ] { 4 } -        Constant [ integer SIGTRAP ] { 5 } -        Constant [ integer SIGABRT ] { 6 } -        Constant [ integer SIGIOT ] { 6 } -        Constant [ integer SIGBUS ] { 7 } -        Constant [ integer SIGFPE ] { 8 } -        Constant [ integer SIGKILL ] { 9 } -        Constant [ integer SIGUSR1 ] { 10 } -        Constant [ integer SIGSEGV ] { 11 } -        Constant [ integer SIGUSR2 ] { 12 } -        Constant [ integer SIGPIPE ] { 13 } -        Constant [ integer SIGALRM ] { 14 } -        Constant [ integer SIGTERM ] { 15 } -        Constant [ integer SIGSTKFLT ] { 16 } -        Constant [ integer SIGCLD ] { 17 } -        Constant [ integer SIGCHLD ] { 17 } -        Constant [ integer SIGCONT ] { 18 } -        Constant [ integer SIGSTOP ] { 19 } -        Constant [ integer SIGTSTP ] { 20 } -        Constant [ integer SIGTTIN ] { 21 } -        Constant [ integer SIGTTOU ] { 22 } -        Constant [ integer SIGURG ] { 23 } -        Constant [ integer SIGXCPU ] { 24 } -        Constant [ integer SIGXFSZ ] { 25 } -        Constant [ integer SIGVTALRM ] { 26 } -        Constant [ integer SIGPROF ] { 27 } -        Constant [ integer SIGWINCH ] { 28 } -        Constant [ integer SIGPOLL ] { 29 } -        Constant [ integer SIGIO ] { 29 } -        Constant [ integer SIGPWR ] { 30 } -        Constant [ integer SIGSYS ] { 31 } -        Constant [ integer SIGBABY ] { 31 } -        Constant [ integer AF_INET ] { 2 } -        Constant [ integer AF_INET6 ] { 10 } -        Constant [ integer AF_UNSPEC ] { 0 } -        Constant [ integer LEAVE_GROUP ] { 0 } -        Constant [ integer JOIN_GROUP ] { 1 } -        Constant [ integer IS_UV_TCP ] { 0 } -        Constant [ integer IS_UV_UDP ] { 1 } -        Constant [ integer IS_UV_PIPE ] { 2 } -        Constant [ integer IS_UV_IDLE ] { 3 } -        Constant [ integer IS_UV_TIMER ] { 4 } -        Constant [ integer IS_UV_ASYNC ] { 5 } -        Constant [ integer IS_UV_LOOP ] { 6 } -        Constant [ integer IS_UV_HANDLE ] { 7 } -        Constant [ integer IS_UV_STREAM ] { 8 } -        Constant [ integer IS_UV_ADDRINFO ] { 9 } -        Constant [ integer IS_UV_PROCESS ] { 10 } -        Constant [ integer IS_UV_PREPARE ] { 11 } -        Constant [ integer IS_UV_CHECK ] { 12 } -        Constant [ integer IS_UV_WORK ] { 13 } -        Constant [ integer IS_UV_FS ] { 14 } -        Constant [ integer IS_UV_FS_EVENT ] { 15 } -        Constant [ integer IS_UV_TTY ] { 16 } -        Constant [ integer IS_UV_FS_POLL ] { 17 } -        Constant [ integer IS_UV_POLL ] { 18 } -        Constant [ integer UNKNOWN_HANDLE ] { 0 } -        Constant [ integer FILE ] { 17 } -        Constant [ integer ASYNC ] { 1 } -        Constant [ integer CHECK ] { 2 } -        Constant [ integer FS_EVENT ] { 3 } -        Constant [ integer FS_POLL ] { 4 } -        Constant [ integer HANDLE ] { 5 } -        Constant [ integer IDLE ] { 6 } -        Constant [ integer NAMED_PIPE ] { 7 } -        Constant [ integer POLL ] { 8 } -        Constant [ integer PREPARE ] { 9 } -        Constant [ integer PROCESS ] { 10 } -        Constant [ integer STREAM ] { 11 } -        Constant [ integer TCP ] { 12 } -        Constant [ integer TIMER ] { 13 } -        Constant [ integer TTY ] { 14 } -        Constant [ integer UDP ] { 15 } -        Constant [ integer SIGNAL ] { 16 } -        Constant [ integer HANDLE_TYPE_MAX ] { 18 } -        Constant [ integer IGNORE ] { 0 } -        Constant [ integer CREATE_PIPE ] { 1 } -        Constant [ integer INHERIT_FD ] { 2 } -        Constant [ integer INHERIT_STREAM ] { 4 } -        Constant [ integer READABLE_PIPE ] { 16 } -        Constant [ integer WRITABLE_PIPE ] { 32 } -        Constant [ integer PROCESS_SETUID ] { 1 } -        Constant [ integer PROCESS_SETGID ] { 2 } -        Constant [ integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } -        Constant [ integer PROCESS_DETACHED ] { 8 } -        Constant [ integer E2BIG ] { -7 } -        Constant [ integer EACCES ] { -13 } -        Constant [ integer EADDRINUSE ] { -98 } -        Constant [ integer EADDRNOTAVAIL ] { -99 } -        Constant [ integer EAFNOSUPPORT ] { -97 } -        Constant [ integer EAGAIN ] { -11 } -        Constant [ integer EAI_ADDRFAMILY ] { -3000 } -        Constant [ integer EAI_AGAIN ] { -3001 } -        Constant [ integer EAI_BADFLAGS ] { -3002 } -        Constant [ integer EAI_BADHINTS ] { -3013 } -        Constant [ integer EAI_CANCELED ] { -3003 } -        Constant [ integer EAI_FAIL ] { -3004 } -        Constant [ integer EAI_FAMILY ] { -3005 } -        Constant [ integer EAI_MEMORY ] { -3006 } -        Constant [ integer EAI_NODATA ] { -3007 } -        Constant [ integer EAI_NONAME ] { -3008 } -        Constant [ integer EAI_OVERFLOW ] { -3009 } -        Constant [ integer EAI_PROTOCOL ] { -3014 } -        Constant [ integer EAI_SERVICE ] { -3010 } -        Constant [ integer EAI_SOCKTYPE ] { -3011 } -        Constant [ integer EALREADY ] { -114 } -        Constant [ integer EBADF ] { -9 } -        Constant [ integer EBUSY ] { -16 } -        Constant [ integer ECANCELED ] { -125 } -        Constant [ integer ECHARSET ] { -4080 } -        Constant [ integer ECONNABORTED ] { -103 } -        Constant [ integer ECONNREFUSED ] { -111 } -        Constant [ integer ECONNRESET ] { -104 } -        Constant [ integer EDESTADDRREQ ] { -89 } -        Constant [ integer EEXIST ] { -17 } -        Constant [ integer EFAULT ] { -14 } -        Constant [ integer EFBIG ] { -27 } -        Constant [ integer EHOSTUNREACH ] { -113 } -        Constant [ integer EINTR ] { -4 } -        Constant [ integer EINVAL ] { -22 } -        Constant [ integer EIO ] { -5 } -        Constant [ integer EISCONN ] { -106 } -        Constant [ integer EISDIR ] { -21 } -        Constant [ integer ELOOP ] { -40 } -        Constant [ integer EMFILE ] { -24 } -        Constant [ integer EMSGSIZE ] { -90 } -        Constant [ integer ENAMETOOLONG ] { -36 } -        Constant [ integer ENETDOWN ] { -100 } -        Constant [ integer ENETUNREACH ] { -101 } -        Constant [ integer ENFILE ] { -23 } -        Constant [ integer ENOBUFS ] { -105 } -        Constant [ integer ENODEV ] { -19 } -        Constant [ integer ENOENT ] { -2 } -        Constant [ integer ENOMEM ] { -12 } -        Constant [ integer ENONET ] { -64 } -        Constant [ integer ENOPROTOOPT ] { -92 } -        Constant [ integer ENOSPC ] { -28 } -        Constant [ integer ENOSYS ] { -38 } -        Constant [ integer ENOTCONN ] { -107 } -        Constant [ integer ENOTDIR ] { -20 } -        Constant [ integer ENOTEMPTY ] { -39 } -        Constant [ integer ENOTSOCK ] { -88 } -        Constant [ integer ENOTSUP ] { -95 } -        Constant [ integer EPERM ] { -1 } -        Constant [ integer EPIPE ] { -32 } -        Constant [ integer EPROTO ] { -71 } -        Constant [ integer EPROTONOSUPPORT ] { -93 } -        Constant [ integer EPROTOTYPE ] { -91 } -        Constant [ integer ERANGE ] { -34 } -        Constant [ integer EROFS ] { -30 } -        Constant [ integer ESHUTDOWN ] { -108 } -        Constant [ integer ESPIPE ] { -29 } -        Constant [ integer ESRCH ] { -3 } -        Constant [ integer ETIMEDOUT ] { -110 } -        Constant [ integer ETXTBSY ] { -26 } -        Constant [ integer EXDEV ] { -18 } -        Constant [ integer UNKNOWN ] { -4094 } -        Constant [ integer EOF ] { -4095 } -        Constant [ integer ENXIO ] { -6 } -        Constant [ integer EMLINK ] { -31 } -        Constant [ integer EHOSTDOWN ] { -112 } +      - Constants [197] { +        Constant [ public integer RUN_DEFAULT ] { 0 } +        Constant [ public integer RUN_ONCE ] { 1 } +        Constant [ public integer RUN_NOWAIT ] { 2 } +        Constant [ public integer CHANGE ] { 2 } +        Constant [ public integer RENAME ] { 1 } +        Constant [ public integer READABLE ] { 1 } +        Constant [ public integer WRITABLE ] { 2 } +        Constant [ public integer O_RDONLY ] { 0 } +        Constant [ public integer O_WRONLY ] { 1 } +        Constant [ public integer O_RDWR ] { 2 } +        Constant [ public integer O_CREAT ] { 64 } +        Constant [ public integer O_EXCL ] { 128 } +        Constant [ public integer O_TRUNC ] { 512 } +        Constant [ public integer O_APPEND ] { 1024 } +        Constant [ public integer S_IFDIR ] { 16384 } +        Constant [ public integer S_IFREG ] { 32768 } +        Constant [ public integer O_NOCTTY ] { 256 } +        Constant [ public integer S_IRWXU ] { 448 } +        Constant [ public integer S_IRUSR ] { 256 } +        Constant [ public integer S_IWUSR ] { 128 } +        Constant [ public integer S_IXUSR ] { 64 } +        Constant [ public integer S_IRWXG ] { 56 } +        Constant [ public integer S_IRGRP ] { 32 } +        Constant [ public integer S_IWGRP ] { 16 } +        Constant [ public integer S_IXGRP ] { 8 } +        Constant [ public integer S_IRWXO ] { 7 } +        Constant [ public integer S_IROTH ] { 4 } +        Constant [ public integer S_IWOTH ] { 2 } +        Constant [ public integer S_IXOTH ] { 1 } +        Constant [ public integer SIG_IGN ] { 1 } +        Constant [ public integer SIG_DFL ] { 0 } +        Constant [ public integer SIG_ERR ] { -1 } +        Constant [ public integer SIGHUP ] { 1 } +        Constant [ public integer SIGINT ] { 2 } +        Constant [ public integer SIGQUIT ] { 3 } +        Constant [ public integer SIGILL ] { 4 } +        Constant [ public integer SIGTRAP ] { 5 } +        Constant [ public integer SIGABRT ] { 6 } +        Constant [ public integer SIGIOT ] { 6 } +        Constant [ public integer SIGBUS ] { 7 } +        Constant [ public integer SIGFPE ] { 8 } +        Constant [ public integer SIGKILL ] { 9 } +        Constant [ public integer SIGUSR1 ] { 10 } +        Constant [ public integer SIGSEGV ] { 11 } +        Constant [ public integer SIGUSR2 ] { 12 } +        Constant [ public integer SIGPIPE ] { 13 } +        Constant [ public integer SIGALRM ] { 14 } +        Constant [ public integer SIGTERM ] { 15 } +        Constant [ public integer SIGSTKFLT ] { 16 } +        Constant [ public integer SIGCLD ] { 17 } +        Constant [ public integer SIGCHLD ] { 17 } +        Constant [ public integer SIGCONT ] { 18 } +        Constant [ public integer SIGSTOP ] { 19 } +        Constant [ public integer SIGTSTP ] { 20 } +        Constant [ public integer SIGTTIN ] { 21 } +        Constant [ public integer SIGTTOU ] { 22 } +        Constant [ public integer SIGURG ] { 23 } +        Constant [ public integer SIGXCPU ] { 24 } +        Constant [ public integer SIGXFSZ ] { 25 } +        Constant [ public integer SIGVTALRM ] { 26 } +        Constant [ public integer SIGPROF ] { 27 } +        Constant [ public integer SIGWINCH ] { 28 } +        Constant [ public integer SIGPOLL ] { 29 } +        Constant [ public integer SIGIO ] { 29 } +        Constant [ public integer SIGPWR ] { 30 } +        Constant [ public integer SIGSYS ] { 31 } +        Constant [ public integer SIGBABY ] { 31 } +        Constant [ public integer AF_INET ] { 2 } +        Constant [ public integer AF_INET6 ] { 10 } +        Constant [ public integer AF_UNSPEC ] { 0 } +        Constant [ public integer LEAVE_GROUP ] { 0 } +        Constant [ public integer JOIN_GROUP ] { 1 } +        Constant [ public integer IS_UV_TCP ] { 0 } +        Constant [ public integer IS_UV_UDP ] { 1 } +        Constant [ public integer IS_UV_PIPE ] { 2 } +        Constant [ public integer IS_UV_IDLE ] { 3 } +        Constant [ public integer IS_UV_TIMER ] { 4 } +        Constant [ public integer IS_UV_ASYNC ] { 5 } +        Constant [ public integer IS_UV_LOOP ] { 6 } +        Constant [ public integer IS_UV_HANDLE ] { 7 } +        Constant [ public integer IS_UV_STREAM ] { 8 } +        Constant [ public integer IS_UV_ADDRINFO ] { 9 } +        Constant [ public integer IS_UV_PROCESS ] { 10 } +        Constant [ public integer IS_UV_PREPARE ] { 11 } +        Constant [ public integer IS_UV_CHECK ] { 12 } +        Constant [ public integer IS_UV_WORK ] { 13 } +        Constant [ public integer IS_UV_FS ] { 14 } +        Constant [ public integer IS_UV_FS_EVENT ] { 15 } +        Constant [ public integer IS_UV_TTY ] { 16 } +        Constant [ public integer IS_UV_FS_POLL ] { 17 } +        Constant [ public integer IS_UV_POLL ] { 18 } +        Constant [ public integer UNKNOWN_HANDLE ] { 0 } +        Constant [ public integer FILE ] { 17 } +        Constant [ public integer ASYNC ] { 1 } +        Constant [ public integer CHECK ] { 2 } +        Constant [ public integer FS_EVENT ] { 3 } +        Constant [ public integer FS_POLL ] { 4 } +        Constant [ public integer HANDLE ] { 5 } +        Constant [ public integer IDLE ] { 6 } +        Constant [ public integer NAMED_PIPE ] { 7 } +        Constant [ public integer POLL ] { 8 } +        Constant [ public integer PREPARE ] { 9 } +        Constant [ public integer PROCESS ] { 10 } +        Constant [ public integer STREAM ] { 11 } +        Constant [ public integer TCP ] { 12 } +        Constant [ public integer TIMER ] { 13 } +        Constant [ public integer TTY ] { 14 } +        Constant [ public integer UDP ] { 15 } +        Constant [ public integer SIGNAL ] { 16 } +        Constant [ public integer HANDLE_TYPE_MAX ] { 18 } +        Constant [ public integer IGNORE ] { 0 } +        Constant [ public integer CREATE_PIPE ] { 1 } +        Constant [ public integer INHERIT_FD ] { 2 } +        Constant [ public integer INHERIT_STREAM ] { 4 } +        Constant [ public integer READABLE_PIPE ] { 16 } +        Constant [ public integer WRITABLE_PIPE ] { 32 } +        Constant [ public integer PROCESS_SETUID ] { 1 } +        Constant [ public integer PROCESS_SETGID ] { 2 } +        Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } +        Constant [ public integer PROCESS_DETACHED ] { 8 } +        Constant [ public integer E2BIG ] { -7 } +        Constant [ public integer EACCES ] { -13 } +        Constant [ public integer EADDRINUSE ] { -98 } +        Constant [ public integer EADDRNOTAVAIL ] { -99 } +        Constant [ public integer EAFNOSUPPORT ] { -97 } +        Constant [ public integer EAGAIN ] { -11 } +        Constant [ public integer EAI_ADDRFAMILY ] { -3000 } +        Constant [ public integer EAI_AGAIN ] { -3001 } +        Constant [ public integer EAI_BADFLAGS ] { -3002 } +        Constant [ public integer EAI_BADHINTS ] { -3013 } +        Constant [ public integer EAI_CANCELED ] { -3003 } +        Constant [ public integer EAI_FAIL ] { -3004 } +        Constant [ public integer EAI_FAMILY ] { -3005 } +        Constant [ public integer EAI_MEMORY ] { -3006 } +        Constant [ public integer EAI_NODATA ] { -3007 } +        Constant [ public integer EAI_NONAME ] { -3008 } +        Constant [ public integer EAI_OVERFLOW ] { -3009 } +        Constant [ public integer EAI_PROTOCOL ] { -3014 } +        Constant [ public integer EAI_SERVICE ] { -3010 } +        Constant [ public integer EAI_SOCKTYPE ] { -3011 } +        Constant [ public integer EALREADY ] { -114 } +        Constant [ public integer EBADF ] { -9 } +        Constant [ public integer EBUSY ] { -16 } +        Constant [ public integer ECANCELED ] { -125 } +        Constant [ public integer ECHARSET ] { -4080 } +        Constant [ public integer ECONNABORTED ] { -103 } +        Constant [ public integer ECONNREFUSED ] { -111 } +        Constant [ public integer ECONNRESET ] { -104 } +        Constant [ public integer EDESTADDRREQ ] { -89 } +        Constant [ public integer EEXIST ] { -17 } +        Constant [ public integer EFAULT ] { -14 } +        Constant [ public integer EFBIG ] { -27 } +        Constant [ public integer EHOSTUNREACH ] { -113 } +        Constant [ public integer EINTR ] { -4 } +        Constant [ public integer EINVAL ] { -22 } +        Constant [ public integer EIO ] { -5 } +        Constant [ public integer EISCONN ] { -106 } +        Constant [ public integer EISDIR ] { -21 } +        Constant [ public integer ELOOP ] { -40 } +        Constant [ public integer EMFILE ] { -24 } +        Constant [ public integer EMSGSIZE ] { -90 } +        Constant [ public integer ENAMETOOLONG ] { -36 } +        Constant [ public integer ENETDOWN ] { -100 } +        Constant [ public integer ENETUNREACH ] { -101 } +        Constant [ public integer ENFILE ] { -23 } +        Constant [ public integer ENOBUFS ] { -105 } +        Constant [ public integer ENODEV ] { -19 } +        Constant [ public integer ENOENT ] { -2 } +        Constant [ public integer ENOMEM ] { -12 } +        Constant [ public integer ENONET ] { -64 } +        Constant [ public integer ENOPROTOOPT ] { -92 } +        Constant [ public integer ENOSPC ] { -28 } +        Constant [ public integer ENOSYS ] { -38 } +        Constant [ public integer ENOTCONN ] { -107 } +        Constant [ public integer ENOTDIR ] { -20 } +        Constant [ public integer ENOTEMPTY ] { -39 } +        Constant [ public integer ENOTSOCK ] { -88 } +        Constant [ public integer ENOTSUP ] { -95 } +        Constant [ public integer EPERM ] { -1 } +        Constant [ public integer EPIPE ] { -32 } +        Constant [ public integer EPROTO ] { -71 } +        Constant [ public integer EPROTONOSUPPORT ] { -93 } +        Constant [ public integer EPROTOTYPE ] { -91 } +        Constant [ public integer ERANGE ] { -34 } +        Constant [ public integer EROFS ] { -30 } +        Constant [ public integer ESHUTDOWN ] { -108 } +        Constant [ public integer ESPIPE ] { -29 } +        Constant [ public integer ESRCH ] { -3 } +        Constant [ public integer ETIMEDOUT ] { -110 } +        Constant [ public integer ETXTBSY ] { -26 } +        Constant [ public integer EXDEV ] { -18 } +        Constant [ public integer UNKNOWN ] { -4094 } +        Constant [ public integer EOF ] { -4095 } +        Constant [ public integer ENXIO ] { -6 } +        Constant [ public integer EMLINK ] { -31 } +        Constant [ public integer EHOSTDOWN ] { -112 } +        Constant [ public integer EREMOTEIO ] { -121 }        }        - Static properties [0] { @@ -4185,203 +4200,204 @@ Extension [ <persistent> extension #147 uv version 0.2.2 ] {      Class [ <internal:uv> final class UVTty extends UV ] { -      - Constants [196] { -        Constant [ integer RUN_DEFAULT ] { 0 } -        Constant [ integer RUN_ONCE ] { 1 } -        Constant [ integer RUN_NOWAIT ] { 2 } -        Constant [ integer CHANGE ] { 2 } -        Constant [ integer RENAME ] { 1 } -        Constant [ integer READABLE ] { 1 } -        Constant [ integer WRITABLE ] { 2 } -        Constant [ integer O_RDONLY ] { 0 } -        Constant [ integer O_WRONLY ] { 1 } -        Constant [ integer O_RDWR ] { 2 } -        Constant [ integer O_CREAT ] { 64 } -        Constant [ integer O_EXCL ] { 128 } -        Constant [ integer O_TRUNC ] { 512 } -        Constant [ integer O_APPEND ] { 1024 } -        Constant [ integer S_IFDIR ] { 16384 } -        Constant [ integer S_IFREG ] { 32768 } -        Constant [ integer O_NOCTTY ] { 256 } -        Constant [ integer S_IRWXU ] { 448 } -        Constant [ integer S_IRUSR ] { 256 } -        Constant [ integer S_IWUSR ] { 128 } -        Constant [ integer S_IXUSR ] { 64 } -        Constant [ integer S_IRWXG ] { 56 } -        Constant [ integer S_IRGRP ] { 32 } -        Constant [ integer S_IWGRP ] { 16 } -        Constant [ integer S_IXGRP ] { 8 } -        Constant [ integer S_IRWXO ] { 7 } -        Constant [ integer S_IROTH ] { 4 } -        Constant [ integer S_IWOTH ] { 2 } -        Constant [ integer S_IXOTH ] { 1 } -        Constant [ integer SIG_IGN ] { 1 } -        Constant [ integer SIG_DFL ] { 0 } -        Constant [ integer SIG_ERR ] { -1 } -        Constant [ integer SIGHUP ] { 1 } -        Constant [ integer SIGINT ] { 2 } -        Constant [ integer SIGQUIT ] { 3 } -        Constant [ integer SIGILL ] { 4 } -        Constant [ integer SIGTRAP ] { 5 } -        Constant [ integer SIGABRT ] { 6 } -        Constant [ integer SIGIOT ] { 6 } -        Constant [ integer SIGBUS ] { 7 } -        Constant [ integer SIGFPE ] { 8 } -        Constant [ integer SIGKILL ] { 9 } -        Constant [ integer SIGUSR1 ] { 10 } -        Constant [ integer SIGSEGV ] { 11 } -        Constant [ integer SIGUSR2 ] { 12 } -        Constant [ integer SIGPIPE ] { 13 } -        Constant [ integer SIGALRM ] { 14 } -        Constant [ integer SIGTERM ] { 15 } -        Constant [ integer SIGSTKFLT ] { 16 } -        Constant [ integer SIGCLD ] { 17 } -        Constant [ integer SIGCHLD ] { 17 } -        Constant [ integer SIGCONT ] { 18 } -        Constant [ integer SIGSTOP ] { 19 } -        Constant [ integer SIGTSTP ] { 20 } -        Constant [ integer SIGTTIN ] { 21 } -        Constant [ integer SIGTTOU ] { 22 } -        Constant [ integer SIGURG ] { 23 } -        Constant [ integer SIGXCPU ] { 24 } -        Constant [ integer SIGXFSZ ] { 25 } -        Constant [ integer SIGVTALRM ] { 26 } -        Constant [ integer SIGPROF ] { 27 } -        Constant [ integer SIGWINCH ] { 28 } -        Constant [ integer SIGPOLL ] { 29 } -        Constant [ integer SIGIO ] { 29 } -        Constant [ integer SIGPWR ] { 30 } -        Constant [ integer SIGSYS ] { 31 } -        Constant [ integer SIGBABY ] { 31 } -        Constant [ integer AF_INET ] { 2 } -        Constant [ integer AF_INET6 ] { 10 } -        Constant [ integer AF_UNSPEC ] { 0 } -        Constant [ integer LEAVE_GROUP ] { 0 } -        Constant [ integer JOIN_GROUP ] { 1 } -        Constant [ integer IS_UV_TCP ] { 0 } -        Constant [ integer IS_UV_UDP ] { 1 } -        Constant [ integer IS_UV_PIPE ] { 2 } -        Constant [ integer IS_UV_IDLE ] { 3 } -        Constant [ integer IS_UV_TIMER ] { 4 } -        Constant [ integer IS_UV_ASYNC ] { 5 } -        Constant [ integer IS_UV_LOOP ] { 6 } -        Constant [ integer IS_UV_HANDLE ] { 7 } -        Constant [ integer IS_UV_STREAM ] { 8 } -        Constant [ integer IS_UV_ADDRINFO ] { 9 } -        Constant [ integer IS_UV_PROCESS ] { 10 } -        Constant [ integer IS_UV_PREPARE ] { 11 } -        Constant [ integer IS_UV_CHECK ] { 12 } -        Constant [ integer IS_UV_WORK ] { 13 } -        Constant [ integer IS_UV_FS ] { 14 } -        Constant [ integer IS_UV_FS_EVENT ] { 15 } -        Constant [ integer IS_UV_TTY ] { 16 } -        Constant [ integer IS_UV_FS_POLL ] { 17 } -        Constant [ integer IS_UV_POLL ] { 18 } -        Constant [ integer UNKNOWN_HANDLE ] { 0 } -        Constant [ integer FILE ] { 17 } -        Constant [ integer ASYNC ] { 1 } -        Constant [ integer CHECK ] { 2 } -        Constant [ integer FS_EVENT ] { 3 } -        Constant [ integer FS_POLL ] { 4 } -        Constant [ integer HANDLE ] { 5 } -        Constant [ integer IDLE ] { 6 } -        Constant [ integer NAMED_PIPE ] { 7 } -        Constant [ integer POLL ] { 8 } -        Constant [ integer PREPARE ] { 9 } -        Constant [ integer PROCESS ] { 10 } -        Constant [ integer STREAM ] { 11 } -        Constant [ integer TCP ] { 12 } -        Constant [ integer TIMER ] { 13 } -        Constant [ integer TTY ] { 14 } -        Constant [ integer UDP ] { 15 } -        Constant [ integer SIGNAL ] { 16 } -        Constant [ integer HANDLE_TYPE_MAX ] { 18 } -        Constant [ integer IGNORE ] { 0 } -        Constant [ integer CREATE_PIPE ] { 1 } -        Constant [ integer INHERIT_FD ] { 2 } -        Constant [ integer INHERIT_STREAM ] { 4 } -        Constant [ integer READABLE_PIPE ] { 16 } -        Constant [ integer WRITABLE_PIPE ] { 32 } -        Constant [ integer PROCESS_SETUID ] { 1 } -        Constant [ integer PROCESS_SETGID ] { 2 } -        Constant [ integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } -        Constant [ integer PROCESS_DETACHED ] { 8 } -        Constant [ integer E2BIG ] { -7 } -        Constant [ integer EACCES ] { -13 } -        Constant [ integer EADDRINUSE ] { -98 } -        Constant [ integer EADDRNOTAVAIL ] { -99 } -        Constant [ integer EAFNOSUPPORT ] { -97 } -        Constant [ integer EAGAIN ] { -11 } -        Constant [ integer EAI_ADDRFAMILY ] { -3000 } -        Constant [ integer EAI_AGAIN ] { -3001 } -        Constant [ integer EAI_BADFLAGS ] { -3002 } -        Constant [ integer EAI_BADHINTS ] { -3013 } -        Constant [ integer EAI_CANCELED ] { -3003 } -        Constant [ integer EAI_FAIL ] { -3004 } -        Constant [ integer EAI_FAMILY ] { -3005 } -        Constant [ integer EAI_MEMORY ] { -3006 } -        Constant [ integer EAI_NODATA ] { -3007 } -        Constant [ integer EAI_NONAME ] { -3008 } -        Constant [ integer EAI_OVERFLOW ] { -3009 } -        Constant [ integer EAI_PROTOCOL ] { -3014 } -        Constant [ integer EAI_SERVICE ] { -3010 } -        Constant [ integer EAI_SOCKTYPE ] { -3011 } -        Constant [ integer EALREADY ] { -114 } -        Constant [ integer EBADF ] { -9 } -        Constant [ integer EBUSY ] { -16 } -        Constant [ integer ECANCELED ] { -125 } -        Constant [ integer ECHARSET ] { -4080 } -        Constant [ integer ECONNABORTED ] { -103 } -        Constant [ integer ECONNREFUSED ] { -111 } -        Constant [ integer ECONNRESET ] { -104 } -        Constant [ integer EDESTADDRREQ ] { -89 } -        Constant [ integer EEXIST ] { -17 } -        Constant [ integer EFAULT ] { -14 } -        Constant [ integer EFBIG ] { -27 } -        Constant [ integer EHOSTUNREACH ] { -113 } -        Constant [ integer EINTR ] { -4 } -        Constant [ integer EINVAL ] { -22 } -        Constant [ integer EIO ] { -5 } -        Constant [ integer EISCONN ] { -106 } -        Constant [ integer EISDIR ] { -21 } -        Constant [ integer ELOOP ] { -40 } -        Constant [ integer EMFILE ] { -24 } -        Constant [ integer EMSGSIZE ] { -90 } -        Constant [ integer ENAMETOOLONG ] { -36 } -        Constant [ integer ENETDOWN ] { -100 } -        Constant [ integer ENETUNREACH ] { -101 } -        Constant [ integer ENFILE ] { -23 } -        Constant [ integer ENOBUFS ] { -105 } -        Constant [ integer ENODEV ] { -19 } -        Constant [ integer ENOENT ] { -2 } -        Constant [ integer ENOMEM ] { -12 } -        Constant [ integer ENONET ] { -64 } -        Constant [ integer ENOPROTOOPT ] { -92 } -        Constant [ integer ENOSPC ] { -28 } -        Constant [ integer ENOSYS ] { -38 } -        Constant [ integer ENOTCONN ] { -107 } -        Constant [ integer ENOTDIR ] { -20 } -        Constant [ integer ENOTEMPTY ] { -39 } -        Constant [ integer ENOTSOCK ] { -88 } -        Constant [ integer ENOTSUP ] { -95 } -        Constant [ integer EPERM ] { -1 } -        Constant [ integer EPIPE ] { -32 } -        Constant [ integer EPROTO ] { -71 } -        Constant [ integer EPROTONOSUPPORT ] { -93 } -        Constant [ integer EPROTOTYPE ] { -91 } -        Constant [ integer ERANGE ] { -34 } -        Constant [ integer EROFS ] { -30 } -        Constant [ integer ESHUTDOWN ] { -108 } -        Constant [ integer ESPIPE ] { -29 } -        Constant [ integer ESRCH ] { -3 } -        Constant [ integer ETIMEDOUT ] { -110 } -        Constant [ integer ETXTBSY ] { -26 } -        Constant [ integer EXDEV ] { -18 } -        Constant [ integer UNKNOWN ] { -4094 } -        Constant [ integer EOF ] { -4095 } -        Constant [ integer ENXIO ] { -6 } -        Constant [ integer EMLINK ] { -31 } -        Constant [ integer EHOSTDOWN ] { -112 } +      - Constants [197] { +        Constant [ public integer RUN_DEFAULT ] { 0 } +        Constant [ public integer RUN_ONCE ] { 1 } +        Constant [ public integer RUN_NOWAIT ] { 2 } +        Constant [ public integer CHANGE ] { 2 } +        Constant [ public integer RENAME ] { 1 } +        Constant [ public integer READABLE ] { 1 } +        Constant [ public integer WRITABLE ] { 2 } +        Constant [ public integer O_RDONLY ] { 0 } +        Constant [ public integer O_WRONLY ] { 1 } +        Constant [ public integer O_RDWR ] { 2 } +        Constant [ public integer O_CREAT ] { 64 } +        Constant [ public integer O_EXCL ] { 128 } +        Constant [ public integer O_TRUNC ] { 512 } +        Constant [ public integer O_APPEND ] { 1024 } +        Constant [ public integer S_IFDIR ] { 16384 } +        Constant [ public integer S_IFREG ] { 32768 } +        Constant [ public integer O_NOCTTY ] { 256 } +        Constant [ public integer S_IRWXU ] { 448 } +        Constant [ public integer S_IRUSR ] { 256 } +        Constant [ public integer S_IWUSR ] { 128 } +        Constant [ public integer S_IXUSR ] { 64 } +        Constant [ public integer S_IRWXG ] { 56 } +        Constant [ public integer S_IRGRP ] { 32 } +        Constant [ public integer S_IWGRP ] { 16 } +        Constant [ public integer S_IXGRP ] { 8 } +        Constant [ public integer S_IRWXO ] { 7 } +        Constant [ public integer S_IROTH ] { 4 } +        Constant [ public integer S_IWOTH ] { 2 } +        Constant [ public integer S_IXOTH ] { 1 } +        Constant [ public integer SIG_IGN ] { 1 } +        Constant [ public integer SIG_DFL ] { 0 } +        Constant [ public integer SIG_ERR ] { -1 } +        Constant [ public integer SIGHUP ] { 1 } +        Constant [ public integer SIGINT ] { 2 } +        Constant [ public integer SIGQUIT ] { 3 } +        Constant [ public integer SIGILL ] { 4 } +        Constant [ public integer SIGTRAP ] { 5 } +        Constant [ public integer SIGABRT ] { 6 } +        Constant [ public integer SIGIOT ] { 6 } +        Constant [ public integer SIGBUS ] { 7 } +        Constant [ public integer SIGFPE ] { 8 } +        Constant [ public integer SIGKILL ] { 9 } +        Constant [ public integer SIGUSR1 ] { 10 } +        Constant [ public integer SIGSEGV ] { 11 } +        Constant [ public integer SIGUSR2 ] { 12 } +        Constant [ public integer SIGPIPE ] { 13 } +        Constant [ public integer SIGALRM ] { 14 } +        Constant [ public integer SIGTERM ] { 15 } +        Constant [ public integer SIGSTKFLT ] { 16 } +        Constant [ public integer SIGCLD ] { 17 } +        Constant [ public integer SIGCHLD ] { 17 } +        Constant [ public integer SIGCONT ] { 18 } +        Constant [ public integer SIGSTOP ] { 19 } +        Constant [ public integer SIGTSTP ] { 20 } +        Constant [ public integer SIGTTIN ] { 21 } +        Constant [ public integer SIGTTOU ] { 22 } +        Constant [ public integer SIGURG ] { 23 } +        Constant [ public integer SIGXCPU ] { 24 } +        Constant [ public integer SIGXFSZ ] { 25 } +        Constant [ public integer SIGVTALRM ] { 26 } +        Constant [ public integer SIGPROF ] { 27 } +        Constant [ public integer SIGWINCH ] { 28 } +        Constant [ public integer SIGPOLL ] { 29 } +        Constant [ public integer SIGIO ] { 29 } +        Constant [ public integer SIGPWR ] { 30 } +        Constant [ public integer SIGSYS ] { 31 } +        Constant [ public integer SIGBABY ] { 31 } +        Constant [ public integer AF_INET ] { 2 } +        Constant [ public integer AF_INET6 ] { 10 } +        Constant [ public integer AF_UNSPEC ] { 0 } +        Constant [ public integer LEAVE_GROUP ] { 0 } +        Constant [ public integer JOIN_GROUP ] { 1 } +        Constant [ public integer IS_UV_TCP ] { 0 } +        Constant [ public integer IS_UV_UDP ] { 1 } +        Constant [ public integer IS_UV_PIPE ] { 2 } +        Constant [ public integer IS_UV_IDLE ] { 3 } +        Constant [ public integer IS_UV_TIMER ] { 4 } +        Constant [ public integer IS_UV_ASYNC ] { 5 } +        Constant [ public integer IS_UV_LOOP ] { 6 } +        Constant [ public integer IS_UV_HANDLE ] { 7 } +        Constant [ public integer IS_UV_STREAM ] { 8 } +        Constant [ public integer IS_UV_ADDRINFO ] { 9 } +        Constant [ public integer IS_UV_PROCESS ] { 10 } +        Constant [ public integer IS_UV_PREPARE ] { 11 } +        Constant [ public integer IS_UV_CHECK ] { 12 } +        Constant [ public integer IS_UV_WORK ] { 13 } +        Constant [ public integer IS_UV_FS ] { 14 } +        Constant [ public integer IS_UV_FS_EVENT ] { 15 } +        Constant [ public integer IS_UV_TTY ] { 16 } +        Constant [ public integer IS_UV_FS_POLL ] { 17 } +        Constant [ public integer IS_UV_POLL ] { 18 } +        Constant [ public integer UNKNOWN_HANDLE ] { 0 } +        Constant [ public integer FILE ] { 17 } +        Constant [ public integer ASYNC ] { 1 } +        Constant [ public integer CHECK ] { 2 } +        Constant [ public integer FS_EVENT ] { 3 } +        Constant [ public integer FS_POLL ] { 4 } +        Constant [ public integer HANDLE ] { 5 } +        Constant [ public integer IDLE ] { 6 } +        Constant [ public integer NAMED_PIPE ] { 7 } +        Constant [ public integer POLL ] { 8 } +        Constant [ public integer PREPARE ] { 9 } +        Constant [ public integer PROCESS ] { 10 } +        Constant [ public integer STREAM ] { 11 } +        Constant [ public integer TCP ] { 12 } +        Constant [ public integer TIMER ] { 13 } +        Constant [ public integer TTY ] { 14 } +        Constant [ public integer UDP ] { 15 } +        Constant [ public integer SIGNAL ] { 16 } +        Constant [ public integer HANDLE_TYPE_MAX ] { 18 } +        Constant [ public integer IGNORE ] { 0 } +        Constant [ public integer CREATE_PIPE ] { 1 } +        Constant [ public integer INHERIT_FD ] { 2 } +        Constant [ public integer INHERIT_STREAM ] { 4 } +        Constant [ public integer READABLE_PIPE ] { 16 } +        Constant [ public integer WRITABLE_PIPE ] { 32 } +        Constant [ public integer PROCESS_SETUID ] { 1 } +        Constant [ public integer PROCESS_SETGID ] { 2 } +        Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } +        Constant [ public integer PROCESS_DETACHED ] { 8 } +        Constant [ public integer E2BIG ] { -7 } +        Constant [ public integer EACCES ] { -13 } +        Constant [ public integer EADDRINUSE ] { -98 } +        Constant [ public integer EADDRNOTAVAIL ] { -99 } +        Constant [ public integer EAFNOSUPPORT ] { -97 } +        Constant [ public integer EAGAIN ] { -11 } +        Constant [ public integer EAI_ADDRFAMILY ] { -3000 } +        Constant [ public integer EAI_AGAIN ] { -3001 } +        Constant [ public integer EAI_BADFLAGS ] { -3002 } +        Constant [ public integer EAI_BADHINTS ] { -3013 } +        Constant [ public integer EAI_CANCELED ] { -3003 } +        Constant [ public integer EAI_FAIL ] { -3004 } +        Constant [ public integer EAI_FAMILY ] { -3005 } +        Constant [ public integer EAI_MEMORY ] { -3006 } +        Constant [ public integer EAI_NODATA ] { -3007 } +        Constant [ public integer EAI_NONAME ] { -3008 } +        Constant [ public integer EAI_OVERFLOW ] { -3009 } +        Constant [ public integer EAI_PROTOCOL ] { -3014 } +        Constant [ public integer EAI_SERVICE ] { -3010 } +        Constant [ public integer EAI_SOCKTYPE ] { -3011 } +        Constant [ public integer EALREADY ] { -114 } +        Constant [ public integer EBADF ] { -9 } +        Constant [ public integer EBUSY ] { -16 } +        Constant [ public integer ECANCELED ] { -125 } +        Constant [ public integer ECHARSET ] { -4080 } +        Constant [ public integer ECONNABORTED ] { -103 } +        Constant [ public integer ECONNREFUSED ] { -111 } +        Constant [ public integer ECONNRESET ] { -104 } +        Constant [ public integer EDESTADDRREQ ] { -89 } +        Constant [ public integer EEXIST ] { -17 } +        Constant [ public integer EFAULT ] { -14 } +        Constant [ public integer EFBIG ] { -27 } +        Constant [ public integer EHOSTUNREACH ] { -113 } +        Constant [ public integer EINTR ] { -4 } +        Constant [ public integer EINVAL ] { -22 } +        Constant [ public integer EIO ] { -5 } +        Constant [ public integer EISCONN ] { -106 } +        Constant [ public integer EISDIR ] { -21 } +        Constant [ public integer ELOOP ] { -40 } +        Constant [ public integer EMFILE ] { -24 } +        Constant [ public integer EMSGSIZE ] { -90 } +        Constant [ public integer ENAMETOOLONG ] { -36 } +        Constant [ public integer ENETDOWN ] { -100 } +        Constant [ public integer ENETUNREACH ] { -101 } +        Constant [ public integer ENFILE ] { -23 } +        Constant [ public integer ENOBUFS ] { -105 } +        Constant [ public integer ENODEV ] { -19 } +        Constant [ public integer ENOENT ] { -2 } +        Constant [ public integer ENOMEM ] { -12 } +        Constant [ public integer ENONET ] { -64 } +        Constant [ public integer ENOPROTOOPT ] { -92 } +        Constant [ public integer ENOSPC ] { -28 } +        Constant [ public integer ENOSYS ] { -38 } +        Constant [ public integer ENOTCONN ] { -107 } +        Constant [ public integer ENOTDIR ] { -20 } +        Constant [ public integer ENOTEMPTY ] { -39 } +        Constant [ public integer ENOTSOCK ] { -88 } +        Constant [ public integer ENOTSUP ] { -95 } +        Constant [ public integer EPERM ] { -1 } +        Constant [ public integer EPIPE ] { -32 } +        Constant [ public integer EPROTO ] { -71 } +        Constant [ public integer EPROTONOSUPPORT ] { -93 } +        Constant [ public integer EPROTOTYPE ] { -91 } +        Constant [ public integer ERANGE ] { -34 } +        Constant [ public integer EROFS ] { -30 } +        Constant [ public integer ESHUTDOWN ] { -108 } +        Constant [ public integer ESPIPE ] { -29 } +        Constant [ public integer ESRCH ] { -3 } +        Constant [ public integer ETIMEDOUT ] { -110 } +        Constant [ public integer ETXTBSY ] { -26 } +        Constant [ public integer EXDEV ] { -18 } +        Constant [ public integer UNKNOWN ] { -4094 } +        Constant [ public integer EOF ] { -4095 } +        Constant [ public integer ENXIO ] { -6 } +        Constant [ public integer EMLINK ] { -31 } +        Constant [ public integer EHOSTDOWN ] { -112 } +        Constant [ public integer EREMOTEIO ] { -121 }        }        - Static properties [0] { @@ -4399,203 +4415,204 @@ Extension [ <persistent> extension #147 uv version 0.2.2 ] {      Class [ <internal:uv> final class UVFSPoll extends UV ] { -      - Constants [196] { -        Constant [ integer RUN_DEFAULT ] { 0 } -        Constant [ integer RUN_ONCE ] { 1 } -        Constant [ integer RUN_NOWAIT ] { 2 } -        Constant [ integer CHANGE ] { 2 } -        Constant [ integer RENAME ] { 1 } -        Constant [ integer READABLE ] { 1 } -        Constant [ integer WRITABLE ] { 2 } -        Constant [ integer O_RDONLY ] { 0 } -        Constant [ integer O_WRONLY ] { 1 } -        Constant [ integer O_RDWR ] { 2 } -        Constant [ integer O_CREAT ] { 64 } -        Constant [ integer O_EXCL ] { 128 } -        Constant [ integer O_TRUNC ] { 512 } -        Constant [ integer O_APPEND ] { 1024 } -        Constant [ integer S_IFDIR ] { 16384 } -        Constant [ integer S_IFREG ] { 32768 } -        Constant [ integer O_NOCTTY ] { 256 } -        Constant [ integer S_IRWXU ] { 448 } -        Constant [ integer S_IRUSR ] { 256 } -        Constant [ integer S_IWUSR ] { 128 } -        Constant [ integer S_IXUSR ] { 64 } -        Constant [ integer S_IRWXG ] { 56 } -        Constant [ integer S_IRGRP ] { 32 } -        Constant [ integer S_IWGRP ] { 16 } -        Constant [ integer S_IXGRP ] { 8 } -        Constant [ integer S_IRWXO ] { 7 } -        Constant [ integer S_IROTH ] { 4 } -        Constant [ integer S_IWOTH ] { 2 } -        Constant [ integer S_IXOTH ] { 1 } -        Constant [ integer SIG_IGN ] { 1 } -        Constant [ integer SIG_DFL ] { 0 } -        Constant [ integer SIG_ERR ] { -1 } -        Constant [ integer SIGHUP ] { 1 } -        Constant [ integer SIGINT ] { 2 } -        Constant [ integer SIGQUIT ] { 3 } -        Constant [ integer SIGILL ] { 4 } -        Constant [ integer SIGTRAP ] { 5 } -        Constant [ integer SIGABRT ] { 6 } -        Constant [ integer SIGIOT ] { 6 } -        Constant [ integer SIGBUS ] { 7 } -        Constant [ integer SIGFPE ] { 8 } -        Constant [ integer SIGKILL ] { 9 } -        Constant [ integer SIGUSR1 ] { 10 } -        Constant [ integer SIGSEGV ] { 11 } -        Constant [ integer SIGUSR2 ] { 12 } -        Constant [ integer SIGPIPE ] { 13 } -        Constant [ integer SIGALRM ] { 14 } -        Constant [ integer SIGTERM ] { 15 } -        Constant [ integer SIGSTKFLT ] { 16 } -        Constant [ integer SIGCLD ] { 17 } -        Constant [ integer SIGCHLD ] { 17 } -        Constant [ integer SIGCONT ] { 18 } -        Constant [ integer SIGSTOP ] { 19 } -        Constant [ integer SIGTSTP ] { 20 } -        Constant [ integer SIGTTIN ] { 21 } -        Constant [ integer SIGTTOU ] { 22 } -        Constant [ integer SIGURG ] { 23 } -        Constant [ integer SIGXCPU ] { 24 } -        Constant [ integer SIGXFSZ ] { 25 } -        Constant [ integer SIGVTALRM ] { 26 } -        Constant [ integer SIGPROF ] { 27 } -        Constant [ integer SIGWINCH ] { 28 } -        Constant [ integer SIGPOLL ] { 29 } -        Constant [ integer SIGIO ] { 29 } -        Constant [ integer SIGPWR ] { 30 } -        Constant [ integer SIGSYS ] { 31 } -        Constant [ integer SIGBABY ] { 31 } -        Constant [ integer AF_INET ] { 2 } -        Constant [ integer AF_INET6 ] { 10 } -        Constant [ integer AF_UNSPEC ] { 0 } -        Constant [ integer LEAVE_GROUP ] { 0 } -        Constant [ integer JOIN_GROUP ] { 1 } -        Constant [ integer IS_UV_TCP ] { 0 } -        Constant [ integer IS_UV_UDP ] { 1 } -        Constant [ integer IS_UV_PIPE ] { 2 } -        Constant [ integer IS_UV_IDLE ] { 3 } -        Constant [ integer IS_UV_TIMER ] { 4 } -        Constant [ integer IS_UV_ASYNC ] { 5 } -        Constant [ integer IS_UV_LOOP ] { 6 } -        Constant [ integer IS_UV_HANDLE ] { 7 } -        Constant [ integer IS_UV_STREAM ] { 8 } -        Constant [ integer IS_UV_ADDRINFO ] { 9 } -        Constant [ integer IS_UV_PROCESS ] { 10 } -        Constant [ integer IS_UV_PREPARE ] { 11 } -        Constant [ integer IS_UV_CHECK ] { 12 } -        Constant [ integer IS_UV_WORK ] { 13 } -        Constant [ integer IS_UV_FS ] { 14 } -        Constant [ integer IS_UV_FS_EVENT ] { 15 } -        Constant [ integer IS_UV_TTY ] { 16 } -        Constant [ integer IS_UV_FS_POLL ] { 17 } -        Constant [ integer IS_UV_POLL ] { 18 } -        Constant [ integer UNKNOWN_HANDLE ] { 0 } -        Constant [ integer FILE ] { 17 } -        Constant [ integer ASYNC ] { 1 } -        Constant [ integer CHECK ] { 2 } -        Constant [ integer FS_EVENT ] { 3 } -        Constant [ integer FS_POLL ] { 4 } -        Constant [ integer HANDLE ] { 5 } -        Constant [ integer IDLE ] { 6 } -        Constant [ integer NAMED_PIPE ] { 7 } -        Constant [ integer POLL ] { 8 } -        Constant [ integer PREPARE ] { 9 } -        Constant [ integer PROCESS ] { 10 } -        Constant [ integer STREAM ] { 11 } -        Constant [ integer TCP ] { 12 } -        Constant [ integer TIMER ] { 13 } -        Constant [ integer TTY ] { 14 } -        Constant [ integer UDP ] { 15 } -        Constant [ integer SIGNAL ] { 16 } -        Constant [ integer HANDLE_TYPE_MAX ] { 18 } -        Constant [ integer IGNORE ] { 0 } -        Constant [ integer CREATE_PIPE ] { 1 } -        Constant [ integer INHERIT_FD ] { 2 } -        Constant [ integer INHERIT_STREAM ] { 4 } -        Constant [ integer READABLE_PIPE ] { 16 } -        Constant [ integer WRITABLE_PIPE ] { 32 } -        Constant [ integer PROCESS_SETUID ] { 1 } -        Constant [ integer PROCESS_SETGID ] { 2 } -        Constant [ integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } -        Constant [ integer PROCESS_DETACHED ] { 8 } -        Constant [ integer E2BIG ] { -7 } -        Constant [ integer EACCES ] { -13 } -        Constant [ integer EADDRINUSE ] { -98 } -        Constant [ integer EADDRNOTAVAIL ] { -99 } -        Constant [ integer EAFNOSUPPORT ] { -97 } -        Constant [ integer EAGAIN ] { -11 } -        Constant [ integer EAI_ADDRFAMILY ] { -3000 } -        Constant [ integer EAI_AGAIN ] { -3001 } -        Constant [ integer EAI_BADFLAGS ] { -3002 } -        Constant [ integer EAI_BADHINTS ] { -3013 } -        Constant [ integer EAI_CANCELED ] { -3003 } -        Constant [ integer EAI_FAIL ] { -3004 } -        Constant [ integer EAI_FAMILY ] { -3005 } -        Constant [ integer EAI_MEMORY ] { -3006 } -        Constant [ integer EAI_NODATA ] { -3007 } -        Constant [ integer EAI_NONAME ] { -3008 } -        Constant [ integer EAI_OVERFLOW ] { -3009 } -        Constant [ integer EAI_PROTOCOL ] { -3014 } -        Constant [ integer EAI_SERVICE ] { -3010 } -        Constant [ integer EAI_SOCKTYPE ] { -3011 } -        Constant [ integer EALREADY ] { -114 } -        Constant [ integer EBADF ] { -9 } -        Constant [ integer EBUSY ] { -16 } -        Constant [ integer ECANCELED ] { -125 } -        Constant [ integer ECHARSET ] { -4080 } -        Constant [ integer ECONNABORTED ] { -103 } -        Constant [ integer ECONNREFUSED ] { -111 } -        Constant [ integer ECONNRESET ] { -104 } -        Constant [ integer EDESTADDRREQ ] { -89 } -        Constant [ integer EEXIST ] { -17 } -        Constant [ integer EFAULT ] { -14 } -        Constant [ integer EFBIG ] { -27 } -        Constant [ integer EHOSTUNREACH ] { -113 } -        Constant [ integer EINTR ] { -4 } -        Constant [ integer EINVAL ] { -22 } -        Constant [ integer EIO ] { -5 } -        Constant [ integer EISCONN ] { -106 } -        Constant [ integer EISDIR ] { -21 } -        Constant [ integer ELOOP ] { -40 } -        Constant [ integer EMFILE ] { -24 } -        Constant [ integer EMSGSIZE ] { -90 } -        Constant [ integer ENAMETOOLONG ] { -36 } -        Constant [ integer ENETDOWN ] { -100 } -        Constant [ integer ENETUNREACH ] { -101 } -        Constant [ integer ENFILE ] { -23 } -        Constant [ integer ENOBUFS ] { -105 } -        Constant [ integer ENODEV ] { -19 } -        Constant [ integer ENOENT ] { -2 } -        Constant [ integer ENOMEM ] { -12 } -        Constant [ integer ENONET ] { -64 } -        Constant [ integer ENOPROTOOPT ] { -92 } -        Constant [ integer ENOSPC ] { -28 } -        Constant [ integer ENOSYS ] { -38 } -        Constant [ integer ENOTCONN ] { -107 } -        Constant [ integer ENOTDIR ] { -20 } -        Constant [ integer ENOTEMPTY ] { -39 } -        Constant [ integer ENOTSOCK ] { -88 } -        Constant [ integer ENOTSUP ] { -95 } -        Constant [ integer EPERM ] { -1 } -        Constant [ integer EPIPE ] { -32 } -        Constant [ integer EPROTO ] { -71 } -        Constant [ integer EPROTONOSUPPORT ] { -93 } -        Constant [ integer EPROTOTYPE ] { -91 } -        Constant [ integer ERANGE ] { -34 } -        Constant [ integer EROFS ] { -30 } -        Constant [ integer ESHUTDOWN ] { -108 } -        Constant [ integer ESPIPE ] { -29 } -        Constant [ integer ESRCH ] { -3 } -        Constant [ integer ETIMEDOUT ] { -110 } -        Constant [ integer ETXTBSY ] { -26 } -        Constant [ integer EXDEV ] { -18 } -        Constant [ integer UNKNOWN ] { -4094 } -        Constant [ integer EOF ] { -4095 } -        Constant [ integer ENXIO ] { -6 } -        Constant [ integer EMLINK ] { -31 } -        Constant [ integer EHOSTDOWN ] { -112 } +      - Constants [197] { +        Constant [ public integer RUN_DEFAULT ] { 0 } +        Constant [ public integer RUN_ONCE ] { 1 } +        Constant [ public integer RUN_NOWAIT ] { 2 } +        Constant [ public integer CHANGE ] { 2 } +        Constant [ public integer RENAME ] { 1 } +        Constant [ public integer READABLE ] { 1 } +        Constant [ public integer WRITABLE ] { 2 } +        Constant [ public integer O_RDONLY ] { 0 } +        Constant [ public integer O_WRONLY ] { 1 } +        Constant [ public integer O_RDWR ] { 2 } +        Constant [ public integer O_CREAT ] { 64 } +        Constant [ public integer O_EXCL ] { 128 } +        Constant [ public integer O_TRUNC ] { 512 } +        Constant [ public integer O_APPEND ] { 1024 } +        Constant [ public integer S_IFDIR ] { 16384 } +        Constant [ public integer S_IFREG ] { 32768 } +        Constant [ public integer O_NOCTTY ] { 256 } +        Constant [ public integer S_IRWXU ] { 448 } +        Constant [ public integer S_IRUSR ] { 256 } +        Constant [ public integer S_IWUSR ] { 128 } +        Constant [ public integer S_IXUSR ] { 64 } +        Constant [ public integer S_IRWXG ] { 56 } +        Constant [ public integer S_IRGRP ] { 32 } +        Constant [ public integer S_IWGRP ] { 16 } +        Constant [ public integer S_IXGRP ] { 8 } +        Constant [ public integer S_IRWXO ] { 7 } +        Constant [ public integer S_IROTH ] { 4 } +        Constant [ public integer S_IWOTH ] { 2 } +        Constant [ public integer S_IXOTH ] { 1 } +        Constant [ public integer SIG_IGN ] { 1 } +        Constant [ public integer SIG_DFL ] { 0 } +        Constant [ public integer SIG_ERR ] { -1 } +        Constant [ public integer SIGHUP ] { 1 } +        Constant [ public integer SIGINT ] { 2 } +        Constant [ public integer SIGQUIT ] { 3 } +        Constant [ public integer SIGILL ] { 4 } +        Constant [ public integer SIGTRAP ] { 5 } +        Constant [ public integer SIGABRT ] { 6 } +        Constant [ public integer SIGIOT ] { 6 } +        Constant [ public integer SIGBUS ] { 7 } +        Constant [ public integer SIGFPE ] { 8 } +        Constant [ public integer SIGKILL ] { 9 } +        Constant [ public integer SIGUSR1 ] { 10 } +        Constant [ public integer SIGSEGV ] { 11 } +        Constant [ public integer SIGUSR2 ] { 12 } +        Constant [ public integer SIGPIPE ] { 13 } +        Constant [ public integer SIGALRM ] { 14 } +        Constant [ public integer SIGTERM ] { 15 } +        Constant [ public integer SIGSTKFLT ] { 16 } +        Constant [ public integer SIGCLD ] { 17 } +        Constant [ public integer SIGCHLD ] { 17 } +        Constant [ public integer SIGCONT ] { 18 } +        Constant [ public integer SIGSTOP ] { 19 } +        Constant [ public integer SIGTSTP ] { 20 } +        Constant [ public integer SIGTTIN ] { 21 } +        Constant [ public integer SIGTTOU ] { 22 } +        Constant [ public integer SIGURG ] { 23 } +        Constant [ public integer SIGXCPU ] { 24 } +        Constant [ public integer SIGXFSZ ] { 25 } +        Constant [ public integer SIGVTALRM ] { 26 } +        Constant [ public integer SIGPROF ] { 27 } +        Constant [ public integer SIGWINCH ] { 28 } +        Constant [ public integer SIGPOLL ] { 29 } +        Constant [ public integer SIGIO ] { 29 } +        Constant [ public integer SIGPWR ] { 30 } +        Constant [ public integer SIGSYS ] { 31 } +        Constant [ public integer SIGBABY ] { 31 } +        Constant [ public integer AF_INET ] { 2 } +        Constant [ public integer AF_INET6 ] { 10 } +        Constant [ public integer AF_UNSPEC ] { 0 } +        Constant [ public integer LEAVE_GROUP ] { 0 } +        Constant [ public integer JOIN_GROUP ] { 1 } +        Constant [ public integer IS_UV_TCP ] { 0 } +        Constant [ public integer IS_UV_UDP ] { 1 } +        Constant [ public integer IS_UV_PIPE ] { 2 } +        Constant [ public integer IS_UV_IDLE ] { 3 } +        Constant [ public integer IS_UV_TIMER ] { 4 } +        Constant [ public integer IS_UV_ASYNC ] { 5 } +        Constant [ public integer IS_UV_LOOP ] { 6 } +        Constant [ public integer IS_UV_HANDLE ] { 7 } +        Constant [ public integer IS_UV_STREAM ] { 8 } +        Constant [ public integer IS_UV_ADDRINFO ] { 9 } +        Constant [ public integer IS_UV_PROCESS ] { 10 } +        Constant [ public integer IS_UV_PREPARE ] { 11 } +        Constant [ public integer IS_UV_CHECK ] { 12 } +        Constant [ public integer IS_UV_WORK ] { 13 } +        Constant [ public integer IS_UV_FS ] { 14 } +        Constant [ public integer IS_UV_FS_EVENT ] { 15 } +        Constant [ public integer IS_UV_TTY ] { 16 } +        Constant [ public integer IS_UV_FS_POLL ] { 17 } +        Constant [ public integer IS_UV_POLL ] { 18 } +        Constant [ public integer UNKNOWN_HANDLE ] { 0 } +        Constant [ public integer FILE ] { 17 } +        Constant [ public integer ASYNC ] { 1 } +        Constant [ public integer CHECK ] { 2 } +        Constant [ public integer FS_EVENT ] { 3 } +        Constant [ public integer FS_POLL ] { 4 } +        Constant [ public integer HANDLE ] { 5 } +        Constant [ public integer IDLE ] { 6 } +        Constant [ public integer NAMED_PIPE ] { 7 } +        Constant [ public integer POLL ] { 8 } +        Constant [ public integer PREPARE ] { 9 } +        Constant [ public integer PROCESS ] { 10 } +        Constant [ public integer STREAM ] { 11 } +        Constant [ public integer TCP ] { 12 } +        Constant [ public integer TIMER ] { 13 } +        Constant [ public integer TTY ] { 14 } +        Constant [ public integer UDP ] { 15 } +        Constant [ public integer SIGNAL ] { 16 } +        Constant [ public integer HANDLE_TYPE_MAX ] { 18 } +        Constant [ public integer IGNORE ] { 0 } +        Constant [ public integer CREATE_PIPE ] { 1 } +        Constant [ public integer INHERIT_FD ] { 2 } +        Constant [ public integer INHERIT_STREAM ] { 4 } +        Constant [ public integer READABLE_PIPE ] { 16 } +        Constant [ public integer WRITABLE_PIPE ] { 32 } +        Constant [ public integer PROCESS_SETUID ] { 1 } +        Constant [ public integer PROCESS_SETGID ] { 2 } +        Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } +        Constant [ public integer PROCESS_DETACHED ] { 8 } +        Constant [ public integer E2BIG ] { -7 } +        Constant [ public integer EACCES ] { -13 } +        Constant [ public integer EADDRINUSE ] { -98 } +        Constant [ public integer EADDRNOTAVAIL ] { -99 } +        Constant [ public integer EAFNOSUPPORT ] { -97 } +        Constant [ public integer EAGAIN ] { -11 } +        Constant [ public integer EAI_ADDRFAMILY ] { -3000 } +        Constant [ public integer EAI_AGAIN ] { -3001 } +        Constant [ public integer EAI_BADFLAGS ] { -3002 } +        Constant [ public integer EAI_BADHINTS ] { -3013 } +        Constant [ public integer EAI_CANCELED ] { -3003 } +        Constant [ public integer EAI_FAIL ] { -3004 } +        Constant [ public integer EAI_FAMILY ] { -3005 } +        Constant [ public integer EAI_MEMORY ] { -3006 } +        Constant [ public integer EAI_NODATA ] { -3007 } +        Constant [ public integer EAI_NONAME ] { -3008 } +        Constant [ public integer EAI_OVERFLOW ] { -3009 } +        Constant [ public integer EAI_PROTOCOL ] { -3014 } +        Constant [ public integer EAI_SERVICE ] { -3010 } +        Constant [ public integer EAI_SOCKTYPE ] { -3011 } +        Constant [ public integer EALREADY ] { -114 } +        Constant [ public integer EBADF ] { -9 } +        Constant [ public integer EBUSY ] { -16 } +        Constant [ public integer ECANCELED ] { -125 } +        Constant [ public integer ECHARSET ] { -4080 } +        Constant [ public integer ECONNABORTED ] { -103 } +        Constant [ public integer ECONNREFUSED ] { -111 } +        Constant [ public integer ECONNRESET ] { -104 } +        Constant [ public integer EDESTADDRREQ ] { -89 } +        Constant [ public integer EEXIST ] { -17 } +        Constant [ public integer EFAULT ] { -14 } +        Constant [ public integer EFBIG ] { -27 } +        Constant [ public integer EHOSTUNREACH ] { -113 } +        Constant [ public integer EINTR ] { -4 } +        Constant [ public integer EINVAL ] { -22 } +        Constant [ public integer EIO ] { -5 } +        Constant [ public integer EISCONN ] { -106 } +        Constant [ public integer EISDIR ] { -21 } +        Constant [ public integer ELOOP ] { -40 } +        Constant [ public integer EMFILE ] { -24 } +        Constant [ public integer EMSGSIZE ] { -90 } +        Constant [ public integer ENAMETOOLONG ] { -36 } +        Constant [ public integer ENETDOWN ] { -100 } +        Constant [ public integer ENETUNREACH ] { -101 } +        Constant [ public integer ENFILE ] { -23 } +        Constant [ public integer ENOBUFS ] { -105 } +        Constant [ public integer ENODEV ] { -19 } +        Constant [ public integer ENOENT ] { -2 } +        Constant [ public integer ENOMEM ] { -12 } +        Constant [ public integer ENONET ] { -64 } +        Constant [ public integer ENOPROTOOPT ] { -92 } +        Constant [ public integer ENOSPC ] { -28 } +        Constant [ public integer ENOSYS ] { -38 } +        Constant [ public integer ENOTCONN ] { -107 } +        Constant [ public integer ENOTDIR ] { -20 } +        Constant [ public integer ENOTEMPTY ] { -39 } +        Constant [ public integer ENOTSOCK ] { -88 } +        Constant [ public integer ENOTSUP ] { -95 } +        Constant [ public integer EPERM ] { -1 } +        Constant [ public integer EPIPE ] { -32 } +        Constant [ public integer EPROTO ] { -71 } +        Constant [ public integer EPROTONOSUPPORT ] { -93 } +        Constant [ public integer EPROTOTYPE ] { -91 } +        Constant [ public integer ERANGE ] { -34 } +        Constant [ public integer EROFS ] { -30 } +        Constant [ public integer ESHUTDOWN ] { -108 } +        Constant [ public integer ESPIPE ] { -29 } +        Constant [ public integer ESRCH ] { -3 } +        Constant [ public integer ETIMEDOUT ] { -110 } +        Constant [ public integer ETXTBSY ] { -26 } +        Constant [ public integer EXDEV ] { -18 } +        Constant [ public integer UNKNOWN ] { -4094 } +        Constant [ public integer EOF ] { -4095 } +        Constant [ public integer ENXIO ] { -6 } +        Constant [ public integer EMLINK ] { -31 } +        Constant [ public integer EHOSTDOWN ] { -112 } +        Constant [ public integer EREMOTEIO ] { -121 }        }        - Static properties [0] { @@ -4613,203 +4630,204 @@ Extension [ <persistent> extension #147 uv version 0.2.2 ] {      Class [ <internal:uv> final class UVPoll extends UV ] { -      - Constants [196] { -        Constant [ integer RUN_DEFAULT ] { 0 } -        Constant [ integer RUN_ONCE ] { 1 } -        Constant [ integer RUN_NOWAIT ] { 2 } -        Constant [ integer CHANGE ] { 2 } -        Constant [ integer RENAME ] { 1 } -        Constant [ integer READABLE ] { 1 } -        Constant [ integer WRITABLE ] { 2 } -        Constant [ integer O_RDONLY ] { 0 } -        Constant [ integer O_WRONLY ] { 1 } -        Constant [ integer O_RDWR ] { 2 } -        Constant [ integer O_CREAT ] { 64 } -        Constant [ integer O_EXCL ] { 128 } -        Constant [ integer O_TRUNC ] { 512 } -        Constant [ integer O_APPEND ] { 1024 } -        Constant [ integer S_IFDIR ] { 16384 } -        Constant [ integer S_IFREG ] { 32768 } -        Constant [ integer O_NOCTTY ] { 256 } -        Constant [ integer S_IRWXU ] { 448 } -        Constant [ integer S_IRUSR ] { 256 } -        Constant [ integer S_IWUSR ] { 128 } -        Constant [ integer S_IXUSR ] { 64 } -        Constant [ integer S_IRWXG ] { 56 } -        Constant [ integer S_IRGRP ] { 32 } -        Constant [ integer S_IWGRP ] { 16 } -        Constant [ integer S_IXGRP ] { 8 } -        Constant [ integer S_IRWXO ] { 7 } -        Constant [ integer S_IROTH ] { 4 } -        Constant [ integer S_IWOTH ] { 2 } -        Constant [ integer S_IXOTH ] { 1 } -        Constant [ integer SIG_IGN ] { 1 } -        Constant [ integer SIG_DFL ] { 0 } -        Constant [ integer SIG_ERR ] { -1 } -        Constant [ integer SIGHUP ] { 1 } -        Constant [ integer SIGINT ] { 2 } -        Constant [ integer SIGQUIT ] { 3 } -        Constant [ integer SIGILL ] { 4 } -        Constant [ integer SIGTRAP ] { 5 } -        Constant [ integer SIGABRT ] { 6 } -        Constant [ integer SIGIOT ] { 6 } -        Constant [ integer SIGBUS ] { 7 } -        Constant [ integer SIGFPE ] { 8 } -        Constant [ integer SIGKILL ] { 9 } -        Constant [ integer SIGUSR1 ] { 10 } -        Constant [ integer SIGSEGV ] { 11 } -        Constant [ integer SIGUSR2 ] { 12 } -        Constant [ integer SIGPIPE ] { 13 } -        Constant [ integer SIGALRM ] { 14 } -        Constant [ integer SIGTERM ] { 15 } -        Constant [ integer SIGSTKFLT ] { 16 } -        Constant [ integer SIGCLD ] { 17 } -        Constant [ integer SIGCHLD ] { 17 } -        Constant [ integer SIGCONT ] { 18 } -        Constant [ integer SIGSTOP ] { 19 } -        Constant [ integer SIGTSTP ] { 20 } -        Constant [ integer SIGTTIN ] { 21 } -        Constant [ integer SIGTTOU ] { 22 } -        Constant [ integer SIGURG ] { 23 } -        Constant [ integer SIGXCPU ] { 24 } -        Constant [ integer SIGXFSZ ] { 25 } -        Constant [ integer SIGVTALRM ] { 26 } -        Constant [ integer SIGPROF ] { 27 } -        Constant [ integer SIGWINCH ] { 28 } -        Constant [ integer SIGPOLL ] { 29 } -        Constant [ integer SIGIO ] { 29 } -        Constant [ integer SIGPWR ] { 30 } -        Constant [ integer SIGSYS ] { 31 } -        Constant [ integer SIGBABY ] { 31 } -        Constant [ integer AF_INET ] { 2 } -        Constant [ integer AF_INET6 ] { 10 } -        Constant [ integer AF_UNSPEC ] { 0 } -        Constant [ integer LEAVE_GROUP ] { 0 } -        Constant [ integer JOIN_GROUP ] { 1 } -        Constant [ integer IS_UV_TCP ] { 0 } -        Constant [ integer IS_UV_UDP ] { 1 } -        Constant [ integer IS_UV_PIPE ] { 2 } -        Constant [ integer IS_UV_IDLE ] { 3 } -        Constant [ integer IS_UV_TIMER ] { 4 } -        Constant [ integer IS_UV_ASYNC ] { 5 } -        Constant [ integer IS_UV_LOOP ] { 6 } -        Constant [ integer IS_UV_HANDLE ] { 7 } -        Constant [ integer IS_UV_STREAM ] { 8 } -        Constant [ integer IS_UV_ADDRINFO ] { 9 } -        Constant [ integer IS_UV_PROCESS ] { 10 } -        Constant [ integer IS_UV_PREPARE ] { 11 } -        Constant [ integer IS_UV_CHECK ] { 12 } -        Constant [ integer IS_UV_WORK ] { 13 } -        Constant [ integer IS_UV_FS ] { 14 } -        Constant [ integer IS_UV_FS_EVENT ] { 15 } -        Constant [ integer IS_UV_TTY ] { 16 } -        Constant [ integer IS_UV_FS_POLL ] { 17 } -        Constant [ integer IS_UV_POLL ] { 18 } -        Constant [ integer UNKNOWN_HANDLE ] { 0 } -        Constant [ integer FILE ] { 17 } -        Constant [ integer ASYNC ] { 1 } -        Constant [ integer CHECK ] { 2 } -        Constant [ integer FS_EVENT ] { 3 } -        Constant [ integer FS_POLL ] { 4 } -        Constant [ integer HANDLE ] { 5 } -        Constant [ integer IDLE ] { 6 } -        Constant [ integer NAMED_PIPE ] { 7 } -        Constant [ integer POLL ] { 8 } -        Constant [ integer PREPARE ] { 9 } -        Constant [ integer PROCESS ] { 10 } -        Constant [ integer STREAM ] { 11 } -        Constant [ integer TCP ] { 12 } -        Constant [ integer TIMER ] { 13 } -        Constant [ integer TTY ] { 14 } -        Constant [ integer UDP ] { 15 } -        Constant [ integer SIGNAL ] { 16 } -        Constant [ integer HANDLE_TYPE_MAX ] { 18 } -        Constant [ integer IGNORE ] { 0 } -        Constant [ integer CREATE_PIPE ] { 1 } -        Constant [ integer INHERIT_FD ] { 2 } -        Constant [ integer INHERIT_STREAM ] { 4 } -        Constant [ integer READABLE_PIPE ] { 16 } -        Constant [ integer WRITABLE_PIPE ] { 32 } -        Constant [ integer PROCESS_SETUID ] { 1 } -        Constant [ integer PROCESS_SETGID ] { 2 } -        Constant [ integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } -        Constant [ integer PROCESS_DETACHED ] { 8 } -        Constant [ integer E2BIG ] { -7 } -        Constant [ integer EACCES ] { -13 } -        Constant [ integer EADDRINUSE ] { -98 } -        Constant [ integer EADDRNOTAVAIL ] { -99 } -        Constant [ integer EAFNOSUPPORT ] { -97 } -        Constant [ integer EAGAIN ] { -11 } -        Constant [ integer EAI_ADDRFAMILY ] { -3000 } -        Constant [ integer EAI_AGAIN ] { -3001 } -        Constant [ integer EAI_BADFLAGS ] { -3002 } -        Constant [ integer EAI_BADHINTS ] { -3013 } -        Constant [ integer EAI_CANCELED ] { -3003 } -        Constant [ integer EAI_FAIL ] { -3004 } -        Constant [ integer EAI_FAMILY ] { -3005 } -        Constant [ integer EAI_MEMORY ] { -3006 } -        Constant [ integer EAI_NODATA ] { -3007 } -        Constant [ integer EAI_NONAME ] { -3008 } -        Constant [ integer EAI_OVERFLOW ] { -3009 } -        Constant [ integer EAI_PROTOCOL ] { -3014 } -        Constant [ integer EAI_SERVICE ] { -3010 } -        Constant [ integer EAI_SOCKTYPE ] { -3011 } -        Constant [ integer EALREADY ] { -114 } -        Constant [ integer EBADF ] { -9 } -        Constant [ integer EBUSY ] { -16 } -        Constant [ integer ECANCELED ] { -125 } -        Constant [ integer ECHARSET ] { -4080 } -        Constant [ integer ECONNABORTED ] { -103 } -        Constant [ integer ECONNREFUSED ] { -111 } -        Constant [ integer ECONNRESET ] { -104 } -        Constant [ integer EDESTADDRREQ ] { -89 } -        Constant [ integer EEXIST ] { -17 } -        Constant [ integer EFAULT ] { -14 } -        Constant [ integer EFBIG ] { -27 } -        Constant [ integer EHOSTUNREACH ] { -113 } -        Constant [ integer EINTR ] { -4 } -        Constant [ integer EINVAL ] { -22 } -        Constant [ integer EIO ] { -5 } -        Constant [ integer EISCONN ] { -106 } -        Constant [ integer EISDIR ] { -21 } -        Constant [ integer ELOOP ] { -40 } -        Constant [ integer EMFILE ] { -24 } -        Constant [ integer EMSGSIZE ] { -90 } -        Constant [ integer ENAMETOOLONG ] { -36 } -        Constant [ integer ENETDOWN ] { -100 } -        Constant [ integer ENETUNREACH ] { -101 } -        Constant [ integer ENFILE ] { -23 } -        Constant [ integer ENOBUFS ] { -105 } -        Constant [ integer ENODEV ] { -19 } -        Constant [ integer ENOENT ] { -2 } -        Constant [ integer ENOMEM ] { -12 } -        Constant [ integer ENONET ] { -64 } -        Constant [ integer ENOPROTOOPT ] { -92 } -        Constant [ integer ENOSPC ] { -28 } -        Constant [ integer ENOSYS ] { -38 } -        Constant [ integer ENOTCONN ] { -107 } -        Constant [ integer ENOTDIR ] { -20 } -        Constant [ integer ENOTEMPTY ] { -39 } -        Constant [ integer ENOTSOCK ] { -88 } -        Constant [ integer ENOTSUP ] { -95 } -        Constant [ integer EPERM ] { -1 } -        Constant [ integer EPIPE ] { -32 } -        Constant [ integer EPROTO ] { -71 } -        Constant [ integer EPROTONOSUPPORT ] { -93 } -        Constant [ integer EPROTOTYPE ] { -91 } -        Constant [ integer ERANGE ] { -34 } -        Constant [ integer EROFS ] { -30 } -        Constant [ integer ESHUTDOWN ] { -108 } -        Constant [ integer ESPIPE ] { -29 } -        Constant [ integer ESRCH ] { -3 } -        Constant [ integer ETIMEDOUT ] { -110 } -        Constant [ integer ETXTBSY ] { -26 } -        Constant [ integer EXDEV ] { -18 } -        Constant [ integer UNKNOWN ] { -4094 } -        Constant [ integer EOF ] { -4095 } -        Constant [ integer ENXIO ] { -6 } -        Constant [ integer EMLINK ] { -31 } -        Constant [ integer EHOSTDOWN ] { -112 } +      - Constants [197] { +        Constant [ public integer RUN_DEFAULT ] { 0 } +        Constant [ public integer RUN_ONCE ] { 1 } +        Constant [ public integer RUN_NOWAIT ] { 2 } +        Constant [ public integer CHANGE ] { 2 } +        Constant [ public integer RENAME ] { 1 } +        Constant [ public integer READABLE ] { 1 } +        Constant [ public integer WRITABLE ] { 2 } +        Constant [ public integer O_RDONLY ] { 0 } +        Constant [ public integer O_WRONLY ] { 1 } +        Constant [ public integer O_RDWR ] { 2 } +        Constant [ public integer O_CREAT ] { 64 } +        Constant [ public integer O_EXCL ] { 128 } +        Constant [ public integer O_TRUNC ] { 512 } +        Constant [ public integer O_APPEND ] { 1024 } +        Constant [ public integer S_IFDIR ] { 16384 } +        Constant [ public integer S_IFREG ] { 32768 } +        Constant [ public integer O_NOCTTY ] { 256 } +        Constant [ public integer S_IRWXU ] { 448 } +        Constant [ public integer S_IRUSR ] { 256 } +        Constant [ public integer S_IWUSR ] { 128 } +        Constant [ public integer S_IXUSR ] { 64 } +        Constant [ public integer S_IRWXG ] { 56 } +        Constant [ public integer S_IRGRP ] { 32 } +        Constant [ public integer S_IWGRP ] { 16 } +        Constant [ public integer S_IXGRP ] { 8 } +        Constant [ public integer S_IRWXO ] { 7 } +        Constant [ public integer S_IROTH ] { 4 } +        Constant [ public integer S_IWOTH ] { 2 } +        Constant [ public integer S_IXOTH ] { 1 } +        Constant [ public integer SIG_IGN ] { 1 } +        Constant [ public integer SIG_DFL ] { 0 } +        Constant [ public integer SIG_ERR ] { -1 } +        Constant [ public integer SIGHUP ] { 1 } +        Constant [ public integer SIGINT ] { 2 } +        Constant [ public integer SIGQUIT ] { 3 } +        Constant [ public integer SIGILL ] { 4 } +        Constant [ public integer SIGTRAP ] { 5 } +        Constant [ public integer SIGABRT ] { 6 } +        Constant [ public integer SIGIOT ] { 6 } +        Constant [ public integer SIGBUS ] { 7 } +        Constant [ public integer SIGFPE ] { 8 } +        Constant [ public integer SIGKILL ] { 9 } +        Constant [ public integer SIGUSR1 ] { 10 } +        Constant [ public integer SIGSEGV ] { 11 } +        Constant [ public integer SIGUSR2 ] { 12 } +        Constant [ public integer SIGPIPE ] { 13 } +        Constant [ public integer SIGALRM ] { 14 } +        Constant [ public integer SIGTERM ] { 15 } +        Constant [ public integer SIGSTKFLT ] { 16 } +        Constant [ public integer SIGCLD ] { 17 } +        Constant [ public integer SIGCHLD ] { 17 } +        Constant [ public integer SIGCONT ] { 18 } +        Constant [ public integer SIGSTOP ] { 19 } +        Constant [ public integer SIGTSTP ] { 20 } +        Constant [ public integer SIGTTIN ] { 21 } +        Constant [ public integer SIGTTOU ] { 22 } +        Constant [ public integer SIGURG ] { 23 } +        Constant [ public integer SIGXCPU ] { 24 } +        Constant [ public integer SIGXFSZ ] { 25 } +        Constant [ public integer SIGVTALRM ] { 26 } +        Constant [ public integer SIGPROF ] { 27 } +        Constant [ public integer SIGWINCH ] { 28 } +        Constant [ public integer SIGPOLL ] { 29 } +        Constant [ public integer SIGIO ] { 29 } +        Constant [ public integer SIGPWR ] { 30 } +        Constant [ public integer SIGSYS ] { 31 } +        Constant [ public integer SIGBABY ] { 31 } +        Constant [ public integer AF_INET ] { 2 } +        Constant [ public integer AF_INET6 ] { 10 } +        Constant [ public integer AF_UNSPEC ] { 0 } +        Constant [ public integer LEAVE_GROUP ] { 0 } +        Constant [ public integer JOIN_GROUP ] { 1 } +        Constant [ public integer IS_UV_TCP ] { 0 } +        Constant [ public integer IS_UV_UDP ] { 1 } +        Constant [ public integer IS_UV_PIPE ] { 2 } +        Constant [ public integer IS_UV_IDLE ] { 3 } +        Constant [ public integer IS_UV_TIMER ] { 4 } +        Constant [ public integer IS_UV_ASYNC ] { 5 } +        Constant [ public integer IS_UV_LOOP ] { 6 } +        Constant [ public integer IS_UV_HANDLE ] { 7 } +        Constant [ public integer IS_UV_STREAM ] { 8 } +        Constant [ public integer IS_UV_ADDRINFO ] { 9 } +        Constant [ public integer IS_UV_PROCESS ] { 10 } +        Constant [ public integer IS_UV_PREPARE ] { 11 } +        Constant [ public integer IS_UV_CHECK ] { 12 } +        Constant [ public integer IS_UV_WORK ] { 13 } +        Constant [ public integer IS_UV_FS ] { 14 } +        Constant [ public integer IS_UV_FS_EVENT ] { 15 } +        Constant [ public integer IS_UV_TTY ] { 16 } +        Constant [ public integer IS_UV_FS_POLL ] { 17 } +        Constant [ public integer IS_UV_POLL ] { 18 } +        Constant [ public integer UNKNOWN_HANDLE ] { 0 } +        Constant [ public integer FILE ] { 17 } +        Constant [ public integer ASYNC ] { 1 } +        Constant [ public integer CHECK ] { 2 } +        Constant [ public integer FS_EVENT ] { 3 } +        Constant [ public integer FS_POLL ] { 4 } +        Constant [ public integer HANDLE ] { 5 } +        Constant [ public integer IDLE ] { 6 } +        Constant [ public integer NAMED_PIPE ] { 7 } +        Constant [ public integer POLL ] { 8 } +        Constant [ public integer PREPARE ] { 9 } +        Constant [ public integer PROCESS ] { 10 } +        Constant [ public integer STREAM ] { 11 } +        Constant [ public integer TCP ] { 12 } +        Constant [ public integer TIMER ] { 13 } +        Constant [ public integer TTY ] { 14 } +        Constant [ public integer UDP ] { 15 } +        Constant [ public integer SIGNAL ] { 16 } +        Constant [ public integer HANDLE_TYPE_MAX ] { 18 } +        Constant [ public integer IGNORE ] { 0 } +        Constant [ public integer CREATE_PIPE ] { 1 } +        Constant [ public integer INHERIT_FD ] { 2 } +        Constant [ public integer INHERIT_STREAM ] { 4 } +        Constant [ public integer READABLE_PIPE ] { 16 } +        Constant [ public integer WRITABLE_PIPE ] { 32 } +        Constant [ public integer PROCESS_SETUID ] { 1 } +        Constant [ public integer PROCESS_SETGID ] { 2 } +        Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } +        Constant [ public integer PROCESS_DETACHED ] { 8 } +        Constant [ public integer E2BIG ] { -7 } +        Constant [ public integer EACCES ] { -13 } +        Constant [ public integer EADDRINUSE ] { -98 } +        Constant [ public integer EADDRNOTAVAIL ] { -99 } +        Constant [ public integer EAFNOSUPPORT ] { -97 } +        Constant [ public integer EAGAIN ] { -11 } +        Constant [ public integer EAI_ADDRFAMILY ] { -3000 } +        Constant [ public integer EAI_AGAIN ] { -3001 } +        Constant [ public integer EAI_BADFLAGS ] { -3002 } +        Constant [ public integer EAI_BADHINTS ] { -3013 } +        Constant [ public integer EAI_CANCELED ] { -3003 } +        Constant [ public integer EAI_FAIL ] { -3004 } +        Constant [ public integer EAI_FAMILY ] { -3005 } +        Constant [ public integer EAI_MEMORY ] { -3006 } +        Constant [ public integer EAI_NODATA ] { -3007 } +        Constant [ public integer EAI_NONAME ] { -3008 } +        Constant [ public integer EAI_OVERFLOW ] { -3009 } +        Constant [ public integer EAI_PROTOCOL ] { -3014 } +        Constant [ public integer EAI_SERVICE ] { -3010 } +        Constant [ public integer EAI_SOCKTYPE ] { -3011 } +        Constant [ public integer EALREADY ] { -114 } +        Constant [ public integer EBADF ] { -9 } +        Constant [ public integer EBUSY ] { -16 } +        Constant [ public integer ECANCELED ] { -125 } +        Constant [ public integer ECHARSET ] { -4080 } +        Constant [ public integer ECONNABORTED ] { -103 } +        Constant [ public integer ECONNREFUSED ] { -111 } +        Constant [ public integer ECONNRESET ] { -104 } +        Constant [ public integer EDESTADDRREQ ] { -89 } +        Constant [ public integer EEXIST ] { -17 } +        Constant [ public integer EFAULT ] { -14 } +        Constant [ public integer EFBIG ] { -27 } +        Constant [ public integer EHOSTUNREACH ] { -113 } +        Constant [ public integer EINTR ] { -4 } +        Constant [ public integer EINVAL ] { -22 } +        Constant [ public integer EIO ] { -5 } +        Constant [ public integer EISCONN ] { -106 } +        Constant [ public integer EISDIR ] { -21 } +        Constant [ public integer ELOOP ] { -40 } +        Constant [ public integer EMFILE ] { -24 } +        Constant [ public integer EMSGSIZE ] { -90 } +        Constant [ public integer ENAMETOOLONG ] { -36 } +        Constant [ public integer ENETDOWN ] { -100 } +        Constant [ public integer ENETUNREACH ] { -101 } +        Constant [ public integer ENFILE ] { -23 } +        Constant [ public integer ENOBUFS ] { -105 } +        Constant [ public integer ENODEV ] { -19 } +        Constant [ public integer ENOENT ] { -2 } +        Constant [ public integer ENOMEM ] { -12 } +        Constant [ public integer ENONET ] { -64 } +        Constant [ public integer ENOPROTOOPT ] { -92 } +        Constant [ public integer ENOSPC ] { -28 } +        Constant [ public integer ENOSYS ] { -38 } +        Constant [ public integer ENOTCONN ] { -107 } +        Constant [ public integer ENOTDIR ] { -20 } +        Constant [ public integer ENOTEMPTY ] { -39 } +        Constant [ public integer ENOTSOCK ] { -88 } +        Constant [ public integer ENOTSUP ] { -95 } +        Constant [ public integer EPERM ] { -1 } +        Constant [ public integer EPIPE ] { -32 } +        Constant [ public integer EPROTO ] { -71 } +        Constant [ public integer EPROTONOSUPPORT ] { -93 } +        Constant [ public integer EPROTOTYPE ] { -91 } +        Constant [ public integer ERANGE ] { -34 } +        Constant [ public integer EROFS ] { -30 } +        Constant [ public integer ESHUTDOWN ] { -108 } +        Constant [ public integer ESPIPE ] { -29 } +        Constant [ public integer ESRCH ] { -3 } +        Constant [ public integer ETIMEDOUT ] { -110 } +        Constant [ public integer ETXTBSY ] { -26 } +        Constant [ public integer EXDEV ] { -18 } +        Constant [ public integer UNKNOWN ] { -4094 } +        Constant [ public integer EOF ] { -4095 } +        Constant [ public integer ENXIO ] { -6 } +        Constant [ public integer EMLINK ] { -31 } +        Constant [ public integer EHOSTDOWN ] { -112 } +        Constant [ public integer EREMOTEIO ] { -121 }        }        - Static properties [0] { @@ -4827,203 +4845,204 @@ Extension [ <persistent> extension #147 uv version 0.2.2 ] {      Class [ <internal:uv> final class UVSignal extends UV ] { -      - Constants [196] { -        Constant [ integer RUN_DEFAULT ] { 0 } -        Constant [ integer RUN_ONCE ] { 1 } -        Constant [ integer RUN_NOWAIT ] { 2 } -        Constant [ integer CHANGE ] { 2 } -        Constant [ integer RENAME ] { 1 } -        Constant [ integer READABLE ] { 1 } -        Constant [ integer WRITABLE ] { 2 } -        Constant [ integer O_RDONLY ] { 0 } -        Constant [ integer O_WRONLY ] { 1 } -        Constant [ integer O_RDWR ] { 2 } -        Constant [ integer O_CREAT ] { 64 } -        Constant [ integer O_EXCL ] { 128 } -        Constant [ integer O_TRUNC ] { 512 } -        Constant [ integer O_APPEND ] { 1024 } -        Constant [ integer S_IFDIR ] { 16384 } -        Constant [ integer S_IFREG ] { 32768 } -        Constant [ integer O_NOCTTY ] { 256 } -        Constant [ integer S_IRWXU ] { 448 } -        Constant [ integer S_IRUSR ] { 256 } -        Constant [ integer S_IWUSR ] { 128 } -        Constant [ integer S_IXUSR ] { 64 } -        Constant [ integer S_IRWXG ] { 56 } -        Constant [ integer S_IRGRP ] { 32 } -        Constant [ integer S_IWGRP ] { 16 } -        Constant [ integer S_IXGRP ] { 8 } -        Constant [ integer S_IRWXO ] { 7 } -        Constant [ integer S_IROTH ] { 4 } -        Constant [ integer S_IWOTH ] { 2 } -        Constant [ integer S_IXOTH ] { 1 } -        Constant [ integer SIG_IGN ] { 1 } -        Constant [ integer SIG_DFL ] { 0 } -        Constant [ integer SIG_ERR ] { -1 } -        Constant [ integer SIGHUP ] { 1 } -        Constant [ integer SIGINT ] { 2 } -        Constant [ integer SIGQUIT ] { 3 } -        Constant [ integer SIGILL ] { 4 } -        Constant [ integer SIGTRAP ] { 5 } -        Constant [ integer SIGABRT ] { 6 } -        Constant [ integer SIGIOT ] { 6 } -        Constant [ integer SIGBUS ] { 7 } -        Constant [ integer SIGFPE ] { 8 } -        Constant [ integer SIGKILL ] { 9 } -        Constant [ integer SIGUSR1 ] { 10 } -        Constant [ integer SIGSEGV ] { 11 } -        Constant [ integer SIGUSR2 ] { 12 } -        Constant [ integer SIGPIPE ] { 13 } -        Constant [ integer SIGALRM ] { 14 } -        Constant [ integer SIGTERM ] { 15 } -        Constant [ integer SIGSTKFLT ] { 16 } -        Constant [ integer SIGCLD ] { 17 } -        Constant [ integer SIGCHLD ] { 17 } -        Constant [ integer SIGCONT ] { 18 } -        Constant [ integer SIGSTOP ] { 19 } -        Constant [ integer SIGTSTP ] { 20 } -        Constant [ integer SIGTTIN ] { 21 } -        Constant [ integer SIGTTOU ] { 22 } -        Constant [ integer SIGURG ] { 23 } -        Constant [ integer SIGXCPU ] { 24 } -        Constant [ integer SIGXFSZ ] { 25 } -        Constant [ integer SIGVTALRM ] { 26 } -        Constant [ integer SIGPROF ] { 27 } -        Constant [ integer SIGWINCH ] { 28 } -        Constant [ integer SIGPOLL ] { 29 } -        Constant [ integer SIGIO ] { 29 } -        Constant [ integer SIGPWR ] { 30 } -        Constant [ integer SIGSYS ] { 31 } -        Constant [ integer SIGBABY ] { 31 } -        Constant [ integer AF_INET ] { 2 } -        Constant [ integer AF_INET6 ] { 10 } -        Constant [ integer AF_UNSPEC ] { 0 } -        Constant [ integer LEAVE_GROUP ] { 0 } -        Constant [ integer JOIN_GROUP ] { 1 } -        Constant [ integer IS_UV_TCP ] { 0 } -        Constant [ integer IS_UV_UDP ] { 1 } -        Constant [ integer IS_UV_PIPE ] { 2 } -        Constant [ integer IS_UV_IDLE ] { 3 } -        Constant [ integer IS_UV_TIMER ] { 4 } -        Constant [ integer IS_UV_ASYNC ] { 5 } -        Constant [ integer IS_UV_LOOP ] { 6 } -        Constant [ integer IS_UV_HANDLE ] { 7 } -        Constant [ integer IS_UV_STREAM ] { 8 } -        Constant [ integer IS_UV_ADDRINFO ] { 9 } -        Constant [ integer IS_UV_PROCESS ] { 10 } -        Constant [ integer IS_UV_PREPARE ] { 11 } -        Constant [ integer IS_UV_CHECK ] { 12 } -        Constant [ integer IS_UV_WORK ] { 13 } -        Constant [ integer IS_UV_FS ] { 14 } -        Constant [ integer IS_UV_FS_EVENT ] { 15 } -        Constant [ integer IS_UV_TTY ] { 16 } -        Constant [ integer IS_UV_FS_POLL ] { 17 } -        Constant [ integer IS_UV_POLL ] { 18 } -        Constant [ integer UNKNOWN_HANDLE ] { 0 } -        Constant [ integer FILE ] { 17 } -        Constant [ integer ASYNC ] { 1 } -        Constant [ integer CHECK ] { 2 } -        Constant [ integer FS_EVENT ] { 3 } -        Constant [ integer FS_POLL ] { 4 } -        Constant [ integer HANDLE ] { 5 } -        Constant [ integer IDLE ] { 6 } -        Constant [ integer NAMED_PIPE ] { 7 } -        Constant [ integer POLL ] { 8 } -        Constant [ integer PREPARE ] { 9 } -        Constant [ integer PROCESS ] { 10 } -        Constant [ integer STREAM ] { 11 } -        Constant [ integer TCP ] { 12 } -        Constant [ integer TIMER ] { 13 } -        Constant [ integer TTY ] { 14 } -        Constant [ integer UDP ] { 15 } -        Constant [ integer SIGNAL ] { 16 } -        Constant [ integer HANDLE_TYPE_MAX ] { 18 } -        Constant [ integer IGNORE ] { 0 } -        Constant [ integer CREATE_PIPE ] { 1 } -        Constant [ integer INHERIT_FD ] { 2 } -        Constant [ integer INHERIT_STREAM ] { 4 } -        Constant [ integer READABLE_PIPE ] { 16 } -        Constant [ integer WRITABLE_PIPE ] { 32 } -        Constant [ integer PROCESS_SETUID ] { 1 } -        Constant [ integer PROCESS_SETGID ] { 2 } -        Constant [ integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } -        Constant [ integer PROCESS_DETACHED ] { 8 } -        Constant [ integer E2BIG ] { -7 } -        Constant [ integer EACCES ] { -13 } -        Constant [ integer EADDRINUSE ] { -98 } -        Constant [ integer EADDRNOTAVAIL ] { -99 } -        Constant [ integer EAFNOSUPPORT ] { -97 } -        Constant [ integer EAGAIN ] { -11 } -        Constant [ integer EAI_ADDRFAMILY ] { -3000 } -        Constant [ integer EAI_AGAIN ] { -3001 } -        Constant [ integer EAI_BADFLAGS ] { -3002 } -        Constant [ integer EAI_BADHINTS ] { -3013 } -        Constant [ integer EAI_CANCELED ] { -3003 } -        Constant [ integer EAI_FAIL ] { -3004 } -        Constant [ integer EAI_FAMILY ] { -3005 } -        Constant [ integer EAI_MEMORY ] { -3006 } -        Constant [ integer EAI_NODATA ] { -3007 } -        Constant [ integer EAI_NONAME ] { -3008 } -        Constant [ integer EAI_OVERFLOW ] { -3009 } -        Constant [ integer EAI_PROTOCOL ] { -3014 } -        Constant [ integer EAI_SERVICE ] { -3010 } -        Constant [ integer EAI_SOCKTYPE ] { -3011 } -        Constant [ integer EALREADY ] { -114 } -        Constant [ integer EBADF ] { -9 } -        Constant [ integer EBUSY ] { -16 } -        Constant [ integer ECANCELED ] { -125 } -        Constant [ integer ECHARSET ] { -4080 } -        Constant [ integer ECONNABORTED ] { -103 } -        Constant [ integer ECONNREFUSED ] { -111 } -        Constant [ integer ECONNRESET ] { -104 } -        Constant [ integer EDESTADDRREQ ] { -89 } -        Constant [ integer EEXIST ] { -17 } -        Constant [ integer EFAULT ] { -14 } -        Constant [ integer EFBIG ] { -27 } -        Constant [ integer EHOSTUNREACH ] { -113 } -        Constant [ integer EINTR ] { -4 } -        Constant [ integer EINVAL ] { -22 } -        Constant [ integer EIO ] { -5 } -        Constant [ integer EISCONN ] { -106 } -        Constant [ integer EISDIR ] { -21 } -        Constant [ integer ELOOP ] { -40 } -        Constant [ integer EMFILE ] { -24 } -        Constant [ integer EMSGSIZE ] { -90 } -        Constant [ integer ENAMETOOLONG ] { -36 } -        Constant [ integer ENETDOWN ] { -100 } -        Constant [ integer ENETUNREACH ] { -101 } -        Constant [ integer ENFILE ] { -23 } -        Constant [ integer ENOBUFS ] { -105 } -        Constant [ integer ENODEV ] { -19 } -        Constant [ integer ENOENT ] { -2 } -        Constant [ integer ENOMEM ] { -12 } -        Constant [ integer ENONET ] { -64 } -        Constant [ integer ENOPROTOOPT ] { -92 } -        Constant [ integer ENOSPC ] { -28 } -        Constant [ integer ENOSYS ] { -38 } -        Constant [ integer ENOTCONN ] { -107 } -        Constant [ integer ENOTDIR ] { -20 } -        Constant [ integer ENOTEMPTY ] { -39 } -        Constant [ integer ENOTSOCK ] { -88 } -        Constant [ integer ENOTSUP ] { -95 } -        Constant [ integer EPERM ] { -1 } -        Constant [ integer EPIPE ] { -32 } -        Constant [ integer EPROTO ] { -71 } -        Constant [ integer EPROTONOSUPPORT ] { -93 } -        Constant [ integer EPROTOTYPE ] { -91 } -        Constant [ integer ERANGE ] { -34 } -        Constant [ integer EROFS ] { -30 } -        Constant [ integer ESHUTDOWN ] { -108 } -        Constant [ integer ESPIPE ] { -29 } -        Constant [ integer ESRCH ] { -3 } -        Constant [ integer ETIMEDOUT ] { -110 } -        Constant [ integer ETXTBSY ] { -26 } -        Constant [ integer EXDEV ] { -18 } -        Constant [ integer UNKNOWN ] { -4094 } -        Constant [ integer EOF ] { -4095 } -        Constant [ integer ENXIO ] { -6 } -        Constant [ integer EMLINK ] { -31 } -        Constant [ integer EHOSTDOWN ] { -112 } +      - Constants [197] { +        Constant [ public integer RUN_DEFAULT ] { 0 } +        Constant [ public integer RUN_ONCE ] { 1 } +        Constant [ public integer RUN_NOWAIT ] { 2 } +        Constant [ public integer CHANGE ] { 2 } +        Constant [ public integer RENAME ] { 1 } +        Constant [ public integer READABLE ] { 1 } +        Constant [ public integer WRITABLE ] { 2 } +        Constant [ public integer O_RDONLY ] { 0 } +        Constant [ public integer O_WRONLY ] { 1 } +        Constant [ public integer O_RDWR ] { 2 } +        Constant [ public integer O_CREAT ] { 64 } +        Constant [ public integer O_EXCL ] { 128 } +        Constant [ public integer O_TRUNC ] { 512 } +        Constant [ public integer O_APPEND ] { 1024 } +        Constant [ public integer S_IFDIR ] { 16384 } +        Constant [ public integer S_IFREG ] { 32768 } +        Constant [ public integer O_NOCTTY ] { 256 } +        Constant [ public integer S_IRWXU ] { 448 } +        Constant [ public integer S_IRUSR ] { 256 } +        Constant [ public integer S_IWUSR ] { 128 } +        Constant [ public integer S_IXUSR ] { 64 } +        Constant [ public integer S_IRWXG ] { 56 } +        Constant [ public integer S_IRGRP ] { 32 } +        Constant [ public integer S_IWGRP ] { 16 } +        Constant [ public integer S_IXGRP ] { 8 } +        Constant [ public integer S_IRWXO ] { 7 } +        Constant [ public integer S_IROTH ] { 4 } +        Constant [ public integer S_IWOTH ] { 2 } +        Constant [ public integer S_IXOTH ] { 1 } +        Constant [ public integer SIG_IGN ] { 1 } +        Constant [ public integer SIG_DFL ] { 0 } +        Constant [ public integer SIG_ERR ] { -1 } +        Constant [ public integer SIGHUP ] { 1 } +        Constant [ public integer SIGINT ] { 2 } +        Constant [ public integer SIGQUIT ] { 3 } +        Constant [ public integer SIGILL ] { 4 } +        Constant [ public integer SIGTRAP ] { 5 } +        Constant [ public integer SIGABRT ] { 6 } +        Constant [ public integer SIGIOT ] { 6 } +        Constant [ public integer SIGBUS ] { 7 } +        Constant [ public integer SIGFPE ] { 8 } +        Constant [ public integer SIGKILL ] { 9 } +        Constant [ public integer SIGUSR1 ] { 10 } +        Constant [ public integer SIGSEGV ] { 11 } +        Constant [ public integer SIGUSR2 ] { 12 } +        Constant [ public integer SIGPIPE ] { 13 } +        Constant [ public integer SIGALRM ] { 14 } +        Constant [ public integer SIGTERM ] { 15 } +        Constant [ public integer SIGSTKFLT ] { 16 } +        Constant [ public integer SIGCLD ] { 17 } +        Constant [ public integer SIGCHLD ] { 17 } +        Constant [ public integer SIGCONT ] { 18 } +        Constant [ public integer SIGSTOP ] { 19 } +        Constant [ public integer SIGTSTP ] { 20 } +        Constant [ public integer SIGTTIN ] { 21 } +        Constant [ public integer SIGTTOU ] { 22 } +        Constant [ public integer SIGURG ] { 23 } +        Constant [ public integer SIGXCPU ] { 24 } +        Constant [ public integer SIGXFSZ ] { 25 } +        Constant [ public integer SIGVTALRM ] { 26 } +        Constant [ public integer SIGPROF ] { 27 } +        Constant [ public integer SIGWINCH ] { 28 } +        Constant [ public integer SIGPOLL ] { 29 } +        Constant [ public integer SIGIO ] { 29 } +        Constant [ public integer SIGPWR ] { 30 } +        Constant [ public integer SIGSYS ] { 31 } +        Constant [ public integer SIGBABY ] { 31 } +        Constant [ public integer AF_INET ] { 2 } +        Constant [ public integer AF_INET6 ] { 10 } +        Constant [ public integer AF_UNSPEC ] { 0 } +        Constant [ public integer LEAVE_GROUP ] { 0 } +        Constant [ public integer JOIN_GROUP ] { 1 } +        Constant [ public integer IS_UV_TCP ] { 0 } +        Constant [ public integer IS_UV_UDP ] { 1 } +        Constant [ public integer IS_UV_PIPE ] { 2 } +        Constant [ public integer IS_UV_IDLE ] { 3 } +        Constant [ public integer IS_UV_TIMER ] { 4 } +        Constant [ public integer IS_UV_ASYNC ] { 5 } +        Constant [ public integer IS_UV_LOOP ] { 6 } +        Constant [ public integer IS_UV_HANDLE ] { 7 } +        Constant [ public integer IS_UV_STREAM ] { 8 } +        Constant [ public integer IS_UV_ADDRINFO ] { 9 } +        Constant [ public integer IS_UV_PROCESS ] { 10 } +        Constant [ public integer IS_UV_PREPARE ] { 11 } +        Constant [ public integer IS_UV_CHECK ] { 12 } +        Constant [ public integer IS_UV_WORK ] { 13 } +        Constant [ public integer IS_UV_FS ] { 14 } +        Constant [ public integer IS_UV_FS_EVENT ] { 15 } +        Constant [ public integer IS_UV_TTY ] { 16 } +        Constant [ public integer IS_UV_FS_POLL ] { 17 } +        Constant [ public integer IS_UV_POLL ] { 18 } +        Constant [ public integer UNKNOWN_HANDLE ] { 0 } +        Constant [ public integer FILE ] { 17 } +        Constant [ public integer ASYNC ] { 1 } +        Constant [ public integer CHECK ] { 2 } +        Constant [ public integer FS_EVENT ] { 3 } +        Constant [ public integer FS_POLL ] { 4 } +        Constant [ public integer HANDLE ] { 5 } +        Constant [ public integer IDLE ] { 6 } +        Constant [ public integer NAMED_PIPE ] { 7 } +        Constant [ public integer POLL ] { 8 } +        Constant [ public integer PREPARE ] { 9 } +        Constant [ public integer PROCESS ] { 10 } +        Constant [ public integer STREAM ] { 11 } +        Constant [ public integer TCP ] { 12 } +        Constant [ public integer TIMER ] { 13 } +        Constant [ public integer TTY ] { 14 } +        Constant [ public integer UDP ] { 15 } +        Constant [ public integer SIGNAL ] { 16 } +        Constant [ public integer HANDLE_TYPE_MAX ] { 18 } +        Constant [ public integer IGNORE ] { 0 } +        Constant [ public integer CREATE_PIPE ] { 1 } +        Constant [ public integer INHERIT_FD ] { 2 } +        Constant [ public integer INHERIT_STREAM ] { 4 } +        Constant [ public integer READABLE_PIPE ] { 16 } +        Constant [ public integer WRITABLE_PIPE ] { 32 } +        Constant [ public integer PROCESS_SETUID ] { 1 } +        Constant [ public integer PROCESS_SETGID ] { 2 } +        Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 } +        Constant [ public integer PROCESS_DETACHED ] { 8 } +        Constant [ public integer E2BIG ] { -7 } +        Constant [ public integer EACCES ] { -13 } +        Constant [ public integer EADDRINUSE ] { -98 } +        Constant [ public integer EADDRNOTAVAIL ] { -99 } +        Constant [ public integer EAFNOSUPPORT ] { -97 } +        Constant [ public integer EAGAIN ] { -11 } +        Constant [ public integer EAI_ADDRFAMILY ] { -3000 } +        Constant [ public integer EAI_AGAIN ] { -3001 } +        Constant [ public integer EAI_BADFLAGS ] { -3002 } +        Constant [ public integer EAI_BADHINTS ] { -3013 } +        Constant [ public integer EAI_CANCELED ] { -3003 } +        Constant [ public integer EAI_FAIL ] { -3004 } +        Constant [ public integer EAI_FAMILY ] { -3005 } +        Constant [ public integer EAI_MEMORY ] { -3006 } +        Constant [ public integer EAI_NODATA ] { -3007 } +        Constant [ public integer EAI_NONAME ] { -3008 } +        Constant [ public integer EAI_OVERFLOW ] { -3009 } +        Constant [ public integer EAI_PROTOCOL ] { -3014 } +        Constant [ public integer EAI_SERVICE ] { -3010 } +        Constant [ public integer EAI_SOCKTYPE ] { -3011 } +        Constant [ public integer EALREADY ] { -114 } +        Constant [ public integer EBADF ] { -9 } +        Constant [ public integer EBUSY ] { -16 } +        Constant [ public integer ECANCELED ] { -125 } +        Constant [ public integer ECHARSET ] { -4080 } +        Constant [ public integer ECONNABORTED ] { -103 } +        Constant [ public integer ECONNREFUSED ] { -111 } +        Constant [ public integer ECONNRESET ] { -104 } +        Constant [ public integer EDESTADDRREQ ] { -89 } +        Constant [ public integer EEXIST ] { -17 } +        Constant [ public integer EFAULT ] { -14 } +        Constant [ public integer EFBIG ] { -27 } +        Constant [ public integer EHOSTUNREACH ] { -113 } +        Constant [ public integer EINTR ] { -4 } +        Constant [ public integer EINVAL ] { -22 } +        Constant [ public integer EIO ] { -5 } +        Constant [ public integer EISCONN ] { -106 } +        Constant [ public integer EISDIR ] { -21 } +        Constant [ public integer ELOOP ] { -40 } +        Constant [ public integer EMFILE ] { -24 } +        Constant [ public integer EMSGSIZE ] { -90 } +        Constant [ public integer ENAMETOOLONG ] { -36 } +        Constant [ public integer ENETDOWN ] { -100 } +        Constant [ public integer ENETUNREACH ] { -101 } +        Constant [ public integer ENFILE ] { -23 } +        Constant [ public integer ENOBUFS ] { -105 } +        Constant [ public integer ENODEV ] { -19 } +        Constant [ public integer ENOENT ] { -2 } +        Constant [ public integer ENOMEM ] { -12 } +        Constant [ public integer ENONET ] { -64 } +        Constant [ public integer ENOPROTOOPT ] { -92 } +        Constant [ public integer ENOSPC ] { -28 } +        Constant [ public integer ENOSYS ] { -38 } +        Constant [ public integer ENOTCONN ] { -107 } +        Constant [ public integer ENOTDIR ] { -20 } +        Constant [ public integer ENOTEMPTY ] { -39 } +        Constant [ public integer ENOTSOCK ] { -88 } +        Constant [ public integer ENOTSUP ] { -95 } +        Constant [ public integer EPERM ] { -1 } +        Constant [ public integer EPIPE ] { -32 } +        Constant [ public integer EPROTO ] { -71 } +        Constant [ public integer EPROTONOSUPPORT ] { -93 } +        Constant [ public integer EPROTOTYPE ] { -91 } +        Constant [ public integer ERANGE ] { -34 } +        Constant [ public integer EROFS ] { -30 } +        Constant [ public integer ESHUTDOWN ] { -108 } +        Constant [ public integer ESPIPE ] { -29 } +        Constant [ public integer ESRCH ] { -3 } +        Constant [ public integer ETIMEDOUT ] { -110 } +        Constant [ public integer ETXTBSY ] { -26 } +        Constant [ public integer EXDEV ] { -18 } +        Constant [ public integer UNKNOWN ] { -4094 } +        Constant [ public integer EOF ] { -4095 } +        Constant [ public integer ENXIO ] { -6 } +        Constant [ public integer EMLINK ] { -31 } +        Constant [ public integer EHOSTDOWN ] { -112 } +        Constant [ public integer EREMOTEIO ] { -121 }        }        - Static properties [0] {  | 
