Add `Array.push` API
Summary:
Currently, the size of a jsi Array is immutable. Once the Array is
created, users can only set the element at an existing index, but not
append to it.
This change adds an Array::push API to improve ergonomics.
Changelog: [Internal]
Differential Revision: D82254334
@tsaichien has exported this pull request. If you are a Meta employee, you can view the originating diff in D82254334.
@tsaichien has exported this pull request. If you are a Meta employee, you can view the originating diff in D82254334.
@tsaichien has exported this pull request. If you are a Meta employee, you can view the originating diff in D82254334.
@tsaichien has exported this pull request. If you are a Meta employee, you can view the originating diff in D82254334.
@tsaichien has exported this pull request. If you are a Meta employee, you can view the originating diff in D82254334.
@tsaichien has exported this pull request. If you are a Meta employee, you can view the originating Diff in D82254334.