Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ addStackVarsSpace
Method
addStackVarsSpace
src/hx/cppia/CppiaFunction.cpp:568–575 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
566
567
568
void ScriptCallable::addStackVarsSpace(CppiaCtx *ctx)
569
{
570
if (stackSize)
571
{
572
memset(ctx->pointer, 0 , stackSize );
573
ctx->pointer += stackSize;
574
}
575
}
576
577
578
#ifdef CPPIA_JIT
Callers
1
doRun
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected