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

Method toString

src/hx/Object.cpp:190–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188
189
190String Object::toString()
191{
192 Dynamic *m = __GetFieldMap();
193 if (m)
194 {
195 Dynamic func;
196 if (FieldMapGet(m,HX_CSTRING("toString"),func))
197 return func();
198 }
199 return __ToString();
200}
201
202
203} // end namespace hx

Callers 1

CPPIA_CALL __s_toStringFunction · 0.45

Calls 2

FieldMapGetFunction · 0.85
__ToStringFunction · 0.85

Tested by

no test coverage detected