Searched refs:CommentStatement (Results 1 – 13 of 13) sorted by relevance
140 CommentStatement(comment?: hbs.AST.CommentStatement): void;163 CommentStatement(comment?: hbs.AST.CommentStatement): void;342 interface CommentStatement extends Statement { interface
99 CommentStatement: function CommentStatement() /* comment */{},
126 PrintVisitor.prototype.CommentStatement = function (comment) { method in PrintVisitor
229 CommentStatement: function CommentStatement() {},
136 …WhitespaceControl.prototype.PartialStatement = WhitespaceControl.prototype.CommentStatement = func… method in WhitespaceControl
101 CommentStatement: function CommentStatement() /* comment */{},
127 PrintVisitor.prototype.CommentStatement = function (comment) { method in PrintVisitor
234 CommentStatement: function CommentStatement() {},
138 WhitespaceControl.prototype.PartialStatement = WhitespaceControl.prototype.CommentStatement = funct… method in WhitespaceControl
99 CommentStatement: function(/* comment */) {}, method in Visitor
120 PrintVisitor.prototype.CommentStatement = function(comment) { method in PrintVisitor
136 WhitespaceControl.prototype.PartialStatement = WhitespaceControl.prototype.CommentStatement = funct… method in WhitespaceControl
227 CommentStatement: function() {}, method in Compiler