WebWorkers: Add APIs for working with JSObjectRef

Reviewed By: lexs

Differential Revision: D2779267

fb-gh-sync-id: 8aee2aee3ca4d1119576494caa39010e854b92a6
This commit is contained in:
Andy Street 2015-12-29 19:50:56 -08:00 committed by facebook-github-bot-7
parent 690eb08e63
commit 322a77340c
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
#define throwJSExecutionException(...) jni::throwNewJavaException("com/facebook/react/bridge/JSExecutionException", __VA_ARGS__) #define throwJSExecutionException(...) jni::throwNewJavaException("com/facebook/react/bridge/JSExecutionException", __VA_ARGS__)
#define throwJSExecutionException(...) jni::throwNewJavaException("com/facebook/react/bridge/JSExecutionException", __VA_ARGS__)
namespace facebook { namespace facebook {
namespace react { namespace react {