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

Method pushFloat

include/hx/Scriptable.h:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65
66inline void StackContext::pushFloat(Float f)
67{
68 SetFloatAligned(pointer, f);
69 pointer += sizeof(Float);
70}
71inline void StackContext::pushString(const String &s)
72{
73 *(String *)pointer = s;

Callers 7

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

Calls 1

SetFloatAlignedFunction · 0.85

Tested by

no test coverage detected