| 523 | } |
| 524 | |
| 525 | void Visit(BfAstNode* astNode) override |
| 526 | { |
| 527 | mModule->VisitChild(astNode); |
| 528 | } |
| 529 | |
| 530 | void DoObjectCreate(BfObjectCreateExpression* objCreateExpr, BfVariableDeclaration* variableDecl) |
| 531 | { |
nothing calls this directly
no test coverage detected