MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / CPPIA_CALL __s_toString

Function CPPIA_CALL __s_toString

src/hx/Object.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117hx::ScriptFunction Object::__script_construct;
118
119static void CPPIA_CALL __s_toString(hx::CppiaCtx *ctx) {
120 ctx->returnString((ctx->getThis())->toString());
121}
122static hx::ScriptNamedFunction __scriptableFunctions[] = {
123 hx::ScriptNamedFunction("toString",__s_toString,"s"),
124 hx::ScriptNamedFunction(0,0,0) };

Callers

nothing calls this directly

Calls 3

returnStringMethod · 0.80
toStringMethod · 0.45
getThisMethod · 0.45

Tested by

no test coverage detected