react-native/React/Executors
Pieter De Baets b90b57c9a1 Cache __fbBatchedBridge reference
Summary:
We already do this on Android, and it allows uw to avoid doing this global object lookup for every call. Since there's only a couple of global functions we ever call, we should consider caching all of them in the new bridge.

I didn't ValueProtect/ValueUnprotect since these are already globals, and those methods are not exposed on the JSC wrapper.

Reviewed By: mhorowitz

Differential Revision: D3411487

fbshipit-source-id: 7feaf8803665b77d649e84edad875d31c5acee4b
2016-06-14 05:14:01 -07:00
..
RCTJSCExecutor.h Change API for using custom JSC 2016-06-06 11:13:22 -07:00
RCTJSCExecutor.mm Cache __fbBatchedBridge reference 2016-06-14 05:14:01 -07:00
RCTJSCWrapper.h Implement RCTJSCWrapper 2016-05-31 12:58:25 -07:00
RCTJSCWrapper.mm Implement RCTJSCWrapper 2016-05-31 12:58:25 -07:00