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

Method push

include/hx/StackContext.h:383–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381 MarkChunk *next;
382
383 inline void push(Object *inObj)
384 {
385 stack[count++] = inObj;
386 }
387 inline hx::Object *pop()
388 {
389 if (count)

Callers 3

pushReferrerMethod · 0.45
pushFrameMethod · 0.45
popFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected