forked from facebook/react-native
-
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.
introduce performVoidMethodInvocation (facebook#39760)
Summary: Changelog: [Internal] void functions are kinda special right now for the following reasons: - they can be executed async or sync right now - they don't return any value thus, it makes sense for us to separate the invocation logic out and clean up the logic for retrieving return values specifically. Reviewed By: javache Differential Revision: D49652998
- Loading branch information
1 parent
2000acc
commit 643c3db
Showing
2 changed files
with
56 additions
and
2 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
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