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

Method runObject

src/hx/cppia/GlobalBuiltin.cpp:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 void runVoid(CppiaCtx *ctx) HXCPP_OVERRIDE { runInt(ctx); }
30 Float runFloat(CppiaCtx *ctx) HXCPP_OVERRIDE { return runInt(ctx); }
31 hx::Object *runObject(CppiaCtx *ctx) HXCPP_OVERRIDE { return Dynamic(runInt(ctx)).mPtr; }
32 String runString(CppiaCtx *ctx) HXCPP_OVERRIDE { return String(runInt(ctx)); }
33
34 int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE

Callers 1

GlobalBuiltin.cppFile · 0.45

Calls 1

DynamicClass · 0.50

Tested by

no test coverage detected