Home
last modified time | relevance | path

Searched refs:hasProperty (Results 1 – 25 of 122) sorted by relevance

12345

/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/googleMaps/
H A DGoogleMapsGeoJsons.kt38 polygonStyle.strokeColor = if (feature.hasProperty("strokeColor")) { in <lambda>()
44 polygonStyle.fillColor = if (feature.hasProperty("fillColor")) { in <lambda>()
50 polygonStyle.strokeWidth = if (feature.hasProperty("strokeWidth")) { in <lambda>()
56 polygonStyle.strokeJointType = if (feature.hasProperty("strokeJointType")) { in <lambda>()
62 polygonStyle.strokePattern = if (feature.hasProperty("strokePattern")) { in <lambda>()
73 polylineStyle.color = if (feature.hasProperty("color")) { in <lambda>()
79 polylineStyle.pattern = if (feature.hasProperty("pattern")) { in <lambda>()
89 markerStyle.title = if (feature.hasProperty("title")) { in <lambda>()
95 markerStyle.snippet = if (feature.hasProperty("snippet")) { in <lambda>()
101 markerStyle.icon = if (feature.hasProperty("color")) { in <lambda>()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI49_0_0SurfaceRegistryBinding.cpp29 auto isBridgeless = global.hasProperty(runtime, "ABI49_0_0RN$Bridgeless") && in startSurface()
33 if (!global.hasProperty(runtime, "ABI49_0_0RN$SurfaceRegistry")) { in startSurface()
48 global.hasProperty(runtime, "ABI49_0_0RN$SurfaceRegistry")) { in startSurface()
82 auto isBridgeless = global.hasProperty(runtime, "ABI49_0_0RN$Bridgeless") && in setSurfaceProps()
86 if (!global.hasProperty(runtime, "ABI49_0_0RN$SurfaceRegistry")) { in setSurfaceProps()
102 global.hasProperty(runtime, "ABI49_0_0RN$SurfaceRegistry")) { in setSurfaceProps()
127 auto isBridgeless = global.hasProperty(runtime, "ABI49_0_0RN$Bridgeless") && in stopSurface()
131 if (!global.hasProperty(runtime, "ABI49_0_0RN$stopSurface")) { in stopSurface()
H A DABI49_0_0bindingUtils.cpp34 if (!runtime.global().hasProperty(runtime, "__fbBatchedBridge")) { in checkBatchedBridgeIsActive()
48 if (!batchedBridge.hasProperty(runtime, "getCallableModule")) { in checkGetCallableModuleIsActive()
65 ABI49_0_0React_native_assert(object.hasProperty(runtime, methodName.c_str())); in callMethodOfModule()
66 if (object.hasProperty(runtime, methodName.c_str())) { in callMethodOfModule()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI47_0_0SurfaceRegistryBinding.cpp29 auto isBridgeless = global.hasProperty(runtime, "ABI47_0_0RN$Bridgeless") && in startSurface()
33 if (!global.hasProperty(runtime, "ABI47_0_0RN$SurfaceRegistry")) { in startSurface()
48 global.hasProperty(runtime, "ABI47_0_0RN$SurfaceRegistry")) { in startSurface()
82 auto isBridgeless = global.hasProperty(runtime, "ABI47_0_0RN$Bridgeless") && in setSurfaceProps()
86 if (!global.hasProperty(runtime, "ABI47_0_0RN$SurfaceRegistry")) { in setSurfaceProps()
102 global.hasProperty(runtime, "ABI47_0_0RN$SurfaceRegistry")) { in setSurfaceProps()
127 auto isBridgeless = global.hasProperty(runtime, "ABI47_0_0RN$Bridgeless") && in stopSurface()
131 if (!global.hasProperty(runtime, "ABI47_0_0RN$stopSurface")) { in stopSurface()
H A DABI47_0_0bindingUtils.cpp34 if (!runtime.global().hasProperty(runtime, "__fbBatchedBridge")) { in checkBatchedBridgeIsActive()
48 if (!batchedBridge.hasProperty(runtime, "getCallableModule")) { in checkGetCallableModuleIsActive()
65 ABI47_0_0React_native_assert(object.hasProperty(runtime, methodName.c_str())); in callMethodOfModule()
66 if (object.hasProperty(runtime, methodName.c_str())) { in callMethodOfModule()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI48_0_0SurfaceRegistryBinding.cpp29 auto isBridgeless = global.hasProperty(runtime, "ABI48_0_0RN$Bridgeless") && in startSurface()
33 if (!global.hasProperty(runtime, "ABI48_0_0RN$SurfaceRegistry")) { in startSurface()
48 global.hasProperty(runtime, "ABI48_0_0RN$SurfaceRegistry")) { in startSurface()
82 auto isBridgeless = global.hasProperty(runtime, "ABI48_0_0RN$Bridgeless") && in setSurfaceProps()
86 if (!global.hasProperty(runtime, "ABI48_0_0RN$SurfaceRegistry")) { in setSurfaceProps()
102 global.hasProperty(runtime, "ABI48_0_0RN$SurfaceRegistry")) { in setSurfaceProps()
127 auto isBridgeless = global.hasProperty(runtime, "ABI48_0_0RN$Bridgeless") && in stopSurface()
131 if (!global.hasProperty(runtime, "ABI48_0_0RN$stopSurface")) { in stopSurface()
H A DABI48_0_0bindingUtils.cpp34 if (!runtime.global().hasProperty(runtime, "__fbBatchedBridge")) { in checkBatchedBridgeIsActive()
48 if (!batchedBridge.hasProperty(runtime, "getCallableModule")) { in checkGetCallableModuleIsActive()
65 ABI48_0_0React_native_assert(object.hasProperty(runtime, methodName.c_str())); in callMethodOfModule()
66 if (object.hasProperty(runtime, methodName.c_str())) { in callMethodOfModule()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0ErrorUtils.h17 !errorUtils.getObject(runtime).hasProperty(runtime, "reportFatalError") || in handleJSError()
18 !errorUtils.getObject(runtime).hasProperty(runtime, "reportError")) { in handleJSError()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0ErrorUtils.h17 !errorUtils.getObject(runtime).hasProperty(runtime, "reportFatalError") || in handleJSError()
18 !errorUtils.getObject(runtime).hasProperty(runtime, "reportError")) { in handleJSError()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0ErrorUtils.h17 !errorUtils.getObject(runtime).hasProperty(runtime, "reportFatalError") || in handleJSError()
18 !errorUtils.getObject(runtime).hasProperty(runtime, "reportError")) { in handleJSError()
/expo/packages/expo-modules-core/ios/Tests/
H A DJavaScriptObjectSpec.swift22 expect(object?.hasProperty(key)) == false in spec()
27 expect(object?.hasProperty(key)) == true in spec()
32 expect(object?.hasProperty(key)) == true in spec()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/
H A DJavaScriptObjectSpec.swift22 expect(object?.hasProperty(key)) == false in spec()
27 expect(object?.hasProperty(key)) == true in spec()
32 expect(object?.hasProperty(key)) == true in spec()
/expo/android/vendored/unversioned/react-native-svg/android/
H A Dbuild.gradle23 return project.hasProperty("newArchEnabled") && project.newArchEnabled == "true"
48 if (rootProject.hasProperty("ndkPath")) {
51 if (rootProject.hasProperty("ndkVersion")) {
/expo/android/vendored/sdk47/react-native-svg/android/
H A Dbuild.gradle23 return project.hasProperty("newArchEnabled") && project.newArchEnabled == "true"
45 if (rootProject.hasProperty("ndkPath")) {
48 if (rootProject.hasProperty("ndkVersion")) {
/expo/android/vendored/sdk48/react-native-svg/android/
H A Dbuild.gradle23 return project.hasProperty("newArchEnabled") && project.newArchEnabled == "true"
45 if (rootProject.hasProperty("ndkPath")) {
48 if (rootProject.hasProperty("ndkVersion")) {
/expo/android/vendored/sdk49/react-native-svg/android/
H A Dbuild.gradle23 return project.hasProperty("newArchEnabled") && project.newArchEnabled == "true"
48 if (rootProject.hasProperty("ndkPath")) {
51 if (rootProject.hasProperty("ndkVersion")) {
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/
H A DABI49_0_0ErrorUtils.h19 !errorUtils.getObject(runtime).hasProperty(runtime, reportFatalError)) { in handleFatalError()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/
H A DABI48_0_0ErrorUtils.h19 !errorUtils.getObject(runtime).hasProperty(runtime, reportFatalError)) { in handleFatalError()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/
H A DABI47_0_0ErrorUtils.h19 !errorUtils.getObject(runtime).hasProperty(runtime, reportFatalError)) { in handleFatalError()
/expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/kotlin/jni/
H A DJSIInteropModuleRegistryTest.kt23 Truth.assertThat(testModule.hasProperty("syncFunction")).isTrue() in <lambda>()
27 Truth.assertThat(testModule.hasProperty("asyncFunction")).isTrue() in <lambda>()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI47_0_0jsi-inl.h100 inline bool Object::hasProperty(Runtime& runtime, const char* name) const { in hasProperty() function
101 return hasProperty(runtime, String::createFromAscii(runtime, name)); in hasProperty()
104 inline bool Object::hasProperty(Runtime& runtime, const String& name) const { in hasProperty() function
105 return runtime.hasProperty(*this, name); in hasProperty()
108 inline bool Object::hasProperty(Runtime& runtime, const PropNameID& name) in hasProperty() function
110 return runtime.hasProperty(*this, name); in hasProperty()
/expo/android/vendored/unversioned/lottie-react-native/android/
H A Dbuild.gradle25 return project.hasProperty("newArchEnabled") && project.newArchEnabled == "true"
46 if (rootProject.hasProperty("ndkPath")) {
49 if (rootProject.hasProperty("ndkVersion")) {
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI49_0_0jsi-inl.h100 inline bool Object::hasProperty(Runtime& runtime, const char* name) const { in hasProperty() function
101 return hasProperty(runtime, String::createFromAscii(runtime, name)); in hasProperty()
104 inline bool Object::hasProperty(Runtime& runtime, const String& name) const { in hasProperty() function
105 return runtime.hasProperty(*this, name); in hasProperty()
108 inline bool Object::hasProperty(Runtime& runtime, const PropNameID& name) in hasProperty() function
110 return runtime.hasProperty(*this, name); in hasProperty()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI48_0_0jsi-inl.h100 inline bool Object::hasProperty(Runtime& runtime, const char* name) const { in hasProperty() function
101 return hasProperty(runtime, String::createFromAscii(runtime, name)); in hasProperty()
104 inline bool Object::hasProperty(Runtime& runtime, const String& name) const { in hasProperty() function
105 return runtime.hasProperty(*this, name); in hasProperty()
108 inline bool Object::hasProperty(Runtime& runtime, const PropNameID& name) in hasProperty() function
110 return runtime.hasProperty(*this, name); in hasProperty()
/expo/android/vendored/sdk48/react-native-screens/android/
H A Dbuild.gradle21 return project.hasProperty("newArchEnabled") && project.newArchEnabled == "true"
45 if (rootProject.hasProperty("ndkPath")) {
48 if (rootProject.hasProperty("ndkVersion")) {

12345