(members)
| 11351 | } |
| 11352 | |
| 11353 | function AstInlineObject(members) { |
| 11354 | this.members = members; |
| 11355 | } |
| 11356 | AstInlineObject.prototype.toString = function() { |
| 11357 | var oldContext = replaceContext; |
| 11358 | replaceContext = function(name) { |
nothing calls this directly
no outgoing calls
no test coverage detected