(expression)
| 11496 | return "var " + this.definitions.join(","); |
| 11497 | }; |
| 11498 | function AstStatement(expression) { |
| 11499 | this.expression = expression; |
| 11500 | } |
| 11501 | AstStatement.prototype.toString = function() { |
| 11502 | return this.expression.toString(); |
| 11503 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected