(method_handle, function_return_value, args_param)
| 133 | } |
| 134 | |
| 135 | function il2cpp_send_function(method_handle, function_return_value, args_param) { |
| 136 | func.send_function(method_handle, function_return_value, args_param); |
| 137 | } |
| 138 | |
| 139 | function il2cpp_search_class_instance(class_handle) { |
| 140 | field.search_class_instance(class_handle); |
nothing calls this directly
no outgoing calls
no test coverage detected