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

Method runInt

src/hx/cppia/Cppia.cpp:2014–2019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2012 return this;
2013 }
2014 int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE
2015 {
2016 hx::Object *obj = thisExpr->runObject(ctx);
2017 CPPIA_CHECK(obj);
2018 return static_cast<EnumBase_obj *>(obj)->_hx_getIndex();
2019 }
2020
2021
2022 #ifdef CPPIA_JIT

Callers

nothing calls this directly

Calls 1

runObjectMethod · 0.45

Tested by

no test coverage detected