package js.lib

..
intl
webassembly
ArrayBuffer

ArrayBufferView

ArrayBufferView is a helper type representing any of the following JavaScript TypedArray types:

DataView

Date

Creates a JavaScript Date instance that represents a single moment in time. Date objects are based on a time value that is the number of milliseconds since 1 January 1970 UTC.

Error

EvalError

Float32Array

Float64Array

Function

Int16Array

Int32Array

Int8Array

Intl

The Intl object is the namespace for the ECMAScript Internationalization API, which provides language sensitive string comparison, number formatting,and date and time formatting. The INTL object provides access to several constructors as well as functionality common to the internationalization constructors and other language sensitive functions.

Iterator

IteratorStep

Map

The (native) JavaScript Map object holds key-value pairs. Any value (both objects and primitive values) may be used as either a key or a value.

MapEntry

Key/value access helper for js.Map.entries() and js.Set.entries().

Math

Math is a built-in object that has properties and methods for mathematical constants and functions. Not a function object.

Object

The js.lib.Object constructor creates an object wrapper.

ObjectEntry

Key/value access helper for js.lib.Object.entries().

ObjectPropertyDescriptor

See also:

ObjectPrototype

Type for

Promise

The Promise object represents the eventual completion (or failure) of an asynchronous operation and its resulting value.

PromiseHandler

Handler type for the Promise object.

Proxy

The Proxy object is used to define custom behavior for fundamental operations (e.g. property lookup, assignment, enumeration, function invocation, etc).

ProxyHandler

RangeError

ReferenceError

Reflect

Reflect is a built-in object that provides methods for interceptable JavaScript operations. The methods are the same as those of proxy handlers. Reflect is not a function object, so it's not constructible.

RegExp

Native JavaScript regular expressions.

RegExpMatch

RevocableProxy

Set

The js.Set object lets you store unique values of any type, whether primitive values or object references.

Symbol

SyntaxError

Thenable

A value with a then method.

ThenableStruct

TypeError

URIError

Uint16Array

Uint32Array

Uint8Array

Uint8ClampedArray

WeakMap

The WeakMap object is a collection of key/value pairs in which the keys are weakly referenced. The keys must be objects and the values can be arbitrary values.

WeakSet

The WeakSet object lets you store weakly held objects in a collection.

WebAssembly

The WebAssembly JavaScript object acts as the namespace for all WebAssembly-related functionality.

WebAssemblyInstantiatedSource