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

Method call

src/hx/cppia/CppiaCompiler.cpp:1311–1315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1309
1310
1311 void call(const JitVal &func,const JitVal &inArg0) HXCPP_OVERRIDE
1312 {
1313 move(sJitArg0,inArg0);
1314 emit_ijump(func,1);
1315 }
1316
1317 void callNative(void *func) HXCPP_OVERRIDE
1318 {

Callers 3

genFunctionCallFunction · 0.45
genCodeMethod · 0.45
_hx_mysql_result_nextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected