Home
last modified time | relevance | path

Searched refs:jsExecutorName (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-dev-menu/android/src/debug/java/expo/modules/devmenu/
H A DDevMenuDevSettings.kt27 val jsExecutorName = reactInstanceManager.jsExecutorName in getDevSettings() constant
28 jsExecutorName.contains("Hermes") || jsExecutorName.contains("V8") in getDevSettings()
H A DDevMenuAppInfo.kt40 val jsExecutorName = instanceManager.jsExecutorName in getAppInfo() constant
42 jsExecutorName.contains("Hermes") -> "Hermes" in getAppInfo()
43 jsExecutorName.contains("V8") -> "V8" in getAppInfo()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/internal/
H A DDevMenuModule.kt241 activity?.jsExecutorName == "JSIExecutor+HermesRuntime" in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/internal/
H A DDevMenuModule.kt243 activity?.jsExecutorName == "JSIExecutor+HermesRuntime" in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/internal/
H A DDevMenuModule.kt243 activity?.jsExecutorName == "JSIExecutor+HermesRuntime" in <lambda>()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/internal/
H A DDevMenuModule.kt241 activity?.jsExecutorName == "JSIExecutor+HermesRuntime" in <lambda>()
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DReactNativeActivity.kt630 val jsExecutorName: String? in <lambda>() constant in host.exp.exponent.experience.ReactNativeActivity