Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
pushReferrer
Method · 0.45
pushFrame
Method · 0.45
popFrame
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected