Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/acorn/src/loose/
Dexpression.js190 let exprList = this.parseExprList(tt.parenR)
276 node.elements = this.parseExprList(tt.bracketR, true)
312 node.arguments = this.parseExprList(tt.parenR)
497 params = this.parseExprList(tt.parenR)
529 lp.parseExprList = function(close, allowEmpty) { function in lp
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dexpression.js187 node.arguments = this.parseExprList(tt.parenR)
255 node.elements = this.parseExprList(tt.bracketR, true)
291 node.arguments = this.parseExprList(tt.parenR)
466 params = this.parseExprList(tt.parenR)
488 lp.parseExprList = function(close, allowEmpty) { function in lp
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dexpression.js244 node.arguments = this.parseExprList(tt.parenR, false)
304 node.elements = this.parseExprList(tt.bracketR, true, true, refDestructuringErrors)
428 if (this.eat(tt.parenL)) node.arguments = this.parseExprList(tt.parenR, false)
641 pp.parseExprList = function(close, allowTrailingComma, allowEmpty, refDestructuringErrors) { function in pp
/plugin/asciidocjs/node_modules/acorn/src/
Dexpression.js254 …let exprList = this.parseExprList(tt.parenR, this.options.ecmaVersion >= 8, false, refDestructurin…
344 node.elements = this.parseExprList(tt.bracketR, true, true, refDestructuringErrors)
479 …if (this.eat(tt.parenL)) node.arguments = this.parseExprList(tt.parenR, this.options.ecmaVersion >…
746 pp.parseExprList = function(close, allowTrailingComma, allowEmpty, refDestructuringErrors) { function in pp
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js1735 node$2.arguments = this$1.parseExprList(tt.parenR, false)
1795 node.elements = this.parseExprList(tt.bracketR, true, true, refDestructuringErrors)
1921 if (this.eat(tt.parenL)) node.arguments = this.parseExprList(tt.parenR, false)
2140 pp$3.parseExprList = function(close, allowTrailingComma, allowEmpty, refDestructuringErrors) { function
Dacorn.js1741 node$2.arguments = this$1.parseExprList(tt.parenR, false)
1801 node.elements = this.parseExprList(tt.bracketR, true, true, refDestructuringErrors)
1927 if (this.eat(tt.parenL)) node.arguments = this.parseExprList(tt.parenR, false)
2146 pp$3.parseExprList = function(close, allowTrailingComma, allowEmpty, refDestructuringErrors) {
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js1894 …var exprList = this$1.parseExprList(tt.parenR, this$1.options.ecmaVersion >= 8, false, refDestruct…
1984 node.elements = this.parseExprList(tt.bracketR, true, true, refDestructuringErrors)
2121 …if (this.eat(tt.parenL)) node.arguments = this.parseExprList(tt.parenR, this.options.ecmaVersion >…
2394 pp$3.parseExprList = function(close, allowTrailingComma, allowEmpty, refDestructuringErrors) { function
Dacorn.js1900 …var exprList = this$1.parseExprList(tt.parenR, this$1.options.ecmaVersion >= 8, false, refDestruct…
1990 node.elements = this.parseExprList(tt.bracketR, true, true, refDestructuringErrors)
2127 …if (this.eat(tt.parenL)) node.arguments = this.parseExprList(tt.parenR, this.options.ecmaVersion >…
2400 pp$3.parseExprList = function(close, allowTrailingComma, allowEmpty, refDestructuringErrors) {
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js3714 node.elements = this.parseExprList(types.bracketR, true, refShorthandDefaultPos);
3916 node.arguments = this.parseExprList(types.parenR);
4288 pp$3.parseExprList = function (close, allowEmpty, refShorthandDefaultPos) { function