(statements)
| 12026 | }; |
| 12027 | |
| 12028 | function AstRoot(statements) { |
| 12029 | this.statements = statements; |
| 12030 | } |
| 12031 | AstRoot.prototype.toString = function() { |
| 12032 | var localNames = getLocalNames(this.statements); |
| 12033 | replaceContext = function(name) { |
nothing calls this directly
no outgoing calls
no test coverage detected