MCPcopy 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}
91inline void StackContext::returnObject(Dynamic d)
92{
93 *(hx::Object **)frame = d.mPtr;
94}
95
96inline hx::Object *StackContext::getThis(bool inCheckPtr)
97{

Callers 4

runVoidMethod · 0.80
SLJIT_CALL intToObjectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected