Packages

o

fs2.internal.jsdeps.node

constantsMod

object constantsMod

Source
constantsMod.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. constantsMod
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ALPN_ENABLED: Double
    Annotations
    @JSImport("constants", "ALPN_ENABLED") @native()
  5. val COPYFILE_EXCL: Double

    Constant for fs.copyFile.

    Constant for fs.copyFile. Flag indicating the destination file should not be overwritten if it already exists.

    Annotations
    @JSImport("constants", "COPYFILE_EXCL") @native()
  6. val COPYFILE_FICLONE: Double

    Constant for fs.copyFile.

    Constant for fs.copyFile. copy operation will attempt to create a copy-on-write reflink. If the underlying platform does not support copy-on-write, then a fallback copy mechanism is used.

    Annotations
    @JSImport("constants", "COPYFILE_FICLONE") @native()
  7. val COPYFILE_FICLONE_FORCE: Double

    Constant for fs.copyFile.

    Constant for fs.copyFile. Copy operation will attempt to create a copy-on-write reflink. If the underlying platform does not support copy-on-write, then the operation will fail with an error.

    Annotations
    @JSImport("constants", "COPYFILE_FICLONE_FORCE") @native()
  8. val DH_CHECK_P_NOT_PRIME: Double
    Annotations
    @JSImport("constants", "DH_CHECK_P_NOT_PRIME") @native()
  9. val DH_CHECK_P_NOT_SAFE_PRIME: Double
    Annotations
    @JSImport("constants", "DH_CHECK_P_NOT_SAFE_PRIME") @native()
  10. val DH_NOT_SUITABLE_GENERATOR: Double
    Annotations
    @JSImport("constants", "DH_NOT_SUITABLE_GENERATOR") @native()
  11. val DH_UNABLE_TO_CHECK_GENERATOR: Double
    Annotations
    @JSImport("constants", "DH_UNABLE_TO_CHECK_GENERATOR") @native()
  12. val E2BIG: Double
    Annotations
    @JSImport("constants", "E2BIG") @native()
  13. val EACCES: Double
    Annotations
    @JSImport("constants", "EACCES") @native()
  14. val EADDRINUSE: Double
    Annotations
    @JSImport("constants", "EADDRINUSE") @native()
  15. val EADDRNOTAVAIL: Double
    Annotations
    @JSImport("constants", "EADDRNOTAVAIL") @native()
  16. val EAFNOSUPPORT: Double
    Annotations
    @JSImport("constants", "EAFNOSUPPORT") @native()
  17. val EAGAIN: Double
    Annotations
    @JSImport("constants", "EAGAIN") @native()
  18. val EALREADY: Double
    Annotations
    @JSImport("constants", "EALREADY") @native()
  19. val EBADF: Double
    Annotations
    @JSImport("constants", "EBADF") @native()
  20. val EBADMSG: Double
    Annotations
    @JSImport("constants", "EBADMSG") @native()
  21. val EBUSY: Double
    Annotations
    @JSImport("constants", "EBUSY") @native()
  22. val ECANCELED: Double
    Annotations
    @JSImport("constants", "ECANCELED") @native()
  23. val ECHILD: Double
    Annotations
    @JSImport("constants", "ECHILD") @native()
  24. val ECONNABORTED: Double
    Annotations
    @JSImport("constants", "ECONNABORTED") @native()
  25. val ECONNREFUSED: Double
    Annotations
    @JSImport("constants", "ECONNREFUSED") @native()
  26. val ECONNRESET: Double
    Annotations
    @JSImport("constants", "ECONNRESET") @native()
  27. val EDEADLK: Double
    Annotations
    @JSImport("constants", "EDEADLK") @native()
  28. val EDESTADDRREQ: Double
    Annotations
    @JSImport("constants", "EDESTADDRREQ") @native()
  29. val EDOM: Double
    Annotations
    @JSImport("constants", "EDOM") @native()
  30. val EDQUOT: Double
    Annotations
    @JSImport("constants", "EDQUOT") @native()
  31. val EEXIST: Double
    Annotations
    @JSImport("constants", "EEXIST") @native()
  32. val EFAULT: Double
    Annotations
    @JSImport("constants", "EFAULT") @native()
  33. val EFBIG: Double
    Annotations
    @JSImport("constants", "EFBIG") @native()
  34. val EHOSTUNREACH: Double
    Annotations
    @JSImport("constants", "EHOSTUNREACH") @native()
  35. val EIDRM: Double
    Annotations
    @JSImport("constants", "EIDRM") @native()
  36. val EILSEQ: Double
    Annotations
    @JSImport("constants", "EILSEQ") @native()
  37. val EINPROGRESS: Double
    Annotations
    @JSImport("constants", "EINPROGRESS") @native()
  38. val EINTR: Double
    Annotations
    @JSImport("constants", "EINTR") @native()
  39. val EINVAL: Double
    Annotations
    @JSImport("constants", "EINVAL") @native()
  40. val EIO: Double
    Annotations
    @JSImport("constants", "EIO") @native()
  41. val EISCONN: Double
    Annotations
    @JSImport("constants", "EISCONN") @native()
  42. val EISDIR: Double
    Annotations
    @JSImport("constants", "EISDIR") @native()
  43. val ELOOP: Double
    Annotations
    @JSImport("constants", "ELOOP") @native()
  44. val EMFILE: Double
    Annotations
    @JSImport("constants", "EMFILE") @native()
  45. val EMLINK: Double
    Annotations
    @JSImport("constants", "EMLINK") @native()
  46. val EMSGSIZE: Double
    Annotations
    @JSImport("constants", "EMSGSIZE") @native()
  47. val EMULTIHOP: Double
    Annotations
    @JSImport("constants", "EMULTIHOP") @native()
  48. val ENAMETOOLONG: Double
    Annotations
    @JSImport("constants", "ENAMETOOLONG") @native()
  49. val ENETDOWN: Double
    Annotations
    @JSImport("constants", "ENETDOWN") @native()
  50. val ENETRESET: Double
    Annotations
    @JSImport("constants", "ENETRESET") @native()
  51. val ENETUNREACH: Double
    Annotations
    @JSImport("constants", "ENETUNREACH") @native()
  52. val ENFILE: Double
    Annotations
    @JSImport("constants", "ENFILE") @native()
  53. val ENGINE_METHOD_ALL: Double
    Annotations
    @JSImport("constants", "ENGINE_METHOD_ALL") @native()
  54. val ENGINE_METHOD_CIPHERS: Double
    Annotations
    @JSImport("constants", "ENGINE_METHOD_CIPHERS") @native()
  55. val ENGINE_METHOD_DH: Double
    Annotations
    @JSImport("constants", "ENGINE_METHOD_DH") @native()
  56. val ENGINE_METHOD_DIGESTS: Double
    Annotations
    @JSImport("constants", "ENGINE_METHOD_DIGESTS") @native()
  57. val ENGINE_METHOD_DSA: Double
    Annotations
    @JSImport("constants", "ENGINE_METHOD_DSA") @native()
  58. val ENGINE_METHOD_EC: Double
    Annotations
    @JSImport("constants", "ENGINE_METHOD_EC") @native()
  59. val ENGINE_METHOD_NONE: Double
    Annotations
    @JSImport("constants", "ENGINE_METHOD_NONE") @native()
  60. val ENGINE_METHOD_PKEY_ASN1_METHS: Double
    Annotations
    @JSImport("constants", "ENGINE_METHOD_PKEY_ASN1_METHS") @native()
  61. val ENGINE_METHOD_PKEY_METHS: Double
    Annotations
    @JSImport("constants", "ENGINE_METHOD_PKEY_METHS") @native()
  62. val ENGINE_METHOD_RAND: Double
    Annotations
    @JSImport("constants", "ENGINE_METHOD_RAND") @native()
  63. val ENGINE_METHOD_RSA: Double
    Annotations
    @JSImport("constants", "ENGINE_METHOD_RSA") @native()
  64. val ENOBUFS: Double
    Annotations
    @JSImport("constants", "ENOBUFS") @native()
  65. val ENODATA: Double
    Annotations
    @JSImport("constants", "ENODATA") @native()
  66. val ENODEV: Double
    Annotations
    @JSImport("constants", "ENODEV") @native()
  67. val ENOENT: Double
    Annotations
    @JSImport("constants", "ENOENT") @native()
  68. val ENOEXEC: Double
    Annotations
    @JSImport("constants", "ENOEXEC") @native()
  69. val ENOLCK: Double
    Annotations
    @JSImport("constants", "ENOLCK") @native()
  70. val ENOLINK: Double
    Annotations
    @JSImport("constants", "ENOLINK") @native()
  71. val ENOMEM: Double
    Annotations
    @JSImport("constants", "ENOMEM") @native()
  72. val ENOMSG: Double
    Annotations
    @JSImport("constants", "ENOMSG") @native()
  73. val ENOPROTOOPT: Double
    Annotations
    @JSImport("constants", "ENOPROTOOPT") @native()
  74. val ENOSPC: Double
    Annotations
    @JSImport("constants", "ENOSPC") @native()
  75. val ENOSR: Double
    Annotations
    @JSImport("constants", "ENOSR") @native()
  76. val ENOSTR: Double
    Annotations
    @JSImport("constants", "ENOSTR") @native()
  77. val ENOSYS: Double
    Annotations
    @JSImport("constants", "ENOSYS") @native()
  78. val ENOTCONN: Double
    Annotations
    @JSImport("constants", "ENOTCONN") @native()
  79. val ENOTDIR: Double
    Annotations
    @JSImport("constants", "ENOTDIR") @native()
  80. val ENOTEMPTY: Double
    Annotations
    @JSImport("constants", "ENOTEMPTY") @native()
  81. val ENOTSOCK: Double
    Annotations
    @JSImport("constants", "ENOTSOCK") @native()
  82. val ENOTSUP: Double
    Annotations
    @JSImport("constants", "ENOTSUP") @native()
  83. val ENOTTY: Double
    Annotations
    @JSImport("constants", "ENOTTY") @native()
  84. val ENXIO: Double
    Annotations
    @JSImport("constants", "ENXIO") @native()
  85. val EOPNOTSUPP: Double
    Annotations
    @JSImport("constants", "EOPNOTSUPP") @native()
  86. val EOVERFLOW: Double
    Annotations
    @JSImport("constants", "EOVERFLOW") @native()
  87. val EPERM: Double
    Annotations
    @JSImport("constants", "EPERM") @native()
  88. val EPIPE: Double
    Annotations
    @JSImport("constants", "EPIPE") @native()
  89. val EPROTO: Double
    Annotations
    @JSImport("constants", "EPROTO") @native()
  90. val EPROTONOSUPPORT: Double
    Annotations
    @JSImport("constants", "EPROTONOSUPPORT") @native()
  91. val EPROTOTYPE: Double
    Annotations
    @JSImport("constants", "EPROTOTYPE") @native()
  92. val ERANGE: Double
    Annotations
    @JSImport("constants", "ERANGE") @native()
  93. val EROFS: Double
    Annotations
    @JSImport("constants", "EROFS") @native()
  94. val ESPIPE: Double
    Annotations
    @JSImport("constants", "ESPIPE") @native()
  95. val ESRCH: Double
    Annotations
    @JSImport("constants", "ESRCH") @native()
  96. val ESTALE: Double
    Annotations
    @JSImport("constants", "ESTALE") @native()
  97. val ETIME: Double
    Annotations
    @JSImport("constants", "ETIME") @native()
  98. val ETIMEDOUT: Double
    Annotations
    @JSImport("constants", "ETIMEDOUT") @native()
  99. val ETXTBSY: Double
    Annotations
    @JSImport("constants", "ETXTBSY") @native()
  100. val EWOULDBLOCK: Double
    Annotations
    @JSImport("constants", "EWOULDBLOCK") @native()
  101. val EXDEV: Double
    Annotations
    @JSImport("constants", "EXDEV") @native()
  102. val F_OK: Double

    Constant for fs.access().

    Constant for fs.access(). File is visible to the calling process.

    Annotations
    @JSImport("constants", "F_OK") @native()
  103. val OPENSSL_VERSION_NUMBER: Double
    Annotations
    @JSImport("constants", "OPENSSL_VERSION_NUMBER") @native()
  104. val O_APPEND: Double

    Constant for fs.open().

    Constant for fs.open(). Flag indicating that data will be appended to the end of the file.

    Annotations
    @JSImport("constants", "O_APPEND") @native()
  105. val O_CREAT: Double

    Constant for fs.open().

    Constant for fs.open(). Flag indicating to create the file if it does not already exist.

    Annotations
    @JSImport("constants", "O_CREAT") @native()
  106. val O_DIRECT: Double

    Constant for fs.open().

    Constant for fs.open(). When set, an attempt will be made to minimize caching effects of file I/O.

    Annotations
    @JSImport("constants", "O_DIRECT") @native()
  107. val O_DIRECTORY: Double

    Constant for fs.open().

    Constant for fs.open(). Flag indicating that the open should fail if the path is not a directory.

    Annotations
    @JSImport("constants", "O_DIRECTORY") @native()
  108. val O_DSYNC: Double

    Constant for fs.open().

    Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O with write operations waiting for data integrity.

    Annotations
    @JSImport("constants", "O_DSYNC") @native()
  109. val O_EXCL: Double

    Constant for fs.open().

    Constant for fs.open(). Flag indicating that opening a file should fail if the O_CREAT flag is set and the file already exists.

    Annotations
    @JSImport("constants", "O_EXCL") @native()
  110. val O_NOATIME: Double

    constant for fs.open().

    constant for fs.open(). Flag indicating reading accesses to the file system will no longer result in an update to the atime information associated with the file. This flag is available on Linux operating systems only.

    Annotations
    @JSImport("constants", "O_NOATIME") @native()
  111. val O_NOCTTY: Double

    Constant for fs.open().

    Constant for fs.open(). Flag indicating that if path identifies a terminal device, opening the path shall not cause that terminal to become the controlling terminal for the process (if the process does not already have one).

    Annotations
    @JSImport("constants", "O_NOCTTY") @native()
  112. val O_NOFOLLOW: Double

    Constant for fs.open().

    Constant for fs.open(). Flag indicating that the open should fail if the path is a symbolic link.

    Annotations
    @JSImport("constants", "O_NOFOLLOW") @native()
  113. val O_NONBLOCK: Double

    Constant for fs.open().

    Constant for fs.open(). Flag indicating to open the file in nonblocking mode when possible.

    Annotations
    @JSImport("constants", "O_NONBLOCK") @native()
  114. val O_RDONLY: Double

    Constant for fs.open().

    Constant for fs.open(). Flag indicating to open a file for read-only access.

    Annotations
    @JSImport("constants", "O_RDONLY") @native()
  115. val O_RDWR: Double

    Constant for fs.open().

    Constant for fs.open(). Flag indicating to open a file for read-write access.

    Annotations
    @JSImport("constants", "O_RDWR") @native()
  116. val O_SYMLINK: Double

    Constant for fs.open().

    Constant for fs.open(). Flag indicating to open the symbolic link itself rather than the resource it is pointing to.

    Annotations
    @JSImport("constants", "O_SYMLINK") @native()
  117. val O_SYNC: Double

    Constant for fs.open().

    Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O.

    Annotations
    @JSImport("constants", "O_SYNC") @native()
  118. val O_TRUNC: Double

    Constant for fs.open().

    Constant for fs.open(). Flag indicating that if the file exists and is a regular file, and the file is opened successfully for write access, its length shall be truncated to zero.

    Annotations
    @JSImport("constants", "O_TRUNC") @native()
  119. val O_WRONLY: Double

    Constant for fs.open().

    Constant for fs.open(). Flag indicating to open a file for write-only access.

    Annotations
    @JSImport("constants", "O_WRONLY") @native()
  120. val POINT_CONVERSION_COMPRESSED: Double
    Annotations
    @JSImport("constants", "POINT_CONVERSION_COMPRESSED") @native()
  121. val POINT_CONVERSION_HYBRID: Double
    Annotations
    @JSImport("constants", "POINT_CONVERSION_HYBRID") @native()
  122. val POINT_CONVERSION_UNCOMPRESSED: Double
    Annotations
    @JSImport("constants", "POINT_CONVERSION_UNCOMPRESSED") @native()
  123. val PRIORITY_ABOVE_NORMAL: Double
    Annotations
    @JSImport("constants", "PRIORITY_ABOVE_NORMAL") @native()
  124. val PRIORITY_BELOW_NORMAL: Double
    Annotations
    @JSImport("constants", "PRIORITY_BELOW_NORMAL") @native()
  125. val PRIORITY_HIGH: Double
    Annotations
    @JSImport("constants", "PRIORITY_HIGH") @native()
  126. val PRIORITY_HIGHEST: Double
    Annotations
    @JSImport("constants", "PRIORITY_HIGHEST") @native()
  127. val PRIORITY_LOW: Double
    Annotations
    @JSImport("constants", "PRIORITY_LOW") @native()
  128. val PRIORITY_NORMAL: Double
    Annotations
    @JSImport("constants", "PRIORITY_NORMAL") @native()
  129. val RSA_NO_PADDING: Double
    Annotations
    @JSImport("constants", "RSA_NO_PADDING") @native()
  130. val RSA_PKCS1_OAEP_PADDING: Double
    Annotations
    @JSImport("constants", "RSA_PKCS1_OAEP_PADDING") @native()
  131. val RSA_PKCS1_PADDING: Double
    Annotations
    @JSImport("constants", "RSA_PKCS1_PADDING") @native()
  132. val RSA_PKCS1_PSS_PADDING: Double
    Annotations
    @JSImport("constants", "RSA_PKCS1_PSS_PADDING") @native()
  133. val RSA_PSS_SALTLEN_AUTO: Double

    Causes the salt length for RSA_PKCS1_PSS_PADDING to be determined automatically when verifying a signature.

    Causes the salt length for RSA_PKCS1_PSS_PADDING to be determined automatically when verifying a signature.

    Annotations
    @JSImport("constants", "RSA_PSS_SALTLEN_AUTO") @native()
  134. val RSA_PSS_SALTLEN_DIGEST: Double

    Sets the salt length for RSA_PKCS1_PSS_PADDING to the digest size when signing or verifying.

    Sets the salt length for RSA_PKCS1_PSS_PADDING to the digest size when signing or verifying.

    Annotations
    @JSImport("constants", "RSA_PSS_SALTLEN_DIGEST") @native()
  135. val RSA_PSS_SALTLEN_MAX_SIGN: Double

    Sets the salt length for RSA_PKCS1_PSS_PADDING to the maximum permissible value when signing data.

    Sets the salt length for RSA_PKCS1_PSS_PADDING to the maximum permissible value when signing data.

    Annotations
    @JSImport("constants", "RSA_PSS_SALTLEN_MAX_SIGN") @native()
  136. val RSA_SSLV23_PADDING: Double
    Annotations
    @JSImport("constants", "RSA_SSLV23_PADDING") @native()
  137. val RSA_X931_PADDING: Double
    Annotations
    @JSImport("constants", "RSA_X931_PADDING") @native()
  138. val R_OK: Double

    Constant for fs.access().

    Constant for fs.access(). File can be read by the calling process.

    Annotations
    @JSImport("constants", "R_OK") @native()
  139. def SIGABRT: Double
    Annotations
    @JSImport("constants", "SIGABRT") @native()
  140. def SIGABRT_=(x: Double): Unit
    Annotations
    @inline()
  141. def SIGALRM: Double
    Annotations
    @JSImport("constants", "SIGALRM") @native()
  142. def SIGALRM_=(x: Double): Unit
    Annotations
    @inline()
  143. def SIGBREAK: Double
    Annotations
    @JSImport("constants", "SIGBREAK") @native()
  144. def SIGBREAK_=(x: Double): Unit
    Annotations
    @inline()
  145. def SIGBUS: Double
    Annotations
    @JSImport("constants", "SIGBUS") @native()
  146. def SIGBUS_=(x: Double): Unit
    Annotations
    @inline()
  147. def SIGCHLD: Double
    Annotations
    @JSImport("constants", "SIGCHLD") @native()
  148. def SIGCHLD_=(x: Double): Unit
    Annotations
    @inline()
  149. def SIGCONT: Double
    Annotations
    @JSImport("constants", "SIGCONT") @native()
  150. def SIGCONT_=(x: Double): Unit
    Annotations
    @inline()
  151. def SIGFPE: Double
    Annotations
    @JSImport("constants", "SIGFPE") @native()
  152. def SIGFPE_=(x: Double): Unit
    Annotations
    @inline()
  153. def SIGHUP: Double
    Annotations
    @JSImport("constants", "SIGHUP") @native()
  154. def SIGHUP_=(x: Double): Unit
    Annotations
    @inline()
  155. def SIGILL: Double
    Annotations
    @JSImport("constants", "SIGILL") @native()
  156. def SIGILL_=(x: Double): Unit
    Annotations
    @inline()
  157. def SIGINFO: Double
    Annotations
    @JSImport("constants", "SIGINFO") @native()
  158. def SIGINFO_=(x: Double): Unit
    Annotations
    @inline()
  159. def SIGINT: Double
    Annotations
    @JSImport("constants", "SIGINT") @native()
  160. def SIGINT_=(x: Double): Unit
    Annotations
    @inline()
  161. def SIGIO: Double
    Annotations
    @JSImport("constants", "SIGIO") @native()
  162. def SIGIOT: Double
    Annotations
    @JSImport("constants", "SIGIOT") @native()
  163. def SIGIOT_=(x: Double): Unit
    Annotations
    @inline()
  164. def SIGIO_=(x: Double): Unit
    Annotations
    @inline()
  165. def SIGKILL: Double
    Annotations
    @JSImport("constants", "SIGKILL") @native()
  166. def SIGKILL_=(x: Double): Unit
    Annotations
    @inline()
  167. def SIGLOST: Double
    Annotations
    @JSImport("constants", "SIGLOST") @native()
  168. def SIGLOST_=(x: Double): Unit
    Annotations
    @inline()
  169. def SIGPIPE: Double
    Annotations
    @JSImport("constants", "SIGPIPE") @native()
  170. def SIGPIPE_=(x: Double): Unit
    Annotations
    @inline()
  171. def SIGPOLL: Double
    Annotations
    @JSImport("constants", "SIGPOLL") @native()
  172. def SIGPOLL_=(x: Double): Unit
    Annotations
    @inline()
  173. def SIGPROF: Double
    Annotations
    @JSImport("constants", "SIGPROF") @native()
  174. def SIGPROF_=(x: Double): Unit
    Annotations
    @inline()
  175. def SIGPWR: Double
    Annotations
    @JSImport("constants", "SIGPWR") @native()
  176. def SIGPWR_=(x: Double): Unit
    Annotations
    @inline()
  177. def SIGQUIT: Double
    Annotations
    @JSImport("constants", "SIGQUIT") @native()
  178. def SIGQUIT_=(x: Double): Unit
    Annotations
    @inline()
  179. def SIGSEGV: Double
    Annotations
    @JSImport("constants", "SIGSEGV") @native()
  180. def SIGSEGV_=(x: Double): Unit
    Annotations
    @inline()
  181. def SIGSTKFLT: Double
    Annotations
    @JSImport("constants", "SIGSTKFLT") @native()
  182. def SIGSTKFLT_=(x: Double): Unit
    Annotations
    @inline()
  183. def SIGSTOP: Double
    Annotations
    @JSImport("constants", "SIGSTOP") @native()
  184. def SIGSTOP_=(x: Double): Unit
    Annotations
    @inline()
  185. def SIGSYS: Double
    Annotations
    @JSImport("constants", "SIGSYS") @native()
  186. def SIGSYS_=(x: Double): Unit
    Annotations
    @inline()
  187. def SIGTERM: Double
    Annotations
    @JSImport("constants", "SIGTERM") @native()
  188. def SIGTERM_=(x: Double): Unit
    Annotations
    @inline()
  189. def SIGTRAP: Double
    Annotations
    @JSImport("constants", "SIGTRAP") @native()
  190. def SIGTRAP_=(x: Double): Unit
    Annotations
    @inline()
  191. def SIGTSTP: Double
    Annotations
    @JSImport("constants", "SIGTSTP") @native()
  192. def SIGTSTP_=(x: Double): Unit
    Annotations
    @inline()
  193. def SIGTTIN: Double
    Annotations
    @JSImport("constants", "SIGTTIN") @native()
  194. def SIGTTIN_=(x: Double): Unit
    Annotations
    @inline()
  195. def SIGTTOU: Double
    Annotations
    @JSImport("constants", "SIGTTOU") @native()
  196. def SIGTTOU_=(x: Double): Unit
    Annotations
    @inline()
  197. def SIGUNUSED: Double
    Annotations
    @JSImport("constants", "SIGUNUSED") @native()
  198. def SIGUNUSED_=(x: Double): Unit
    Annotations
    @inline()
  199. def SIGURG: Double
    Annotations
    @JSImport("constants", "SIGURG") @native()
  200. def SIGURG_=(x: Double): Unit
    Annotations
    @inline()
  201. def SIGUSR1: Double
    Annotations
    @JSImport("constants", "SIGUSR1") @native()
  202. def SIGUSR1_=(x: Double): Unit
    Annotations
    @inline()
  203. def SIGUSR2: Double
    Annotations
    @JSImport("constants", "SIGUSR2") @native()
  204. def SIGUSR2_=(x: Double): Unit
    Annotations
    @inline()
  205. def SIGVTALRM: Double
    Annotations
    @JSImport("constants", "SIGVTALRM") @native()
  206. def SIGVTALRM_=(x: Double): Unit
    Annotations
    @inline()
  207. def SIGWINCH: Double
    Annotations
    @JSImport("constants", "SIGWINCH") @native()
  208. def SIGWINCH_=(x: Double): Unit
    Annotations
    @inline()
  209. def SIGXCPU: Double
    Annotations
    @JSImport("constants", "SIGXCPU") @native()
  210. def SIGXCPU_=(x: Double): Unit
    Annotations
    @inline()
  211. def SIGXFSZ: Double
    Annotations
    @JSImport("constants", "SIGXFSZ") @native()
  212. def SIGXFSZ_=(x: Double): Unit
    Annotations
    @inline()
  213. val SSLOPNOSSLv2: Double
    Annotations
    @JSImport("constants", "SSL_OP_NO_SSLv2") @native()
  214. val SSLOPNOSSLv3: Double
    Annotations
    @JSImport("constants", "SSL_OP_NO_SSLv3") @native()
  215. val SSLOPNOTLSv1: Double
    Annotations
    @JSImport("constants", "SSL_OP_NO_TLSv1") @native()
  216. val SSLOPNOTLSv11: Double
    Annotations
    @JSImport("constants", "SSL_OP_NO_TLSv1_1") @native()
  217. val SSLOPNOTLSv12: Double
    Annotations
    @JSImport("constants", "SSL_OP_NO_TLSv1_2") @native()
  218. val SSL_OP_ALL: Double

    Applies multiple bug workarounds within OpenSSL.

    Applies multiple bug workarounds within OpenSSL. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html for detail.

    Annotations
    @JSImport("constants", "SSL_OP_ALL") @native()
  219. val SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION: Double

    Allows legacy insecure renegotiation between OpenSSL and unpatched clients or servers.

    Allows legacy insecure renegotiation between OpenSSL and unpatched clients or servers. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html.

    Annotations
    @JSImport("constants", "SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION") @native()
  220. val SSL_OP_CIPHER_SERVER_PREFERENCE: Double

    Attempts to use the server's preferences instead of the client's when selecting a cipher.

    Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html.

    Annotations
    @JSImport("constants", "SSL_OP_CIPHER_SERVER_PREFERENCE") @native()
  221. val SSL_OP_CISCO_ANYCONNECT: Double

    Instructs OpenSSL to use Cisco's "speshul" version of DTLS_BAD_VER.

    Instructs OpenSSL to use Cisco's "speshul" version of DTLS_BAD_VER.

    Annotations
    @JSImport("constants", "SSL_OP_CISCO_ANYCONNECT") @native()
  222. val SSL_OP_COOKIE_EXCHANGE: Double

    Instructs OpenSSL to turn on cookie exchange.

    Instructs OpenSSL to turn on cookie exchange.

    Annotations
    @JSImport("constants", "SSL_OP_COOKIE_EXCHANGE") @native()
  223. val SSL_OP_CRYPTOPRO_TLSEXT_BUG: Double

    Instructs OpenSSL to add server-hello extension from an early version of the cryptopro draft.

    Instructs OpenSSL to add server-hello extension from an early version of the cryptopro draft.

    Annotations
    @JSImport("constants", "SSL_OP_CRYPTOPRO_TLSEXT_BUG") @native()
  224. val SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS: Double

    Instructs OpenSSL to disable a SSL 3.0/TLS 1.0 vulnerability workaround added in OpenSSL 0.9.6d.

    Instructs OpenSSL to disable a SSL 3.0/TLS 1.0 vulnerability workaround added in OpenSSL 0.9.6d.

    Annotations
    @JSImport("constants", "SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS") @native()
  225. val SSL_OP_EPHEMERAL_RSA: Double

    Instructs OpenSSL to always use the tmp_rsa key when performing RSA operations.

    Instructs OpenSSL to always use the tmp_rsa key when performing RSA operations.

    Annotations
    @JSImport("constants", "SSL_OP_EPHEMERAL_RSA") @native()
  226. val SSL_OP_LEGACY_SERVER_CONNECT: Double

    Allows initial connection to servers that do not support RI.

    Allows initial connection to servers that do not support RI.

    Annotations
    @JSImport("constants", "SSL_OP_LEGACY_SERVER_CONNECT") @native()
  227. val SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER: Double
    Annotations
    @JSImport("constants", "SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER") @native()
  228. val SSL_OP_MICROSOFT_SESS_ID_BUG: Double
    Annotations
    @JSImport("constants", "SSL_OP_MICROSOFT_SESS_ID_BUG") @native()
  229. val SSL_OP_MSIE_SSLV2_RSA_PADDING: Double

    Instructs OpenSSL to disable the workaround for a man-in-the-middle protocol-version vulnerability in the SSL 2.0 server implementation.

    Instructs OpenSSL to disable the workaround for a man-in-the-middle protocol-version vulnerability in the SSL 2.0 server implementation.

    Annotations
    @JSImport("constants", "SSL_OP_MSIE_SSLV2_RSA_PADDING") @native()
  230. val SSL_OP_NETSCAPE_CA_DN_BUG: Double
    Annotations
    @JSImport("constants", "SSL_OP_NETSCAPE_CA_DN_BUG") @native()
  231. val SSL_OP_NETSCAPE_CHALLENGE_BUG: Double
    Annotations
    @JSImport("constants", "SSL_OP_NETSCAPE_CHALLENGE_BUG") @native()
  232. val SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG: Double
    Annotations
    @JSImport("constants", "SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG") @native()
  233. val SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG: Double
    Annotations
    @JSImport("constants", "SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG") @native()
  234. val SSL_OP_NO_COMPRESSION: Double

    Instructs OpenSSL to disable support for SSL/TLS compression.

    Instructs OpenSSL to disable support for SSL/TLS compression.

    Annotations
    @JSImport("constants", "SSL_OP_NO_COMPRESSION") @native()
  235. val SSL_OP_NO_QUERY_MTU: Double
    Annotations
    @JSImport("constants", "SSL_OP_NO_QUERY_MTU") @native()
  236. val SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION: Double

    Instructs OpenSSL to always start a new session when performing renegotiation.

    Instructs OpenSSL to always start a new session when performing renegotiation.

    Annotations
    @JSImport("constants", "SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION") @native()
  237. val SSL_OP_NO_TICKET: Double
    Annotations
    @JSImport("constants", "SSL_OP_NO_TICKET") @native()
  238. val SSL_OP_PKCS1_CHECK_1: Double
    Annotations
    @JSImport("constants", "SSL_OP_PKCS1_CHECK_1") @native()
  239. val SSL_OP_PKCS1_CHECK_2: Double
    Annotations
    @JSImport("constants", "SSL_OP_PKCS1_CHECK_2") @native()
  240. val SSL_OP_SINGLE_DH_USE: Double

    Instructs OpenSSL to always create a new key when using temporary/ephemeral DH parameters.

    Instructs OpenSSL to always create a new key when using temporary/ephemeral DH parameters.

    Annotations
    @JSImport("constants", "SSL_OP_SINGLE_DH_USE") @native()
  241. val SSL_OP_SINGLE_ECDH_USE: Double

    Instructs OpenSSL to always create a new key when using temporary/ephemeral ECDH parameters.

    Instructs OpenSSL to always create a new key when using temporary/ephemeral ECDH parameters.

    Annotations
    @JSImport("constants", "SSL_OP_SINGLE_ECDH_USE") @native()
  242. val SSL_OP_SSLEAY_080_CLIENT_DH_BUG: Double
    Annotations
    @JSImport("constants", "SSL_OP_SSLEAY_080_CLIENT_DH_BUG") @native()
  243. val SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG: Double
    Annotations
    @JSImport("constants", "SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG") @native()
  244. val SSL_OP_TLS_BLOCK_PADDING_BUG: Double
    Annotations
    @JSImport("constants", "SSL_OP_TLS_BLOCK_PADDING_BUG") @native()
  245. val SSL_OP_TLS_D5_BUG: Double
    Annotations
    @JSImport("constants", "SSL_OP_TLS_D5_BUG") @native()
  246. val SSL_OP_TLS_ROLLBACK_BUG: Double

    Instructs OpenSSL to disable version rollback attack detection.

    Instructs OpenSSL to disable version rollback attack detection.

    Annotations
    @JSImport("constants", "SSL_OP_TLS_ROLLBACK_BUG") @native()
  247. val S_IFBLK: Double

    Constant for fs.Stats mode property for determining a file's type.

    Constant for fs.Stats mode property for determining a file's type. File type constant for a block-oriented device file.

    Annotations
    @JSImport("constants", "S_IFBLK") @native()
  248. val S_IFCHR: Double

    Constant for fs.Stats mode property for determining a file's type.

    Constant for fs.Stats mode property for determining a file's type. File type constant for a character-oriented device file.

    Annotations
    @JSImport("constants", "S_IFCHR") @native()
  249. val S_IFDIR: Double

    Constant for fs.Stats mode property for determining a file's type.

    Constant for fs.Stats mode property for determining a file's type. File type constant for a directory.

    Annotations
    @JSImport("constants", "S_IFDIR") @native()
  250. val S_IFIFO: Double

    Constant for fs.Stats mode property for determining a file's type.

    Constant for fs.Stats mode property for determining a file's type. File type constant for a FIFO/pipe.

    Annotations
    @JSImport("constants", "S_IFIFO") @native()
  251. val S_IFLNK: Double

    Constant for fs.Stats mode property for determining a file's type.

    Constant for fs.Stats mode property for determining a file's type. File type constant for a symbolic link.

    Annotations
    @JSImport("constants", "S_IFLNK") @native()
  252. val S_IFMT: Double

    Constant for fs.Stats mode property for determining a file's type.

    Constant for fs.Stats mode property for determining a file's type. Bit mask used to extract the file type code.

    Annotations
    @JSImport("constants", "S_IFMT") @native()
  253. val S_IFREG: Double

    Constant for fs.Stats mode property for determining a file's type.

    Constant for fs.Stats mode property for determining a file's type. File type constant for a regular file.

    Annotations
    @JSImport("constants", "S_IFREG") @native()
  254. val S_IFSOCK: Double

    Constant for fs.Stats mode property for determining a file's type.

    Constant for fs.Stats mode property for determining a file's type. File type constant for a socket.

    Annotations
    @JSImport("constants", "S_IFSOCK") @native()
  255. val S_IRGRP: Double

    Constant for fs.Stats mode property for determining access permissions for a file.

    Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by group.

    Annotations
    @JSImport("constants", "S_IRGRP") @native()
  256. val S_IROTH: Double

    Constant for fs.Stats mode property for determining access permissions for a file.

    Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by others.

    Annotations
    @JSImport("constants", "S_IROTH") @native()
  257. val S_IRUSR: Double

    Constant for fs.Stats mode property for determining access permissions for a file.

    Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by owner.

    Annotations
    @JSImport("constants", "S_IRUSR") @native()
  258. val S_IRWXG: Double

    Constant for fs.Stats mode property for determining access permissions for a file.

    Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by group.

    Annotations
    @JSImport("constants", "S_IRWXG") @native()
  259. val S_IRWXO: Double

    Constant for fs.Stats mode property for determining access permissions for a file.

    Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by others.

    Annotations
    @JSImport("constants", "S_IRWXO") @native()
  260. val S_IRWXU: Double

    Constant for fs.Stats mode property for determining access permissions for a file.

    Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by owner.

    Annotations
    @JSImport("constants", "S_IRWXU") @native()
  261. val S_IWGRP: Double

    Constant for fs.Stats mode property for determining access permissions for a file.

    Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by group.

    Annotations
    @JSImport("constants", "S_IWGRP") @native()
  262. val S_IWOTH: Double

    Constant for fs.Stats mode property for determining access permissions for a file.

    Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by others.

    Annotations
    @JSImport("constants", "S_IWOTH") @native()
  263. val S_IWUSR: Double

    Constant for fs.Stats mode property for determining access permissions for a file.

    Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by owner.

    Annotations
    @JSImport("constants", "S_IWUSR") @native()
  264. val S_IXGRP: Double

    Constant for fs.Stats mode property for determining access permissions for a file.

    Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by group.

    Annotations
    @JSImport("constants", "S_IXGRP") @native()
  265. val S_IXOTH: Double

    Constant for fs.Stats mode property for determining access permissions for a file.

    Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by others.

    Annotations
    @JSImport("constants", "S_IXOTH") @native()
  266. val S_IXUSR: Double

    Constant for fs.Stats mode property for determining access permissions for a file.

    Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by owner.

    Annotations
    @JSImport("constants", "S_IXUSR") @native()
  267. val UV_FS_O_FILEMAP: Double

    When set, a memory file mapping is used to access the file.

    When set, a memory file mapping is used to access the file. This flag is available on Windows operating systems only. On other operating systems, this flag is ignored.

    Annotations
    @JSImport("constants", "UV_FS_O_FILEMAP") @native()
  268. val WSAEACCES: Double
    Annotations
    @JSImport("constants", "WSAEACCES") @native()
  269. val WSAEADDRINUSE: Double
    Annotations
    @JSImport("constants", "WSAEADDRINUSE") @native()
  270. val WSAEADDRNOTAVAIL: Double
    Annotations
    @JSImport("constants", "WSAEADDRNOTAVAIL") @native()
  271. val WSAEAFNOSUPPORT: Double
    Annotations
    @JSImport("constants", "WSAEAFNOSUPPORT") @native()
  272. val WSAEALREADY: Double
    Annotations
    @JSImport("constants", "WSAEALREADY") @native()
  273. val WSAEBADF: Double
    Annotations
    @JSImport("constants", "WSAEBADF") @native()
  274. val WSAECANCELLED: Double
    Annotations
    @JSImport("constants", "WSAECANCELLED") @native()
  275. val WSAECONNABORTED: Double
    Annotations
    @JSImport("constants", "WSAECONNABORTED") @native()
  276. val WSAECONNREFUSED: Double
    Annotations
    @JSImport("constants", "WSAECONNREFUSED") @native()
  277. val WSAECONNRESET: Double
    Annotations
    @JSImport("constants", "WSAECONNRESET") @native()
  278. val WSAEDESTADDRREQ: Double
    Annotations
    @JSImport("constants", "WSAEDESTADDRREQ") @native()
  279. val WSAEDISCON: Double
    Annotations
    @JSImport("constants", "WSAEDISCON") @native()
  280. val WSAEDQUOT: Double
    Annotations
    @JSImport("constants", "WSAEDQUOT") @native()
  281. val WSAEFAULT: Double
    Annotations
    @JSImport("constants", "WSAEFAULT") @native()
  282. val WSAEHOSTDOWN: Double
    Annotations
    @JSImport("constants", "WSAEHOSTDOWN") @native()
  283. val WSAEHOSTUNREACH: Double
    Annotations
    @JSImport("constants", "WSAEHOSTUNREACH") @native()
  284. val WSAEINPROGRESS: Double
    Annotations
    @JSImport("constants", "WSAEINPROGRESS") @native()
  285. val WSAEINTR: Double
    Annotations
    @JSImport("constants", "WSAEINTR") @native()
  286. val WSAEINVAL: Double
    Annotations
    @JSImport("constants", "WSAEINVAL") @native()
  287. val WSAEINVALIDPROCTABLE: Double
    Annotations
    @JSImport("constants", "WSAEINVALIDPROCTABLE") @native()
  288. val WSAEINVALIDPROVIDER: Double
    Annotations
    @JSImport("constants", "WSAEINVALIDPROVIDER") @native()
  289. val WSAEISCONN: Double
    Annotations
    @JSImport("constants", "WSAEISCONN") @native()
  290. val WSAELOOP: Double
    Annotations
    @JSImport("constants", "WSAELOOP") @native()
  291. val WSAEMFILE: Double
    Annotations
    @JSImport("constants", "WSAEMFILE") @native()
  292. val WSAEMSGSIZE: Double
    Annotations
    @JSImport("constants", "WSAEMSGSIZE") @native()
  293. val WSAENAMETOOLONG: Double
    Annotations
    @JSImport("constants", "WSAENAMETOOLONG") @native()
  294. val WSAENETDOWN: Double
    Annotations
    @JSImport("constants", "WSAENETDOWN") @native()
  295. val WSAENETRESET: Double
    Annotations
    @JSImport("constants", "WSAENETRESET") @native()
  296. val WSAENETUNREACH: Double
    Annotations
    @JSImport("constants", "WSAENETUNREACH") @native()
  297. val WSAENOBUFS: Double
    Annotations
    @JSImport("constants", "WSAENOBUFS") @native()
  298. val WSAENOMORE: Double
    Annotations
    @JSImport("constants", "WSAENOMORE") @native()
  299. val WSAENOPROTOOPT: Double
    Annotations
    @JSImport("constants", "WSAENOPROTOOPT") @native()
  300. val WSAENOTCONN: Double
    Annotations
    @JSImport("constants", "WSAENOTCONN") @native()
  301. val WSAENOTEMPTY: Double
    Annotations
    @JSImport("constants", "WSAENOTEMPTY") @native()
  302. val WSAENOTSOCK: Double
    Annotations
    @JSImport("constants", "WSAENOTSOCK") @native()
  303. val WSAEOPNOTSUPP: Double
    Annotations
    @JSImport("constants", "WSAEOPNOTSUPP") @native()
  304. val WSAEPFNOSUPPORT: Double
    Annotations
    @JSImport("constants", "WSAEPFNOSUPPORT") @native()
  305. val WSAEPROCLIM: Double
    Annotations
    @JSImport("constants", "WSAEPROCLIM") @native()
  306. val WSAEPROTONOSUPPORT: Double
    Annotations
    @JSImport("constants", "WSAEPROTONOSUPPORT") @native()
  307. val WSAEPROTOTYPE: Double
    Annotations
    @JSImport("constants", "WSAEPROTOTYPE") @native()
  308. val WSAEPROVIDERFAILEDINIT: Double
    Annotations
    @JSImport("constants", "WSAEPROVIDERFAILEDINIT") @native()
  309. val WSAEREFUSED: Double
    Annotations
    @JSImport("constants", "WSAEREFUSED") @native()
  310. val WSAEREMOTE: Double
    Annotations
    @JSImport("constants", "WSAEREMOTE") @native()
  311. val WSAESHUTDOWN: Double
    Annotations
    @JSImport("constants", "WSAESHUTDOWN") @native()
  312. val WSAESOCKTNOSUPPORT: Double
    Annotations
    @JSImport("constants", "WSAESOCKTNOSUPPORT") @native()
  313. val WSAESTALE: Double
    Annotations
    @JSImport("constants", "WSAESTALE") @native()
  314. val WSAETIMEDOUT: Double
    Annotations
    @JSImport("constants", "WSAETIMEDOUT") @native()
  315. val WSAETOOMANYREFS: Double
    Annotations
    @JSImport("constants", "WSAETOOMANYREFS") @native()
  316. val WSAEUSERS: Double
    Annotations
    @JSImport("constants", "WSAEUSERS") @native()
  317. val WSAEWOULDBLOCK: Double
    Annotations
    @JSImport("constants", "WSAEWOULDBLOCK") @native()
  318. val WSANOTINITIALISED: Double
    Annotations
    @JSImport("constants", "WSANOTINITIALISED") @native()
  319. val WSASERVICE_NOT_FOUND: Double
    Annotations
    @JSImport("constants", "WSASERVICE_NOT_FOUND") @native()
  320. val WSASYSCALLFAILURE: Double
    Annotations
    @JSImport("constants", "WSASYSCALLFAILURE") @native()
  321. val WSASYSNOTREADY: Double
    Annotations
    @JSImport("constants", "WSASYSNOTREADY") @native()
  322. val WSATYPE_NOT_FOUND: Double
    Annotations
    @JSImport("constants", "WSATYPE_NOT_FOUND") @native()
  323. val WSAVERNOTSUPPORTED: Double
    Annotations
    @JSImport("constants", "WSAVERNOTSUPPORTED") @native()
  324. val WSA_E_CANCELLED: Double
    Annotations
    @JSImport("constants", "WSA_E_CANCELLED") @native()
  325. val WSA_E_NO_MORE: Double
    Annotations
    @JSImport("constants", "WSA_E_NO_MORE") @native()
  326. val W_OK: Double

    Constant for fs.access().

    Constant for fs.access(). File can be written by the calling process.

    Annotations
    @JSImport("constants", "W_OK") @native()
  327. val X_OK: Double

    Constant for fs.access().

    Constant for fs.access(). File can be executed by the calling process.

    Annotations
    @JSImport("constants", "X_OK") @native()
  328. val ^: Any
    Annotations
    @JSImport("constants", JSImport.Namespace) @native()
  329. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  330. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  331. val defaultCipherList: java.lang.String

    Specifies the active default cipher list used by the current Node.js process (colon-separated values).

    Specifies the active default cipher list used by the current Node.js process (colon-separated values).

    Annotations
    @JSImport("constants", "defaultCipherList") @native()
  332. val defaultCoreCipherList: java.lang.String

    Specifies the built-in default cipher list used by Node.js (colon-separated values).

    Specifies the built-in default cipher list used by Node.js (colon-separated values).

    Annotations
    @JSImport("constants", "defaultCoreCipherList") @native()
  333. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  334. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  335. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  336. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  337. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  338. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  339. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  340. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  341. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  342. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  343. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  344. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  345. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped