Package TopLevel

ClassDescription
APIExceptionThis error indicates an exceptional outcome of some business logic.
argumentsThe arguments of a function.
ArrayAn Array of items.
ArrayBufferThe ArrayBuffer represents a generic array of bytes with fixed length.
BigIntA BigInt object is a wrapper for a primitive bigint value.
BooleanProvides support for boolean values.
ConversionErrorRepresents a conversion error.
DataViewThe DataView provides low level access to ArrayBuffer.
DateA Date object contains a number indicating a particular instant in time to within a millisecond.
ErrorError represents a generic exception.
ES6IteratorThis isn't a built-in type.
EvalErrorRepresents an evaluation error.
FaultThis error indicates an RPC related error in the system.
Float32ArrayAn optimized array to store 32-bit floating point numbers.
Float64ArrayAn optimized array to store 64-bit floating point numbers.
FunctionThe Function class represent a JavaScript function.
GeneratorA generator is a special type of function that works as a factory for iterators and it allows you to define an iterative algorithm by writing a single function which can maintain its own state.
globalThe global object is a pre-defined object that serves as a placeholder for the global properties and functions of JavaScript.
Int16ArrayAn optimized array to store 16-bit signed integer numbers.
Int32ArrayAn optimized array to store 32-bit signed integer numbers.
Int8ArrayAn optimized array to store 8-bit signed integer numbers.
InternalErrorRepresents the an internal error.
IOErrorThis error indicates an I/O related error in the system.
IterableAll objects containing the property @@iterator with a function returning an ES6Iterator are said to be an Iterable.
IteratorAn Iterator is a special object that lets you access items from a collection one at a time, while keeping track of its current position within that sequence.
JSONThe JSON object is a single object that contains two functions, parse and stringify, that are used to parse and construct JSON texts.
MapMap objects are collections of key/value pairs where both the keys and values may be arbitrary ECMAScript language values.
MathMathematical functions and constants.
ModuleCommonJS modules are JavaScript files that are loaded using the require(String) function.
NamespaceNamespace objects represent XML namespaces and provide an association between a namespace prefix and a Unique Resource Identifier (URI).
NumberA Number object represents any numerical value, whether it is an integer or floating-point number.
ObjectThe Object object is the foundation of all native JavaScript objects.
QNameQName objects are used to represent qualified names of XML elements and attributes.
RangeErrorRepresents a range error.
ReferenceErrorRepresents a reference error.
RegExpThe RegExp object is a static object that generates instances of a regular expression for pattern matching and monitors all regular expressions in the current window or frame.
SetA Set can store any kind of element and ensures that no duplicates exist.
StopIterationA special type of exception that is thrown when an Iterator or Generator sequence is exhausted.
StringThe String object represents any sequence of zero or more characters that are to be treated strictly as text.
SymbolSymbol is a primitive data type that can serve as object properties.
SyntaxErrorRepresents a syntax error.
SystemErrorThis error indicates an error in the system, which doesn't fall into any of the other error categories like for example IOError.
TypeErrorRepresents a type error.
Uint16ArrayAn optimized array to store 16-bit unsigned integer numbers.
Uint32ArrayAn optimized array to store 32-bit unsigned integer numbers.
Uint8ArrayAn optimized array to store 8-bit unsigned integer numbers.
Uint8ClampedArrayAn optimized array to store 8-bit unsigned integer numbers.
URIErrorRepresents a URI error.
WeakMapThe WeakMap is map whose entries are subject to garbage collection if there are no more references to the keys.
WeakSetThe WeakSet is set whose elements are subject to garbage collection if there are no more references to the elements.
XMLThe XML object contains functions and properties for working with XML instances.
XMLListAn XMLList object is an ordered collection of properties.
XMLStreamErrorThis error indicates an XML streaming related error in the system.