/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/ReactCommon/jsc/JSCRuntime.h
17 строк
352 B
generatedunixname89002005287564
Fix CQS signal modernize-concat-nested-namespaces in xplat/js/react-native-github/packages/react-native/ReactCommon/jsc (#52250)
25 июн 2025, 18:23
25 июн 2025, 18:23
1348d7e
Код
Авторство
О чём код?
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <jsi/jsi.h> #include <memory.h> namespace facebook::jsc { std::unique_ptr<jsi::Runtime> makeJSCRuntime(); } // namespace facebook::jsc