Structs§
- A struct which may be passed to a fast call callback, like so
Enums§
Type Aliases§
- Any TypedArray. It uses kTypedArrayBit with base type void Overloaded args of ArrayBufferView and TypedArray are not supported (for now) because the generic “any” ArrayBufferView doesn’t have its own instance type. It could be supported if we specify that TypedArray
always has precedence over the generic ArrayBufferView, but this complicates overload resolution.