| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript.typedarrays |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeBigInt64Array
An array view that stores 64-bit quantities and implements the JavaScript "Float64Array"
interface.
|
class |
NativeBigIntArrayView |
class |
NativeBigUint64Array
An array view that stores 64-bit quantities and implements the JavaScript "Float64Array"
interface.
|
class |
NativeFloat32Array
An array view that stores 32-bit quantities and implements the JavaScript "Float32Array"
interface.
|
class |
NativeFloat64Array
An array view that stores 64-bit quantities and implements the JavaScript "Float64Array"
interface.
|
class |
NativeInt16Array
An array view that stores 16-bit quantities and implements the JavaScript "Int16Array" interface.
|
class |
NativeInt32Array
An array view that stores 32-bit quantities and implements the JavaScript "Int32Array" interface.
|
class |
NativeInt8Array
An array view that stores 8-bit quantities and implements the JavaScript "Int8Array" interface.
|
class |
NativeUint16Array
An array view that stores 16-bit quantities and implements the JavaScript "Uint16Array"
interface.
|
class |
NativeUint32Array
An array view that stores 32-bit quantities and implements the JavaScript "Uint32Array"
interface.
|
class |
NativeUint8Array
An array view that stores 8-bit quantities and implements the JavaScript "Uint8Array" interface.
|
class |
NativeUint8ClampedArray
An array view that stores 8-bit quantities and implements the JavaScript "Uint8ClampedArray"
interface.
|
| Modifier and Type | Method and Description |
|---|---|
NativeTypedArrayView<?> |
NativeTypedArrayView.TypedArrayConstructable.construct(NativeArrayBuffer ab,
int off,
int len) |
protected static NativeTypedArrayView<?> |
NativeTypedArrayView.js_constructor(Context cx,
Scriptable scope,
Object[] args,
NativeTypedArrayView.TypedArrayConstructable constructable,
int bytesPerElement) |
NativeTypedArrayView<?> |
NativeTypedArrayView.RealThis.realThis(Scriptable thisObj) |
Copyright © 2025 HtmlUnit. All rights reserved.