(label)
| 11924 | return result; |
| 11925 | }; |
| 11926 | function AstLabel(label) { |
| 11927 | this.label = label; |
| 11928 | } |
| 11929 | AstLabel.prototype.toString = function() { |
| 11930 | return this.label; |
| 11931 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected