mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
ceeb8ec8b1
Summary: Since the generated functions move JSI arguments as rvalues into these methods, using const lvaue references doesn't provide any benefit, and in fact hinders our ability to *move* arguments somewhere else and instead requires having to confusingly copy them instead (which JSI makes more difficult). Changelog: Internal Reviewed By: nlutsenko Differential Revision: D34704455 fbshipit-source-id: 520a358d8a7adeb848e7d7eb204f7154f8f4b58d