(name)
| 11551 | } |
| 11552 | |
| 11553 | function AstInnerInterface(name) { |
| 11554 | this.name = name; |
| 11555 | } |
| 11556 | AstInnerInterface.prototype.toString = function() { |
| 11557 | return "this." + this.name + " = function " + this.name + "() { "+ |
| 11558 | "throw 'This is an interface'; };"; |
nothing calls this directly
no outgoing calls
no test coverage detected