js.lib

..
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

Function

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.

PromiseSettleOutcome

PromiseSettleStatus

RangeError

ReferenceError

RegExp

Native JavaScript regular expressions.

RegExpMatch

A return value of the RegExp.exec method.

Symbol

SyntaxError

Thenable

A value with a then method.

ThenableStruct

TypeError

URIError