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

Method returnString

include/hx/Scriptable.h:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 SetFloatAligned(frame, f);
86}
87inline void StackContext::returnString(const String &s)
88{
89 *(String *)frame = s;
90}
91inline void StackContext::returnObject(Dynamic d)
92{
93 *(hx::Object **)frame = d.mPtr;

Callers 3

CPPIA_CALL __s_toStringFunction · 0.80
runVoidMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected