forked from facebook/hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add MutableHandle operator= from PseudoHandle.
Summary: As we make more APIs return `PseudoHandle` instead of raw `HermesValue`s, it's nice to have some more convenient means to assign to `MutableHandle`. Add the `PseudoHandle &&` version of `operator=`. This requires moving `PseudoHandle` above `MutableHandle` in the file, which can be done without any complications. Reviewed By: dulinriley Differential Revision: D19623983 fbshipit-source-id: 9383b67ea4585096893245c3d5afc96e7d8310be
- Loading branch information
1 parent
8f71bce
commit 5cae526
Showing
1 changed file
with
128 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters