| 941 | }; |
| 942 | |
| 943 | hx::Object * CPPIA_CALL createClosure(CppiaCtx *ctx, ScriptCallable *inFunction) |
| 944 | { |
| 945 | return new (inFunction->captureSize) CppiaClosure(ctx,inFunction); |
| 946 | } |
| 947 | |
| 948 | hx::Object *createMemberClosure(hx::Object *inThis, ScriptCallable *inFunction) |
| 949 | { |
nothing calls this directly
no outgoing calls
no test coverage detected