PHP 7.4.33
Preview: JSRuntimeFactory.cpp Size: 727 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/react-native/ReactCommon/react/runtime/JSRuntimeFactory.cpp
/*
 * 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.
 */

#include "JSRuntimeFactory.h"

namespace facebook::react {

jsi::Runtime& JSIRuntimeHolder::getRuntime() noexcept {
  return *runtime_;
}

JSIRuntimeHolder::JSIRuntimeHolder(std::unique_ptr<jsi::Runtime> runtime)
    : runtime_(std::move(runtime)) {
  assert(runtime_ != nullptr);
}

jsinspector_modern::RuntimeTargetDelegate&
JSRuntime::getRuntimeTargetDelegate() {
  if (!runtimeTargetDelegate_) {
    runtimeTargetDelegate_.emplace(getRuntime().description());
  }
  return *runtimeTargetDelegate_;
}

} // namespace facebook::react

Directory Contents

Dirs: 5 × Files: 16
Name Size Perms Modified Actions
hermes DIR
- drwxr-xr-x 2025-03-28 11:04:43
Edit Download
iostests DIR
- drwxr-xr-x 2025-03-28 11:04:43
Edit Download
- drwxr-xr-x 2025-03-28 11:04:43
Edit Download
platform DIR
- drwxr-xr-x 2025-03-28 11:04:41
Edit Download
tests DIR
- drwxr-xr-x 2025-03-28 11:04:39
Edit Download
442 B lrw-r--r-- 2025-03-28 11:04:41
Edit Download
858 B lrw-r--r-- 2025-03-28 11:04:39
Edit Download
856 B lrw-r--r-- 2025-03-28 11:04:41
Edit Download
1.52 KB lrw-r--r-- 2025-03-28 11:04:39
Edit Download
1.23 KB lrw-r--r-- 2025-03-28 11:04:41
Edit Download
846 B lrw-r--r-- 2025-03-28 11:04:43
Edit Download
727 B lrw-r--r-- 2025-03-28 11:04:39
Edit Download
1.89 KB lrw-r--r-- 2025-03-28 11:04:41
Edit Download
800 B lrw-r--r-- 2025-03-28 11:04:41
Edit Download
2.64 KB lrw-r--r-- 2025-03-28 11:04:43
Edit Download
2.47 KB lrw-r--r-- 2025-03-28 11:04:43
Edit Download
24.44 KB lrw-r--r-- 2025-03-28 11:04:39
Edit Download
2.78 KB lrw-r--r-- 2025-03-28 11:04:41
Edit Download
197 B lrw-r--r-- 2025-03-28 11:04:43
Edit Download
14.94 KB lrw-r--r-- 2025-03-28 11:04:40
Edit Download
2.76 KB lrw-r--r-- 2025-03-28 11:04:41
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).