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

Method ArrayBuiltin

src/hx/cppia/ArrayBuiltin.cpp:414–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412 bool unsafe;
413
414 ArrayBuiltin(CppiaExpr *inSrc, CppiaExpr *inThisExpr, Expressions &ioExpressions, bool inUnsafe)
415 : ArrayBuiltinBase(inSrc,inThisExpr,ioExpressions)
416 {
417 unsafe = inUnsafe;
418 }
419 const char *getName() HXCPP_OVERRIDE { return gArrayFuncNames[FUNC]; }
420
421 ExprType getType() HXCPP_OVERRIDE

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected