Searched refs:callStaticRecursive (Results 1 – 2 of 2) sorted by relevance
44 .callStaticRecursive("createMap")!!.apply { in toWriteableMap()
106 fun callStaticRecursive(name: String, vararg args: Any?): RNObject? { in callStaticRecursive() method