| Interface | Description |
|---|---|
| AbstractConstantArray.CreateWritableProfileAccess | |
| AbstractWritableArray.SetSupportedProfileAccess |
| Class | Description |
|---|---|
| AbstractConstantArray | |
| AbstractConstantEmptyArray | |
| AbstractContiguousDoubleArray | |
| AbstractContiguousIntArray | |
| AbstractContiguousJSObjectArray | |
| AbstractContiguousObjectArray | |
| AbstractDoubleArray | |
| AbstractIntArray | |
| AbstractJSObjectArray | |
| AbstractObjectArray | |
| AbstractWritableArray |
Base class of a javascript dynamic writable array.
|
| ConstantByteArray | |
| ConstantDoubleArray | |
| ConstantEmptyArray | |
| ConstantEmptyPrototypeArray |
This array type is reserved for Array.prototype and Object.prototype.
|
| ConstantIntArray | |
| ConstantObjectArray | |
| ContiguousDoubleArray | |
| ContiguousIntArray | |
| ContiguousJSObjectArray | |
| ContiguousObjectArray | |
| HolesDoubleArray | |
| HolesIntArray | |
| HolesJSObjectArray | |
| HolesObjectArray | |
| LazyArray |
LazyArray is a backing class for a JSArray that allows array elements to be supplied on demand
(i.e., lazily) from a list generator.
|
| LazyRegexResultArray | |
| LazyRegexResultIndicesArray | |
| ZeroBasedDoubleArray | |
| ZeroBasedIntArray | |
| ZeroBasedJSObjectArray | |
| ZeroBasedObjectArray |