(arg)
| 1621 | return il2cpp_method_is_generic(method); |
| 1622 | }, |
| 1623 | il2cpp_array_length(arg) { |
| 1624 | let il2cpp_array_length = this.load("il2cpp_array_length", "uint32", ['pointer']); |
| 1625 | return il2cpp_array_length(arg); |
| 1626 | }, |
| 1627 | il2cpp_method_is_inflated: function (method) { |
| 1628 | let il2cpp_method_is_inflated = this.load("il2cpp_method_is_inflated", "bool", ['pointer']); |
| 1629 | return il2cpp_method_is_inflated(method); |
nothing calls this directly
no outgoing calls
no test coverage detected