WebWorkers: Add APIs for working with JSObjectRef
Reviewed By: lexs Differential Revision: D2779267 fb-gh-sync-id: 8aee2aee3ca4d1119576494caa39010e854b92a6
This commit is contained in:
parent
690eb08e63
commit
322a77340c
|
@ -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 {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue