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

Method pushInt

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

Source from the content-addressed store, hash-verified

583 void push(bool &inValue) { *(int *)pointer = inValue; pointer += sizeof(int); }
584 inline void pushBool(bool b) { *(int *)pointer = b; pointer += sizeof(int); }
585 inline void pushInt(int i) { *(int *)pointer = i; pointer += sizeof(int); }
586
587 inline void pushFloat(Float f);
588 inline void pushString(const String &s);

Callers 7

runMethod · 0.80
runMethod · 0.80
SLJIT_CALL argToIntFunction · 0.80
pushArgsMethod · 0.80
pushArgsDynamicMethod · 0.80
pushDefaultMethod · 0.80
pushArgDynamicMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected