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

Method genCode

src/hx/cppia/StringBuiltin.cpp:108–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 void genCode(CppiaCompiler *compiler, const JitVal &inDest,ExprType destType) HXCPP_OVERRIDE
109 {
110 JitTemp value(compiler,jtString);
111 strVal->genCode(compiler, value, etString);
112 compiler->callNative( (void *)run, value);
113 compiler->convertReturnReg(etObject, inDest, destType);
114 }
115 #endif
116};
117

Callers

nothing calls this directly

Calls 3

callNativeMethod · 0.80
convertReturnRegMethod · 0.80
genCodeMethod · 0.45

Tested by

no test coverage detected