| 692 | void init(CppiaCtx *ctx, int inPhase); |
| 693 | void addMemberFunction(Functions &ioCombined, CppiaFunction *inNewFunc); |
| 694 | inline void createDynamicFunctions(hx::Object *inThis) |
| 695 | { |
| 696 | for(int d=0;d<dynamicFunctions.size();d++) |
| 697 | dynamicFunctions[d]->createDynamic(inThis); |
| 698 | } |
| 699 | |
| 700 | |
| 701 | #ifdef CPPIA_JIT |
nothing calls this directly
no test coverage detected