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

Method callScriptable

src/hx/cppia/Cppia.cpp:810–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808
809 #ifdef CPPIA_JIT
810 static void SLJIT_CALL callScriptable(CppiaCtx *inCtx, ScriptCallable *inScriptable)
811 {
812 // compiled?
813 CPPIALOG("callScriptable %p(%p) -> %p\n", inCtx, CppiaCtx::getCurrent(), inScriptable );
814 CPPIALOG(" name = %s\n", inScriptable->getName());
815 inScriptable->runFunction(inCtx);
816 CPPIALOG(" Done scipt callable\n");
817 }
818
819
820 // Function Call

Callers

nothing calls this directly

Calls 2

runFunctionMethod · 0.80
getNameMethod · 0.45

Tested by

no test coverage detected