Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ returnObject
Method
returnObject
include/hx/Scriptable.h:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
*(String *)frame = s;
90
}
91
inline void StackContext::returnObject(Dynamic d)
92
{
93
*(hx::Object **)frame = d.mPtr;
94
}
95
96
inline hx::Object *StackContext::getThis(bool inCheckPtr)
97
{
Callers
4
runVoid
Method · 0.80
SLJIT_CALL stringToObject
Function · 0.80
SLJIT_CALL intToObject
Function · 0.80
SLJIT_CALL doubleToObject
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected