Home
last modified time | relevance | path

Searched refs:CommentStatement (Results 1 – 13 of 13) sorted by relevance

/plugin/asciidocjs/node_modules/handlebars/types/
Dindex.d.ts140 CommentStatement(comment?: hbs.AST.CommentStatement): void;
163 CommentStatement(comment?: hbs.AST.CommentStatement): void;
342 interface CommentStatement extends Statement { interface
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/
Dvisitor.js99 CommentStatement: function CommentStatement() /* comment */{},
Dprinter.js126 PrintVisitor.prototype.CommentStatement = function (comment) { method in PrintVisitor
Dcompiler.js229 CommentStatement: function CommentStatement() {},
Dwhitespace-control.js136 …WhitespaceControl.prototype.PartialStatement = WhitespaceControl.prototype.CommentStatement = func… method in WhitespaceControl
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Dvisitor.js101 CommentStatement: function CommentStatement() /* comment */{},
Dprinter.js127 PrintVisitor.prototype.CommentStatement = function (comment) { method in PrintVisitor
Dcompiler.js234 CommentStatement: function CommentStatement() {},
Dwhitespace-control.js138 WhitespaceControl.prototype.PartialStatement = WhitespaceControl.prototype.CommentStatement = funct… method in WhitespaceControl
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Dvisitor.js99 CommentStatement: function(/* comment */) {}, method in Visitor
Dprinter.js120 PrintVisitor.prototype.CommentStatement = function(comment) { method in PrintVisitor
Dwhitespace-control.js136 WhitespaceControl.prototype.PartialStatement = WhitespaceControl.prototype.CommentStatement = funct… method in WhitespaceControl
Dcompiler.js227 CommentStatement: function() {}, method in Compiler