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

Method CppiaExprWithValue

src/hx/cppia/Cppia.cpp:839–842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

837 Dynamic value;
838
839 CppiaExprWithValue(const CppiaExpr *inSrc=0) : CppiaDynamicExpr(inSrc)
840 {
841 value.mPtr = 0;
842 }
843
844 hx::Object *runObject(CppiaCtx *ctx) HXCPP_OVERRIDE { return value.mPtr; }
845 void mark(hx::MarkContext *__inCtx) HXCPP_OVERRIDE { HX_MARK_MEMBER(value); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected