Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/
H A DRNObject.kt284 val currentConstructorParameterTypes = constructor.parameterTypes in getConstructorWithArgumentClassTypes() constant
285 if (currentConstructorParameterTypes.size != argumentClassTypes.size) { in getConstructorWithArgumentClassTypes()
289 for (j in currentConstructorParameterTypes.indices) { in getConstructorWithArgumentClassTypes()
290 if (!isAssignableFrom(currentConstructorParameterTypes[j], argumentClassTypes[j])) { in getConstructorWithArgumentClassTypes()