Searched refs:callExportedFunction (Results 1 – 1 of 1) sorted by relevance
55 return callExportedFunction(method.name, args) in invoke()58 private fun callExportedFunction(methodName: String, args: Array<out Any>?): Any? { in callExportedFunction() method in ModuleMockInvocationHandler