| 711 | } |
| 712 | |
| 713 | hx::Object **getThis() const |
| 714 | { |
| 715 | unsigned char *base = ((unsigned char *)this) + sizeof(CppiaClosure); |
| 716 | return (hx::Object **)base; |
| 717 | } |
| 718 | |
| 719 | // Create member closure... |
| 720 | CppiaClosure(hx::Object *inThis, ScriptCallable *inFunction) |
no outgoing calls
no test coverage detected