mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
ef6ab3f5ca
Summary: `asHostObject` should throw a `JSINativeException` like the other `as*` functions. This should be a safe change to make in most cases, since this function already did not work when JSI was being provided by a dynamic library. However, I defer to mhorowitz. Changelog: [Fixed] Throw JSINativeException from asHostObject Reviewed By: jpporto Differential Revision: D36873355 fbshipit-source-id: 589ac50ebb4ecec4bacfd923d8b0795c0a6c0e34