Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotification.kt44 .callStaticRecursive("createMap")!!.apply { in toWriteableMap()
/expo/android/expoview/src/main/java/host/exp/exponent/
H A DRNObject.kt106 fun callStaticRecursive(name: String, vararg args: Any?): RNObject? { in callStaticRecursive() method