(script)
| 113 | } |
| 114 | |
| 115 | function il2cpp_load_custom_script(script) { |
| 116 | customize.il2cpp_load_custom_script(script); |
| 117 | } |
| 118 | |
| 119 | function il2cpp_function_detach(handle) { |
| 120 | base.detach(handle); |
nothing calls this directly
no outgoing calls
no test coverage detected