Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ pushObject
Method
pushObject
include/hx/Scriptable.h:77–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
inline void StackContext::pushObject(Dynamic d)
78
{
79
*(hx::Object **)pointer = d.mPtr;
80
pointer += sizeof(hx::Object *);
81
}
82
83
inline void StackContext::returnFloat(Float f)
84
{
Callers
6
run
Method · 0.80
run
Method · 0.80
pushArgs
Method · 0.80
pushArgsDynamic
Method · 0.80
pushDefault
Method · 0.80
pushArgDynamic
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected