Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-parser/
Dindex.js154 initBlock: function(line, nodes) { method in Parser
168 return this.initBlock(line, []);
232 return this.initBlock(this.peek().loc.start.line, this.parseTextHtml());
334 else return this.initBlock(lineno, tags);
398 return expr.type === 'Block' ? expr : this.initBlock(tok.loc.start.line, [expr]);
715 block = this.initBlock(textToken.loc.start.line, [
725 block = this.initBlock(tok.loc.start.line, [this.parseFilter()]);
1129 tag.block = expr.type === 'Block' ? expr : this.initBlock(tag.line, [expr]);