mirror of
https://github.com/status-im/react-native.git
synced 2025-01-17 21:11:45 +00:00
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…
x
Reference in New Issue
Block a user