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

Method JitFramePos

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

Source from the content-addressed store, hash-verified

176struct JitFramePos : public JitVal
177{
178 JitFramePos(int inOffset, JitType inType=jtPointer) : JitVal(inType, inOffset, jposFrame, sFrameReg) { }
179 JitFramePos(int inOffset, ExprType inType) : JitVal(getJitType(inType), inOffset, jposFrame, sFrameReg) { }
180};
181

Callers

nothing calls this directly

Calls 1

getJitTypeFunction · 0.85

Tested by

no test coverage detected