Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/acorn/src/loose/
Dexpression.js87 return this.parseExprOp(this.parseMaybeUnary(false), start, -1, noIn, indent, line)
103 … node.right = this.parseExprOp(this.parseMaybeUnary(false), rightStart, prec, noIn, indent, line)
112 lp.parseMaybeUnary = function(sawUnary) { function in lp
123 node.argument = this.parseMaybeUnary(true)
129 node.argument = this.parseMaybeUnary(sawUnary)
147 node.right = this.parseMaybeUnary(false)
560 node.argument = this.parseMaybeUnary()
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dexpression.js87 return this.parseExprOp(this.parseMaybeUnary(false), start, -1, noIn, indent, line)
103 … node.right = this.parseExprOp(this.parseMaybeUnary(false), rightStart, prec, noIn, indent, line)
112 lp.parseMaybeUnary = function(sawUnary) { function in lp
120 node.argument = this.parseMaybeUnary(true)
126 node.argument = this.parseMaybeUnary(sawUnary)
144 node.right = this.parseMaybeUnary(false)
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dexpression.js144 let expr = this.parseMaybeUnary(refDestructuringErrors, false)
163 … let right = this.parseExprOp(this.parseMaybeUnary(null, false), startPos, startLoc, prec, noIn)
181 pp.parseMaybeUnary = function(refDestructuringErrors, sawUnary) { function in pp
188 node.argument = this.parseMaybeUnary(null, true)
211 … return this.buildBinary(startPos, startLoc, expr, this.parseMaybeUnary(null, false), "**", false)
/plugin/asciidocjs/node_modules/acorn/src/
Dexpression.js149 let expr = this.parseMaybeUnary(refDestructuringErrors, false)
168 … let right = this.parseExprOp(this.parseMaybeUnary(null, false), startPos, startLoc, prec, noIn)
186 pp.parseMaybeUnary = function(refDestructuringErrors, sawUnary) { function in pp
196 node.argument = this.parseMaybeUnary(null, true)
219 … return this.buildBinary(startPos, startLoc, expr, this.parseMaybeUnary(null, false), "**", false)
817 node.argument = this.parseMaybeUnary(null, true)
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js1785 var expr = this.parseMaybeUnary(refDestructuringErrors, false)
1804 … var right = this.parseExprOp(this.parseMaybeUnary(null, false), startPos, startLoc, prec, noIn)
1822 pp$3.parseMaybeUnary = function(refDestructuringErrors, sawUnary) { function
1834 node.argument = this.parseMaybeUnary(null, true)
1857 … return this.buildBinary(startPos, startLoc, expr, this.parseMaybeUnary(null, false), "**", false)
2467 node.argument = this.parseMaybeUnary(null, true)
Dacorn.js1791 var expr = this.parseMaybeUnary(refDestructuringErrors, false)
1810 … var right = this.parseExprOp(this.parseMaybeUnary(null, false), startPos, startLoc, prec, noIn)
1828 pp$3.parseMaybeUnary = function(refDestructuringErrors, sawUnary) {
1840 node.argument = this.parseMaybeUnary(null, true)
1863 … return this.buildBinary(startPos, startLoc, expr, this.parseMaybeUnary(null, false), "**", false)
2473 node.argument = this.parseMaybeUnary(null, true)
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js1631 var expr = this.parseMaybeUnary(refDestructuringErrors, false)
1650 … var right = this.parseExprOp(this.parseMaybeUnary(null, false), startPos, startLoc, prec, noIn)
1668 pp$3.parseMaybeUnary = function(refDestructuringErrors, sawUnary) { function
1677 node.argument = this.parseMaybeUnary(null, true)
1700 … return this.buildBinary(startPos, startLoc, expr, this.parseMaybeUnary(null, false), "**", false)
Dacorn.js1637 var expr = this.parseMaybeUnary(refDestructuringErrors, false)
1656 … var right = this.parseExprOp(this.parseMaybeUnary(null, false), startPos, startLoc, prec, noIn)
1674 pp$3.parseMaybeUnary = function(refDestructuringErrors, sawUnary) {
1683 node.argument = this.parseMaybeUnary(null, true)
1706 … return this.buildBinary(startPos, startLoc, expr, this.parseMaybeUnary(null, false), "**", false)
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js3404 var expr = this.parseMaybeUnary(refShorthandDefaultPos);
3435 …node.right = this.parseExprOp(this.parseMaybeUnary(), startPos, startLoc, op.rightAssociative ? pr…
3446 pp$3.parseMaybeUnary = function (refShorthandDefaultPos) { function
3455 node.argument = this.parseMaybeUnary();
4365 node.argument = this.parseMaybeUnary();