react-native/ReactCommon/cxxreact
Jia Li 0aa12939fd Revert D5850968: Configure JSExector with BundleRegistry instead of JSModulesUnbundle.
Differential Revision: D5850968

fbshipit-source-id: f4c9dc8d5f14cdd32195463e8786242e708770e9
2017-09-21 21:22:39 -07:00
..
tests Switch to xplat folly 2017-08-31 17:02:38 -07:00
Android.mk Revert D5850970: Added iOS support for loading multiple RAM bundles 2017-09-21 21:22:39 -07:00
BUCK Revert D5850968: Configure JSExector with BundleRegistry instead of JSModulesUnbundle. 2017-09-21 21:22:39 -07:00
CxxModule.h Provide default implementation of getConstants 2017-08-01 03:33:41 -07:00
CxxNativeModule.cpp Don't assume JS integers are dynamic Ints 2017-08-18 14:45:06 -07:00
CxxNativeModule.h Export some more symbols 2017-06-27 11:16:13 -07:00
Instance.cpp Revert D5850968: Configure JSExector with BundleRegistry instead of JSModulesUnbundle. 2017-09-21 21:22:39 -07:00
Instance.h Revert D5850968: Configure JSExector with BundleRegistry instead of JSModulesUnbundle. 2017-09-21 21:22:39 -07:00
JSBigString.cpp remove unused includes in fbobjc/Libraries 2017-02-19 18:33:49 -08:00
JSBigString.h Shortcut JSBigFileString in when no offset is used 2017-09-05 03:15:43 -07:00
JSBundleType.cpp Simplifying Struct definition. 2017-02-20 04:30:19 -08:00
JSBundleType.h Export stringForScriptTag symbol 2017-07-21 14:05:34 -07:00
JSCExecutor.cpp Revert D5850968: Configure JSExector with BundleRegistry instead of JSModulesUnbundle. 2017-09-21 21:22:39 -07:00
JSCExecutor.h Revert D5850968: Configure JSExector with BundleRegistry instead of JSModulesUnbundle. 2017-09-21 21:22:39 -07:00
JSCLegacyTracing.cpp Cleanup ifdef's in JSCExecutor 2017-07-25 05:02:03 -07:00
JSCLegacyTracing.h Cleanup ifdef's in JSCExecutor 2017-07-25 05:02:03 -07:00
JSCMemory.cpp Cleanup ifdef's in JSCExecutor 2017-07-25 05:02:03 -07:00
JSCMemory.h Cleanup ifdef's in JSCExecutor 2017-07-25 05:02:03 -07:00
JSCNativeModules.cpp add marker surrounding entire native module creation 2017-06-09 06:22:39 -07:00
JSCNativeModules.h Expose the bridge instance to CxxModule via a weak_ptr 2017-02-15 10:04:17 -08:00
JSCPerfStats.cpp add way for JS to query process-wide perf stats 2017-08-03 13:13:25 -07:00
JSCPerfStats.h Define wrapper versions of all JSC methods 2016-11-22 06:13:33 -08:00
JSCSamplingProfiler.cpp Cleanup ifdef's in JSCExecutor 2017-07-25 05:02:03 -07:00
JSCSamplingProfiler.h Cleanup ifdef's in JSCExecutor 2017-07-25 05:02:03 -07:00
JSCTracing.cpp Remove unused nativeTrace*stage methods 2017-07-26 07:08:51 -07:00
JSCTracing.h Cleanup ifdef's in JSCExecutor 2017-07-25 05:02:03 -07:00
JSCUtils.cpp Allow "nativeRequire" to accept "bundleId" and "moduleId" values 2017-09-21 08:51:00 -07:00
JSCUtils.h Allow "nativeRequire" to accept "bundleId" and "moduleId" values 2017-09-21 08:51:00 -07:00
JSExecutor.h Revert D5850968: Configure JSExector with BundleRegistry instead of JSModulesUnbundle. 2017-09-21 21:22:39 -07:00
JSIndexedRAMBundle.cpp Revert D5850970: Added iOS support for loading multiple RAM bundles 2017-09-21 21:22:39 -07:00
JSIndexedRAMBundle.h Revert D5850970: Added iOS support for loading multiple RAM bundles 2017-09-21 21:22:39 -07:00
JSModulesUnbundle.h Move JSCHelpers.h and Value.h into separate package 2016-11-01 11:44:10 -07:00
JsArgumentHelpers-inl.h Build new bridge with gradle 2016-05-27 16:13:37 -07:00
JsArgumentHelpers.h Expose the bridge instance to CxxModule via a weak_ptr 2017-02-15 10:04:17 -08:00
MessageQueueThread.h Build new bridge with gradle 2016-05-27 16:13:37 -07:00
MethodCall.cpp Disambiguate error messages in MethodCall 2017-08-29 03:15:04 -07:00
MethodCall.h Rename Executor to JSExecutor 2017-06-23 17:01:25 -07:00
ModuleRegistry.cpp Update systrace markers 2017-08-30 03:45:02 -07:00
ModuleRegistry.h Implement lazy discovery scaffolding for loading NativeModules on demand. 2017-08-11 06:41:33 -07:00
NativeModule.h Rename Executor to JSExecutor 2017-06-23 17:01:25 -07:00
NativeToJsBridge.cpp Revert D5850968: Configure JSExector with BundleRegistry instead of JSModulesUnbundle. 2017-09-21 21:22:39 -07:00
NativeToJsBridge.h Revert D5850968: Configure JSExector with BundleRegistry instead of JSModulesUnbundle. 2017-09-21 21:22:39 -07:00
Platform.cpp Cleanup Platform 2017-06-07 10:19:01 -07:00
Platform.h Export some more symbols 2017-06-27 11:16:13 -07:00
RAMBundleRegistry.cpp Revert D5850968: Configure JSExector with BundleRegistry instead of JSModulesUnbundle. 2017-09-21 21:22:39 -07:00
RAMBundleRegistry.h Revert D5850968: Configure JSExector with BundleRegistry instead of JSModulesUnbundle. 2017-09-21 21:22:39 -07:00
RecoverableError.h Provide sync vs async interface for bundle loading via parameter 2017-05-24 07:31:36 -07:00
SampleCxxModule.cpp Cleanup cxxreact BUCK file 2017-05-11 05:04:02 -07:00
SampleCxxModule.h Cleanup cxxreact BUCK file 2017-05-11 05:04:02 -07:00
SharedProxyCxxModule.h A proxy so a singleton CxxModule can be shared by multiple ModuleRegistry instances. 2017-04-04 10:36:19 -07:00
SystraceSection.h Build new bridge with gradle 2016-05-27 16:13:37 -07:00
oss-compat-util.h small fixes to ReactCommon 2017-02-01 14:14:32 -08:00