pub type HeapFloat64Array = TypedArray<Float64, Box<Heap<*mut JSObject>>>;
pub struct HeapFloat64Array { /* private fields */ }