react-native/ReactCommon/cxxreact
Marc Horowitz d7a2d3a957 Add API for sync function calls
Reviewed By: javache

Differential Revision: D3897526

fbshipit-source-id: cadead316996ca7c1dd2b0d60d87945f5452640c
2016-09-26 16:14:11 -07:00
..
tests Remove additional JSON encoding for native->JS communication 2016-09-19 04:44:12 -07:00
Android.mk Fix handling of bad utf16 passed out of JS 2016-08-23 17:13:38 -07:00
BUCK Remove additional JSON encoding for native->JS communication 2016-09-19 04:44:12 -07:00
CxxMessageQueue.cpp Add c++-runloop-backed message queue 2016-06-13 18:13:34 -07:00
CxxMessageQueue.h Add c++-runloop-backed message queue 2016-06-13 18:13:34 -07:00
CxxModule.h add support for registering and calling sync methods in C++ modules 2016-08-03 18:13:44 -07:00
CxxNativeModule.cpp Cleanup and document native module configuration 2016-09-08 04:13:51 -07:00
CxxNativeModule.h Refactor CxxNativeModule out of android-specific code into common code 2016-08-03 16:01:24 -07:00
Executor.cpp Fix optimized bundle stuff. 2016-07-14 15:28:46 -07:00
Executor.h Remove additional JSON encoding for native->JS communication 2016-09-19 04:44:12 -07:00
ExecutorToken.h
ExecutorTokenFactory.h
FollySupport.h
Instance.cpp Support sync loading of the initial bundle/source 2016-09-26 16:14:11 -07:00
Instance.h Add API for sync function calls 2016-09-26 16:14:11 -07:00
JSCExecutor.cpp Add API for sync function calls 2016-09-26 16:14:11 -07:00
JSCExecutor.h Add API for sync function calls 2016-09-26 16:14:11 -07:00
JSCHelpers.cpp Add more profiling, fix existing profiling, perf fix 2016-09-02 12:43:48 -07:00
JSCHelpers.h Add new FileSourceProvider 2016-07-11 06:58:26 -07:00
JSCLegacyProfiler.cpp Do not set forceProfilerBytecodeGeneration option 2016-07-26 07:28:41 -07:00
JSCLegacyProfiler.h
JSCLegacyTracing.cpp
JSCLegacyTracing.h
JSCMemory.cpp
JSCMemory.h
JSCPerfStats.cpp
JSCPerfStats.h
JSCSamplingProfiler.cpp #15 Add a button in devtools to start/stop the Sampling Profiler 2016-08-02 11:14:06 -07:00
JSCSamplingProfiler.h #6 Notify SamplingProfiler of the main MachineThread 2016-07-15 11:58:31 -07:00
JSCTracing.cpp
JSCTracing.h
JSCWebWorker.cpp
JSCWebWorker.h
JSModulesUnbundle.h
JsArgumentHelpers-inl.h
JsArgumentHelpers.h
MessageQueueThread.h
MethodCall.cpp Remove additional JSON encoding for native->JS communication 2016-09-19 04:44:12 -07:00
MethodCall.h Remove additional JSON encoding for native->JS communication 2016-09-19 04:44:12 -07:00
ModuleRegistry.cpp Simplify ModuleConfig array format 2016-09-23 11:14:10 -07:00
ModuleRegistry.h
NativeModule.h
NativeToJsBridge.cpp Support sync loading of the initial bundle/source 2016-09-26 16:14:11 -07:00
NativeToJsBridge.h Add API for sync function calls 2016-09-26 16:14:11 -07:00
Platform.cpp
Platform.h
SampleCxxModule.cpp Android instrumentation tests for C++ module sync methods. 2016-08-04 11:43:54 -07:00
SampleCxxModule.h Android instrumentation tests for C++ module sync methods. 2016-08-04 11:43:54 -07:00
SystraceSection.h
Unicode.cpp Fix handling of bad utf16 passed out of JS 2016-08-23 17:13:38 -07:00
Unicode.h Fix handling of bad utf16 passed out of JS 2016-08-23 17:13:38 -07:00
Value.cpp Test building with clang 3.9 2016-08-10 13:13:34 -07:00
Value.h Fix handling of bad utf16 passed out of JS 2016-08-23 17:13:38 -07:00
noncopyable.h