Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/
H A DRNObject.kt89 return callWithReceiver(instance, false, name, *args) in call()
94 return callWithReceiver(instance, true, name, *args) in callWithThrowable()
103 return callWithReceiver(null, false, name, *args) in callStatic()
119 …private fun callWithReceiver(receiver: Any?, rethrow: Boolean, name: String, vararg args: Any?): A… in callWithReceiver() method in host.exp.exponent.RNObject