Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/acorn/src/loose/
Dexpression.js192 return this.parseArrowExpression(this.startNodeAt(start), exprList, true)
230 … return this.eat(tt.arrow) ? this.parseArrowExpression(this.startNodeAt(start), [id], isAsync) : id
265 return this.parseArrowExpression(this.startNodeAt(parenStart), params)
516 lp.parseArrowExpression = function(node, params, isAsync) { function in lp
/plugin/asciidocjs/node_modules/acorn/src/
Dexpression.js260 return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), exprList, true)
305 return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), [id], false)
310 return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), [id], true)
454 return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), exprList)
661 pp.parseArrowExpression = function(node, params, isAsync) { function in pp
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dexpression.js213 return this.eat(tt.arrow) ? this.parseArrowExpression(this.startNodeAt(start), [id]) : id
244 …return this.parseArrowExpression(this.startNodeAt(parenStart), inner.expressions || (isDummy(inner…
480 lp.parseArrowExpression = function(node, params) { function in lp
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dexpression.js279 return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), [id])
403 return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), exprList)
579 pp.parseArrowExpression = function(node, params) { function in pp
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js1900 return this$1.parseArrowExpression(this$1.startNodeAt(startPos, startLoc), exprList, true)
1945 return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), [id], false)
1950 return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), [id], true)
2096 return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), exprList)
2307 pp$3.parseArrowExpression = function(node, params, isAsync) { function
Dacorn.js1906 return this$1.parseArrowExpression(this$1.startNodeAt(startPos, startLoc), exprList, true)
1951 return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), [id], false)
1956 return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), [id], true)
2102 return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), exprList)
2313 pp$3.parseArrowExpression = function(node, params, isAsync) {
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js1770 return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), [id])
1896 return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), exprList)
2076 pp$3.parseArrowExpression = function(node, params) { function
Dacorn.js1776 return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), [id])
1902 return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), exprList)
2082 pp$3.parseArrowExpression = function(node, params) {
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js3590 return this.parseArrowExpression(node, call.arguments, true);
3661 return this.parseArrowExpression(node, params, true);
3665 return this.parseArrowExpression(node, [id]);
3855 return this.parseArrowExpression(arrowNode, exprList);
4187 pp$3.parseArrowExpression = function (node, params, isAsync) { function