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

Method pushString

include/hx/Scriptable.h:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 pointer += sizeof(Float);
70}
71inline void StackContext::pushString(const String &s)
72{
73 *(String *)pointer = s;
74 pointer += sizeof(String);
75}
76
77inline void StackContext::pushObject(Dynamic d)
78{

Callers 7

runMethod · 0.80
runMethod · 0.80
SLJIT_CALL argToStringFunction · 0.80
pushArgsMethod · 0.80
pushArgsDynamicMethod · 0.80
pushDefaultMethod · 0.80
pushArgDynamicMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected