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

Method JitLocalPos

src/hx/cppia/CppiaCompiler.h:185–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183struct JitLocalPos : public JitVal
184{
185 JitLocalPos(int inOffset, JitType inType=jtPointer) : JitVal(inType, inOffset, jposLocal, sLocalReg) { }
186};
187
188extern int sThisReg;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected