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

Method runString

src/hx/cppia/Cppia.cpp:1044–1049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1042 return result ? result->__ToDouble() : 0;
1043 }
1044 String runString(CppiaCtx *ctx) HXCPP_OVERRIDE
1045 {
1046 hx::Object *result = runObject(ctx);
1047 BCR_CHECK;
1048 return result ? result->toString() : String();
1049 }
1050
1051
1052 #ifdef CPPIA_JIT

Callers

nothing calls this directly

Calls 2

StringClass · 0.50
toStringMethod · 0.45

Tested by

no test coverage detected