object global
- Source
- global.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- global
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class AbortController extends Object with StObject with node.AbortController
- Annotations
- @JSType() @JSGlobal("AbortController") @native()
- class AbortSignal extends Object with StObject with node.AbortSignal
- Annotations
- @JSType() @JSGlobal("AbortSignal") @native()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def dirname: java.lang.String
- Annotations
- @JSGlobal("__dirname") @native()
- def dirname_=(x: java.lang.String): Unit
- Annotations
- @inline()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exports: Any
- Annotations
- @JSGlobal("exports") @native()
- def exports_=(x: Any): Unit
- Annotations
- @inline()
- def filename: java.lang.String
- Annotations
- @JSGlobal("__filename") @native()
- def filename_=(x: java.lang.String): Unit
- Annotations
- @inline()
- def gc: UndefOr[Function0[Unit]]
Only available if
--expose-gcis passed to the process.Only available if
--expose-gcis passed to the process.- Annotations
- @JSGlobal("gc") @native()
- def gc_=(x: UndefOr[Function0[Unit]]): Unit
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def global: Any
- Annotations
- @JSGlobal("global") @native()
- def global_=(x: Any): Unit
- Annotations
- @inline()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def module: NodeModule
- Annotations
- @JSGlobal("module") @native()
- def module_=(x: NodeModule): Unit
- Annotations
- @inline()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def process: Process
- Annotations
- @JSGlobal("process") @native()
- def process_=(x: Process): Unit
- Annotations
- @inline()
- def require: NodeRequire
- Annotations
- @JSGlobal("require") @native()
- def require_=(x: NodeRequire): Unit
- Annotations
- @inline()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object NodeJS
- object console extends Shortcut
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated