Type Alias HeapInt32Array

Source
pub type HeapInt32Array = TypedArray<Int32, Box<Heap<*mut JSObject>>>;

Aliased Type§

pub struct HeapInt32Array {
    object: Box<Heap<*mut JSObject>>,
    computed: Cell<Option<(*mut i32, usize)>>,
}

Fields§

§object: Box<Heap<*mut JSObject>>§computed: Cell<Option<(*mut i32, usize)>>