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

Class ArrayBuiltinBase

src/hx/cppia/Cppia.h:229–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227
228
229struct ArrayBuiltinBase : public CppiaExpr
230{
231 CppiaExpr *thisExpr;
232 Expressions args;
233
234 ArrayBuiltinBase(CppiaExpr *inSrc, CppiaExpr *inThisExpr, Expressions &ioExpressions);
235 const char *getName() HXCPP_OVERRIDE;
236 CppiaExpr *link(CppiaModule &inData) HXCPP_OVERRIDE;
237};
238
239CppiaExpr *createArrayAnyBuiltin(CppiaExpr *src,
240 CppiaExpr *inThisExpr, String field,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected