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