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

Method traceStrings

src/hx/cppia/CppiaCompiler.cpp:1159–1162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1157 callNative( (void *)my_trace_func, JitVal( (void *)inText ));
1158 }
1159 void traceStrings(const char *inS0,const char *inS1) HXCPP_OVERRIDE
1160 {
1161 callNative( (void *)my_trace_strings, JitVal( (void *)inS0 ), JitVal( (void *)inS1 ));
1162 }
1163 void traceString(const char *inLabel, const JitVal &inValue) HXCPP_OVERRIDE
1164 {
1165 callNative( (void *)my_trace_string, JitVal( (void *)inLabel ), inValue );

Callers 2

genCodeMethod · 0.80
genCodeMethod · 0.80

Calls 1

JitValClass · 0.85

Tested by

no test coverage detected