forked from microsoft/hermes-windows
-
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.
Support getMethod without ::javaobject or local_ref in return (micros…
…oft#19) Summary: Treat `getMethod<JFoo()>` as equivalent to `getMethod<JniType<JFoo>()>`, which is equivalent to `getMethod<JFoo::javaobject()>`. Update all call sites. Some were calling getMethod<local_ref<JFoo>>, which is equivalent. Pull Request resolved: facebookincubator/fbjni#19 Test Plan: CI Reviewed By: cjhopman Differential Revision: D18121237 Pulled By: dreiss fbshipit-source-id: 2f0b6fc1909599256cdc708e721c9d877492d54d
- Loading branch information
1 parent
e93b3cb
commit 73c7da6
Showing
5 changed files
with
17 additions
and
11 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
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
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