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

Method AutoStack

include/hx/Scriptable.h:143–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 unsigned char *frame;
142
143 AutoStack(CppiaCtx *inCtx) : ctx(inCtx)
144 {
145 frame = ctx->frame;
146 pointer = ctx->pointer;
147 ctx->frame = pointer;
148 }
149 AutoStack(CppiaCtx *inCtx,unsigned char *inPointer) : ctx(inCtx)
150 {
151 frame = ctx->frame;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected