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

Method runObject

src/hx/cppia/StringBuiltin.cpp:296–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294 ExprType getType() HXCPP_OVERRIDE { return etObject; }
295
296 hx::Object *runObject(CppiaCtx *ctx) HXCPP_OVERRIDE
297 {
298 String val = strVal->runString(ctx);
299 BCR_CHECK;
300 String separator = a0->runString(ctx);
301 BCR_CHECK;
302 return val.split(separator).mPtr;
303 }
304
305
306 #ifdef CPPIA_JIT

Callers 2

runStringMethod · 0.45
runIntMethod · 0.45

Calls 2

splitMethod · 0.80
runStringMethod · 0.45

Tested by

no test coverage detected