don't check the 'kind' ...
| 258 | |
| 259 | // don't check the 'kind' ... |
| 260 | void * val_data(hx::Object * arg1) |
| 261 | { |
| 262 | if (arg1==0) |
| 263 | return 0; |
| 264 | return arg1->__GetHandle(); |
| 265 | } |
| 266 | |
| 267 | |
| 268 | int val_fun_nargs(hx::Object * arg1) |
nothing calls this directly
no test coverage detected