MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / createDynamicFunctions

Method createDynamicFunctions

src/hx/cppia/Cppia.h:694–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

createDynamicMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected