microsoft / v8-jsi

React Native V8 JSI adapter
Other
157 stars 36 forks source link

Update JSI to version 12 #190

Closed vmoroz closed 5 months ago

vmoroz commented 5 months ago

This PR updates the JSI to the latest version. We assign each JSI change a version and it now corresponds to the version 12. New methods:

This PR also adds implementation of several JSI methods that were not implemented yet:

New JSI tests to pass:

New extended JSI tests to pass (adopted from Hermes API tests):

Note that in this PR we disabled JSI tests for Node-API-JSI. They are going to be restored in future PRs.

Microsoft Reviewers: Open in CodeFlow