Home
last modified time | relevance | path

Searched refs:objectClass (Results 1 – 16 of 16) sorted by relevance

/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/datetimepicker/
H A DReflectionHelper.java10 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 DReflectionHelper.java10 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 DReflectionHelper.java10 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 DReflectionHelper.java10 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 DJSIUtils.cpp27 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 DEXWebGLRenderer.cpp141 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 DABI47_0_0EXWebGLRenderer.cpp148 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 DABI48_0_0EXWebGLRenderer.cpp148 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 DABI49_0_0EXWebGLRenderer.cpp141 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 DABI47_0_0EXJavaScriptObject.mm77 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 DABI47_0_0EXJSIUtils.mm151 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 DABI49_0_0EXJavaScriptObject.mm77 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 DABI49_0_0EXJSIUtils.mm120 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 DABI48_0_0EXJavaScriptObject.mm77 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 DABI48_0_0EXJSIUtils.mm151 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 DEXJSIUtils.mm124 jsi::Object objectClass = runtime
129 jsi::Object object = objectClass
131 .callWithThis(runtime, objectClass, {