Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ ~CppiaStackFrame
Method
~CppiaStackFrame
src/hx/cppia/Cppia.h:797–800 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
795
inCtx->pushFrame(frame);
796
}
797
~CppiaStackFrame()
798
{
799
ctx->popFrame(frame);
800
}
801
};
802
803
#define CPPIA_STACK_FRAME(expr) hx::CppiaStackFrame __frame(ctx,&expr->position);
Callers
nothing calls this directly
Calls
1
popFrame
Method · 0.80
Tested by
no test coverage detected