| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/datetimepicker/ |
| H A D | ReflectionHelper.java | 10 public static Field findField(Class objectClass, Class fieldClass, String expectedName) { in findField() argument 12 Field field = objectClass.getDeclaredField(expectedName); in findField() 19 for (Field searchField : objectClass.getDeclaredFields()) { in findField()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/datetimepicker/ |
| H A D | ReflectionHelper.java | 10 public static Field findField(Class objectClass, Class fieldClass, String expectedName) { in findField() argument 12 Field field = objectClass.getDeclaredField(expectedName); in findField() 19 for (Field searchField : objectClass.getDeclaredFields()) { in findField()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/datetimepicker/ |
| H A D | ReflectionHelper.java | 10 public static Field findField(Class objectClass, Class fieldClass, String expectedName) { in findField() argument 12 Field field = objectClass.getDeclaredField(expectedName); in findField() 19 for (Field searchField : objectClass.getDeclaredFields()) { in findField()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/datetimepicker/ |
| H A D | ReflectionHelper.java | 10 public static Field findField(Class objectClass, Class fieldClass, String expectedName) { in findField() argument 12 Field field = objectClass.getDeclaredField(expectedName); in findField() 19 for (Field searchField : objectClass.getDeclaredFields()) { in findField()
|
| /expo/packages/expo-modules-core/common/cpp/ |
| H A D | JSIUtils.cpp | 27 jsi::Object objectClass = global.getPropertyAsObject(runtime, "Object"); in definePropertyOnJSIObject() local 28 jsi::Function definePropertyFunction = objectClass.getPropertyAsFunction( in definePropertyOnJSIObject() 34 definePropertyFunction.callWithThis(runtime, objectClass, { in definePropertyOnJSIObject()
|
| /expo/packages/expo-gl/common/ |
| H A D | EXWebGLRenderer.cpp | 141 jsi::Object objectClass = runtime.global().getPropertyAsObject(runtime, "Object"); in jsClassExtend() local 142 jsi::Function createMethod = objectClass.getPropertyAsFunction(runtime, "create"); in jsClassExtend() 143 jsi::Function definePropertyMethod = objectClass.getPropertyAsFunction(runtime, "defineProperty"); in jsClassExtend() 150 createMethod.callWithThis(runtime, objectClass, {baseClass.getProperty(runtime, prototype)})); in jsClassExtend() 161 objectClass, in jsClassExtend() 179 auto objectClass = runtime.global().getPropertyAsObject(runtime, "Object"); in ensurePrototypes() local 181 runtime, objectClass, jsi::PropNameID::forUtf8(runtime, getConstructorName(classEnum))); in ensurePrototypes()
|
| /expo/ios/versioned/sdk47/EXGL/common/ |
| H A D | ABI47_0_0EXWebGLRenderer.cpp | 148 jsi::Object objectClass = runtime.global().getPropertyAsObject(runtime, "Object"); in jsClassExtend() local 149 jsi::Function createMethod = objectClass.getPropertyAsFunction(runtime, "create"); in jsClassExtend() 150 jsi::Function definePropertyMethod = objectClass.getPropertyAsFunction(runtime, "defineProperty"); in jsClassExtend() 157 createMethod.callWithThis(runtime, objectClass, {baseClass.getProperty(runtime, prototype)})); in jsClassExtend() 168 objectClass, in jsClassExtend() 186 auto objectClass = runtime.global().getPropertyAsObject(runtime, "Object"); in ensurePrototypes() local 188 runtime, objectClass, jsi::PropNameID::forUtf8(runtime, getConstructorName(classEnum))); in ensurePrototypes()
|
| /expo/ios/versioned/sdk48/ExpoGL/common/ |
| H A D | ABI48_0_0EXWebGLRenderer.cpp | 148 jsi::Object objectClass = runtime.global().getPropertyAsObject(runtime, "Object"); in jsClassExtend() local 149 jsi::Function createMethod = objectClass.getPropertyAsFunction(runtime, "create"); in jsClassExtend() 150 jsi::Function definePropertyMethod = objectClass.getPropertyAsFunction(runtime, "defineProperty"); in jsClassExtend() 157 createMethod.callWithThis(runtime, objectClass, {baseClass.getProperty(runtime, prototype)})); in jsClassExtend() 168 objectClass, in jsClassExtend() 186 auto objectClass = runtime.global().getPropertyAsObject(runtime, "Object"); in ensurePrototypes() local 188 runtime, objectClass, jsi::PropNameID::forUtf8(runtime, getConstructorName(classEnum))); in ensurePrototypes()
|
| /expo/ios/versioned/sdk49/ExpoGL/common/ |
| H A D | ABI49_0_0EXWebGLRenderer.cpp | 141 jsi::Object objectClass = runtime.global().getPropertyAsObject(runtime, "Object"); in jsClassExtend() local 142 jsi::Function createMethod = objectClass.getPropertyAsFunction(runtime, "create"); in jsClassExtend() 143 jsi::Function definePropertyMethod = objectClass.getPropertyAsFunction(runtime, "defineProperty"); in jsClassExtend() 150 createMethod.callWithThis(runtime, objectClass, {baseClass.getProperty(runtime, prototype)})); in jsClassExtend() 161 objectClass, in jsClassExtend() 179 auto objectClass = runtime.global().getPropertyAsObject(runtime, "Object"); in ensurePrototypes() local 181 runtime, objectClass, jsi::PropNameID::forUtf8(runtime, getConstructorName(classEnum))); in ensurePrototypes()
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/JSI/ |
| H A D | ABI47_0_0EXJavaScriptObject.mm | 77 jsi::Object objectClass = global.getPropertyAsObject(*runtime, "Object"); 78 …jsi::Function definePropertyFunction = objectClass.getPropertyAsFunction(*runtime, "defineProperty… 81 definePropertyFunction.callWithThis(*runtime, objectClass, { 92 jsi::Object objectClass = global.getPropertyAsObject(*runtime, "Object"); 93 …jsi::Function definePropertyFunction = objectClass.getPropertyAsFunction(*runtime, "defineProperty… 99 definePropertyFunction.callWithThis(*runtime, objectClass, {
|
| H A D | ABI47_0_0EXJSIUtils.mm | 151 jsi::Object objectClass = global.getPropertyAsObject(runtime, "Object"); 152 …jsi::Function definePropertyFunction = objectClass.getPropertyAsFunction(runtime, "defineProperty"… 157 definePropertyFunction.callWithThis(runtime, objectClass, {
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/JSI/ |
| H A D | ABI49_0_0EXJavaScriptObject.mm | 77 jsi::Object objectClass = global.getPropertyAsObject(*runtime, "Object"); 78 …jsi::Function definePropertyFunction = objectClass.getPropertyAsFunction(*runtime, "defineProperty… 81 definePropertyFunction.callWithThis(*runtime, objectClass, { 92 jsi::Object objectClass = global.getPropertyAsObject(*runtime, "Object"); 93 …jsi::Function definePropertyFunction = objectClass.getPropertyAsFunction(*runtime, "defineProperty… 99 definePropertyFunction.callWithThis(*runtime, objectClass, {
|
| H A D | ABI49_0_0EXJSIUtils.mm | 120 jsi::Object objectClass = runtime 125 jsi::Object object = objectClass 127 .callWithThis(runtime, objectClass, { 168 jsi::Object objectClass = global.getPropertyAsObject(runtime, "Object"); 169 …jsi::Function definePropertyFunction = objectClass.getPropertyAsFunction(runtime, "defineProperty"… 174 definePropertyFunction.callWithThis(runtime, objectClass, {
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/JSI/ |
| H A D | ABI48_0_0EXJavaScriptObject.mm | 77 jsi::Object objectClass = global.getPropertyAsObject(*runtime, "Object"); 78 …jsi::Function definePropertyFunction = objectClass.getPropertyAsFunction(*runtime, "defineProperty… 81 definePropertyFunction.callWithThis(*runtime, objectClass, { 92 jsi::Object objectClass = global.getPropertyAsObject(*runtime, "Object"); 93 …jsi::Function definePropertyFunction = objectClass.getPropertyAsFunction(*runtime, "defineProperty… 99 definePropertyFunction.callWithThis(*runtime, objectClass, {
|
| H A D | ABI48_0_0EXJSIUtils.mm | 151 jsi::Object objectClass = global.getPropertyAsObject(runtime, "Object"); 152 …jsi::Function definePropertyFunction = objectClass.getPropertyAsFunction(runtime, "defineProperty"… 157 definePropertyFunction.callWithThis(runtime, objectClass, {
|
| /expo/packages/expo-modules-core/ios/JSI/ |
| H A D | EXJSIUtils.mm | 124 jsi::Object objectClass = runtime 129 jsi::Object object = objectClass 131 .callWithThis(runtime, objectClass, {
|