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

Method CallSetField

src/hx/cppia/Cppia.cpp:2046–2053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2044 CppiaExpr *isPropExpr;
2045
2046 CallSetField(CppiaExpr *inSrc, CppiaExpr *inThis, CppiaExpr *inName, CppiaExpr *inValue, CppiaExpr *inProp) :
2047 CppiaDynamicExpr(inSrc)
2048 {
2049 thisExpr = inThis;
2050 nameExpr = inName;
2051 valueExpr = inValue;
2052 isPropExpr = inProp;
2053 }
2054
2055 const char *getName() HXCPP_OVERRIDE { return "__SetField"; }
2056 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected