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

Method link

src/hx/cppia/Cppia.cpp:1510–1518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1508
1509 const char *getName() HXCPP_OVERRIDE { return "NewExpr"; }
1510 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE
1511 {
1512 type = inModule.types[classId];
1513 if (!type->cppiaClass && type->haxeClass.mPtr)
1514 constructor = type->haxeClass.mPtr->mConstructArgs;
1515
1516 LinkExpressions(args,inModule);
1517 return this;
1518 }
1519 hx::Object *runObject(CppiaCtx *ctx) HXCPP_OVERRIDE
1520 {
1521 if (type->arrayType)

Callers

nothing calls this directly

Calls 1

LinkExpressionsFunction · 0.85

Tested by

no test coverage detected