@Root(dependencies={}, mixins={})
See: Description
Interface | Description |
---|---|
FunctionalObject |
This interface defines the
$apply signature that allows invoking
an object. |
Promise.ExecutorPromiseLikeBiConsumer<T1,T2> |
This functional interface should be used for disambiguating lambdas in
function parameters (by casting to this interface).
|
Class | Description |
---|---|
Array<T> | |
Array.InitialValueT<T> |
This class was automatically generated for disambiguating erased method
signatures.
|
Array.InitialValueU<U> |
This class was automatically generated for disambiguating erased method
signatures.
|
Array.ItemsTs<T> |
This class was automatically generated for disambiguating erased method
signatures.
|
Array.ItemsUs<U> |
This class was automatically generated for disambiguating erased method
signatures.
|
ArrayBuffer |
Represents a raw buffer of binary data, which is used to store data for the
different typed arrays.
|
ArrayBufferView | |
ArrayLike<T> | |
Boolean | |
DataView | |
Date |
Enables basic storage and retrieval of dates and times.
|
Enumerator<T> |
Allows enumerating over a COM collection, which may not have indexed item access.
|
Float32Array |
A typed array of 32-bit float values.
|
Float64Array |
A typed array of 64-bit float values.
|
Function |
Creates a new function.
|
GeneratorFunction | |
Globals |
This class holds all the global functions and variables of the def.js
package.
|
IArguments | |
Int16Array |
A typed array of 16-bit signed integer values.
|
Int32Array |
A typed array of 32-bit signed integer values.
|
Int8Array |
A typed array of 8-bit integer values.
|
Iterable<T> | |
IterableIterator<T> | |
Iterator<T> | |
IteratorResult<T> | |
ITextWriter | |
JSON | |
Map<K,V> | |
Math | |
Number | |
Object | |
Promise<T> |
Represents the completion of an asynchronous operation.
|
Promise.IterablePromiseLikeT<T> |
This class was automatically generated for disambiguating erased method
signatures.
|
Promise.IterableT<T> |
This class was automatically generated for disambiguating erased method
signatures.
|
PromiseLike<T> | |
PropertyDescriptor | |
PropertyDescriptorMap | |
ProxyConstructor | |
ProxyConstructor.Revocable<T> |
This is an automatically generated object type (see the source definition).
|
ProxyHandler<T> | |
Reflect |
Utility class.
|
RegExp | |
RegExpExecArray | |
RegExpMatchArray | |
Set<T> | |
String | |
Symbol | |
TemplateStringsArray | |
TypedPropertyDescriptor<T> | |
Uint16Array |
A typed array of 16-bit unsigned integer values.
|
Uint32Array |
A typed array of 32-bit unsigned integer values.
|
Uint8Array |
A typed array of 8-bit unsigned integer values.
|
Uint8ClampedArray |
A typed array of 8-bit unsigned integer (clamped) values.
|
VBArray<T> |
Enables reading from a COM safe array, which might have an alternate lower bound, or multiple dimensions.
|
VideoPlaybackQuality | |
WeakMap<K,V> | |
WeakSet<T> | |
WScript |
This is an automatically generated object type (see the source definition).
|
WScript.Arguments |
This is an automatically generated object type (see the source definition).
|
Exception | Description |
---|---|
Error | |
EvalError | |
RangeError | |
ReferenceError | |
SyntaxError | |
TypeError | |
URIError |