Skip to main content

RootedTypedArray

Type Alias RootedTypedArray 

Source
pub(crate) type RootedTypedArray<T> = RootedTraceableBox<TypedArray<T, Box<Heap<*mut JSObject>>>>;

Aliased Type§

pub(crate) struct RootedTypedArray<T>(RootedTraceableBox<TypedArray<T, Box<Heap<*mut JSObject>>>>);

Tuple Fields§

§0: RootedTraceableBox<TypedArray<T, Box<Heap<*mut JSObject>>>>