react-native-macos/ReactCommon/cxxreact/Platform.cpp

28 строки
493 B
C++
Исходник Обычный вид История

// Copyright 2004-present Facebook. All Rights Reserved.
#include "Platform.h"
namespace facebook {
namespace react {
namespace ReactMarker {
LogMarker logMarker;
};
namespace WebWorkerUtil {
WebWorkerQueueFactory createWebWorkerThread;
LoadScriptFromAssets loadScriptFromAssets;
LoadScriptFromNetworkSync loadScriptFromNetworkSync;
};
namespace PerfLogging {
InstallNativeHooks installNativeHooks;
};
namespace JSNativeHooks {
Hook loggingHook = nullptr;
Hook nowHook = nullptr;
}
} }