Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
inline void StackContext::pushFloat(Float f)
67
{
68
SetFloatAligned(pointer, f);
69
pointer += sizeof(Float);
70
}
71
inline void StackContext::pushString(const String &s)
72
{
73
*(String *)pointer = s;
Callers
7
run
Method · 0.80
run
Method · 0.80
SLJIT_CALL argToDouble
Function · 0.80
pushArgs
Method · 0.80
pushArgsDynamic
Method · 0.80
pushDefault
Method · 0.80
pushArgDynamic
Method · 0.80
Calls
1
SetFloatAligned
Function · 0.85
Tested by
no test coverage detected