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

Method getCurrentFrameSize

src/hx/cppia/CppiaCompiler.cpp:278–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276
277
278 int getCurrentFrameSize() HXCPP_OVERRIDE
279 {
280 return frameSize;
281 }
282 void restoreFrameSize(int inSize) HXCPP_OVERRIDE
283 {
284 frameSize = inSize;

Callers 9

genCodeMethod · 0.80
AutoFramePosMethod · 0.80
genFunctionResultFunction · 0.80
genFunctionCallFunction · 0.80
genCodeMethod · 0.80
genCodeMethod · 0.80
genCodeMethod · 0.80
genCodeMethod · 0.80
genArgsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected