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

Method restoreFrameSize

src/hx/cppia/CppiaCompiler.cpp:282–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 return frameSize;
281 }
282 void restoreFrameSize(int inSize) HXCPP_OVERRIDE
283 {
284 frameSize = inSize;
285 }
286
287 void addFrame(ExprType inType) HXCPP_OVERRIDE
288 {

Callers 4

~AutoFramePosMethod · 0.80
genFunctionCallFunction · 0.80
genCodeMethod · 0.80
genCodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected