react-native-macos/ReactCommon/cxxreact
Peter Ammon dd9959ab0e JSBigString to map via MAP_PRIVATE not MAP_SHARED
Summary:
JSBigString was inadvertently changed to a shared mapping. This means
that any changes to the string will be written back to the file. Ensure
we have a private (COW) mapping.

Reviewed By: kodafb

Differential Revision: D14532757

fbshipit-source-id: 6afb9635493496c90904f1432847c2f0da882c58
2019-03-21 14:27:23 -07:00
..
tests xplat// -> fbsource//xplat/ for xplat/js 2019-02-14 23:53:32 -08:00
Android.mk Use new JavaScriptCore from npm (#22231) 2018-12-27 14:51:03 -08:00
BUCK xplat// -> fbsource//xplat/ for xplat/js 2019-02-14 23:53:32 -08:00
CxxModule.h Allow CxxModules to implement methods with two callbacks (#21586) 2018-11-13 19:52:40 -08:00
CxxNativeModule.cpp CxxReact: Silence 'unused lambda capture' warnings in open-source (#22240) 2018-11-16 10:37:16 -08:00
CxxNativeModule.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
Instance.cpp Fix portability issues to Linux, FreeBSD, and older libc++ 2019-01-31 17:45:20 -08:00
Instance.h Fix isBatchActive of RCTCxxBridge (#22785) 2019-01-21 00:28:48 -08:00
JSBigString.cpp JSBigString to map via MAP_PRIVATE not MAP_SHARED 2019-03-21 14:27:23 -07:00
JSBigString.h Remove compiler warning (#23588) 2019-02-22 01:40:09 -08:00
JSBundleType.cpp Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
JSBundleType.h Various minor changes to allow compliation with msvc (#22182) 2019-02-05 06:14:14 -08:00
JSDeltaBundleClient.cpp Bring back the unit tests for the Cxx implementation 2019-02-12 04:50:52 -08:00
JSDeltaBundleClient.h DeltaClient: split DeltaBundle's modules into added and modified 2018-11-28 02:50:56 -08:00
JSExecutor.cpp Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
JSExecutor.h Remove compiler warning (#23588) 2019-02-22 01:40:09 -08:00
JSIndexedRAMBundle.cpp Add assorted missing includes in xplat 2019-02-28 00:52:48 -08:00
JSIndexedRAMBundle.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
JSModulesUnbundle.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
JsArgumentHelpers-inl.h Fix portability issues to Linux, FreeBSD, and older libc++ 2019-01-31 17:45:20 -08:00
JsArgumentHelpers.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
MessageQueueThread.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
MethodCall.cpp Remove compiler warning (#23588) 2019-02-22 01:40:09 -08:00
MethodCall.h Remove dynamic exception specification in RN MethodCall.h/cpp 2018-11-14 21:16:29 -08:00
ModuleRegistry.cpp nullptr -> folly::none in fbobjc/xplat 2018-11-14 10:57:02 -08:00
ModuleRegistry.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
NativeModule.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
NativeToJsBridge.cpp Remove compiler warning (#23588) 2019-02-22 01:40:09 -08:00
NativeToJsBridge.h Fix isBatchActive of RCTCxxBridge (#22785) 2019-01-21 00:28:48 -08:00
RAMBundleRegistry.cpp Various minor changes to allow compliation with msvc (#22182) 2019-02-05 06:14:14 -08:00
RAMBundleRegistry.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
React-cxxreact.podspec Split React.podspec into separate podspecs for each Xcode project (#23559) 2019-02-21 18:35:44 -08:00
ReactMarker.cpp Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
ReactMarker.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RecoverableError.h Remove dynamic exception specification in RN MethodCall.h/cpp 2018-11-14 21:16:29 -08:00
SampleCxxModule.cpp Remove compiler warning (#23588) 2019-02-22 01:40:09 -08:00
SampleCxxModule.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
SharedProxyCxxModule.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
SystraceSection.h Remove compiler warning (#23588) 2019-02-22 01:40:09 -08:00