pub(crate) type Uint32ArrayOrUnsignedLongSequence = Uint32ArrayOrUnsignedLongSequence;
Aliased Type§
pub(crate) enum Uint32ArrayOrUnsignedLongSequence {
Uint32Array(RootedTraceableBox<TypedArray<Uint32, Box<Heap<*mut JSObject>>>>),
UnsignedLongSequence(Vec<u32>),
}