Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix conversion from double to int16_t in JSC bindings
Summary: Converting from double to int16_t is undefined behavior if the value doesn't fit in int16_t. Reviewed By: tmikov Differential Revision: D8925246 fbshipit-source-id: 4cf57631686a4ce05546f8d30a46e3f9def3aee2
- Loading branch information