pub type JsObject<D> = FlexibleArray<Property<D>>;
struct JsObject<D> { pub header: usize, /* private fields */ }
header: usize