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