Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
~AutoFramePos
Method · 0.80
genFunctionCall
Function · 0.80
genCode
Method · 0.80
genCode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected