| /plugin/asciidocjs/node_modules/acorn/src/loose/ |
| D | expression.js | 23 lp.parseExpression = function(noIn) { argument 25 let expr = this.parseMaybeAssign(noIn) 29 while (this.eat(tt.comma)) node.expressions.push(this.parseMaybeAssign(noIn)) 44 lp.parseMaybeAssign = function(noIn) { argument 59 let left = this.parseMaybeConditional(noIn) 65 node.right = this.parseMaybeAssign(noIn) 71 lp.parseMaybeConditional = function(noIn) { argument 73 let expr = this.parseExprOps(noIn) 78 node.alternate = this.expect(tt.colon) ? this.parseMaybeAssign(noIn) : this.dummyIdent() 84 lp.parseExprOps = function(noIn) { argument [all …]
|
| D | statement.js | 231 lp.parseVar = function(noIn, kind) { argument 239 decl.init = this.eat(tt.eq) ? this.parseMaybeAssign(noIn) : null 247 if (!noIn) this.semicolon()
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/ |
| D | expression.js | 23 lp.parseExpression = function(noIn) { argument 25 let expr = this.parseMaybeAssign(noIn) 29 while (this.eat(tt.comma)) node.expressions.push(this.parseMaybeAssign(noIn)) 44 lp.parseMaybeAssign = function(noIn) { argument 59 let left = this.parseMaybeConditional(noIn) 65 node.right = this.parseMaybeAssign(noIn) 71 lp.parseMaybeConditional = function(noIn) { argument 73 let expr = this.parseExprOps(noIn) 78 node.alternate = this.expect(tt.colon) ? this.parseMaybeAssign(noIn) : this.dummyIdent() 84 lp.parseExprOps = function(noIn) { argument [all …]
|
| D | statement.js | 226 lp.parseVar = function(noIn, kind) { argument 234 decl.init = this.eat(tt.eq) ? this.parseMaybeAssign(noIn) : null 242 if (!noIn) this.semicolon()
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/ |
| D | expression.js | 78 pp.parseExpression = function(noIn, refDestructuringErrors) { argument 80 let expr = this.parseMaybeAssign(noIn, refDestructuringErrors) 84 …while (this.eat(tt.comma)) node.expressions.push(this.parseMaybeAssign(noIn, refDestructuringError… 93 pp.parseMaybeAssign = function(noIn, refDestructuringErrors, afterLeftParse) { argument 104 let left = this.parseMaybeConditional(noIn, refDestructuringErrors) 115 node.right = this.parseMaybeAssign(noIn) 125 pp.parseMaybeConditional = function(noIn, refDestructuringErrors) { argument 127 let expr = this.parseExprOps(noIn, refDestructuringErrors) 134 node.alternate = this.parseMaybeAssign(noIn) 142 pp.parseExprOps = function(noIn, refDestructuringErrors) { argument [all …]
|
| /plugin/asciidocjs/node_modules/acorn/src/ |
| D | expression.js | 78 pp.parseExpression = function(noIn, refDestructuringErrors) { argument 80 let expr = this.parseMaybeAssign(noIn, refDestructuringErrors) 84 …while (this.eat(tt.comma)) node.expressions.push(this.parseMaybeAssign(noIn, refDestructuringError… 93 pp.parseMaybeAssign = function(noIn, refDestructuringErrors, afterLeftParse) { argument 108 let left = this.parseMaybeConditional(noIn, refDestructuringErrors) 119 node.right = this.parseMaybeAssign(noIn) 130 pp.parseMaybeConditional = function(noIn, refDestructuringErrors) { argument 132 let expr = this.parseExprOps(noIn, refDestructuringErrors) 139 node.alternate = this.parseMaybeAssign(noIn) 147 pp.parseExprOps = function(noIn, refDestructuringErrors) { argument [all …]
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
| D | acorn.es.js | 1563 pp$3.parseExpression = function(noIn, refDestructuringErrors) { argument 1567 var expr = this.parseMaybeAssign(noIn, refDestructuringErrors) 1571 …while (this.eat(tt.comma)) node.expressions.push(this$1.parseMaybeAssign(noIn, refDestructuringErr… 1580 pp$3.parseMaybeAssign = function(noIn, refDestructuringErrors, afterLeftParse) { argument 1591 var left = this.parseMaybeConditional(noIn, refDestructuringErrors) 1602 node.right = this.parseMaybeAssign(noIn) 1612 pp$3.parseMaybeConditional = function(noIn, refDestructuringErrors) { argument 1614 var expr = this.parseExprOps(noIn, refDestructuringErrors) 1621 node.alternate = this.parseMaybeAssign(noIn) 1629 pp$3.parseExprOps = function(noIn, refDestructuringErrors) { argument [all …]
|
| D | acorn.js | 1569 pp$3.parseExpression = function(noIn, refDestructuringErrors) { argument 1573 var expr = this.parseMaybeAssign(noIn, refDestructuringErrors) 1577 …while (this.eat(tt.comma)) node.expressions.push(this$1.parseMaybeAssign(noIn, refDestructuringErr… 1586 pp$3.parseMaybeAssign = function(noIn, refDestructuringErrors, afterLeftParse) { argument 1597 var left = this.parseMaybeConditional(noIn, refDestructuringErrors) 1608 node.right = this.parseMaybeAssign(noIn) 1618 pp$3.parseMaybeConditional = function(noIn, refDestructuringErrors) { argument 1620 var expr = this.parseExprOps(noIn, refDestructuringErrors) 1627 node.alternate = this.parseMaybeAssign(noIn) 1635 pp$3.parseExprOps = function(noIn, refDestructuringErrors) { argument [all …]
|
| /plugin/asciidocjs/node_modules/acorn/dist/ |
| D | acorn.es.js | 1712 pp$3.parseExpression = function(noIn, refDestructuringErrors) { argument 1716 var expr = this.parseMaybeAssign(noIn, refDestructuringErrors) 1720 …while (this.eat(tt.comma)) node.expressions.push(this$1.parseMaybeAssign(noIn, refDestructuringErr… 1729 pp$3.parseMaybeAssign = function(noIn, refDestructuringErrors, afterLeftParse) { argument 1744 var left = this.parseMaybeConditional(noIn, refDestructuringErrors) 1755 node.right = this.parseMaybeAssign(noIn) 1766 pp$3.parseMaybeConditional = function(noIn, refDestructuringErrors) { argument 1768 var expr = this.parseExprOps(noIn, refDestructuringErrors) 1775 node.alternate = this.parseMaybeAssign(noIn) 1783 pp$3.parseExprOps = function(noIn, refDestructuringErrors) { argument [all …]
|
| D | acorn.js | 1718 pp$3.parseExpression = function(noIn, refDestructuringErrors) { argument 1722 var expr = this.parseMaybeAssign(noIn, refDestructuringErrors) 1726 …while (this.eat(tt.comma)) node.expressions.push(this$1.parseMaybeAssign(noIn, refDestructuringErr… 1735 pp$3.parseMaybeAssign = function(noIn, refDestructuringErrors, afterLeftParse) { argument 1750 var left = this.parseMaybeConditional(noIn, refDestructuringErrors) 1761 node.right = this.parseMaybeAssign(noIn) 1772 pp$3.parseMaybeConditional = function(noIn, refDestructuringErrors) { argument 1774 var expr = this.parseExprOps(noIn, refDestructuringErrors) 1781 node.alternate = this.parseMaybeAssign(noIn) 1789 pp$3.parseExprOps = function(noIn, refDestructuringErrors) { argument [all …]
|
| /plugin/asciidocjs/node_modules/babylon/lib/ |
| D | index.js | 3303 pp$3.parseExpression = function (noIn, refShorthandDefaultPos) { argument 3306 var expr = this.parseMaybeAssign(noIn, refShorthandDefaultPos); 3311 node.expressions.push(this.parseMaybeAssign(noIn, refShorthandDefaultPos)); 3322 pp$3.parseMaybeAssign = function (noIn, refShorthandDefaultPos, afterLeftParse, refNeedsArrowPos) { argument 3344 var left = this.parseMaybeConditional(noIn, refShorthandDefaultPos, refNeedsArrowPos); 3367 node.right = this.parseMaybeAssign(noIn); 3378 pp$3.parseMaybeConditional = function (noIn, refShorthandDefaultPos, refNeedsArrowPos) { argument 3381 var expr = this.parseExprOps(noIn, refShorthandDefaultPos); 3384 return this.parseConditional(expr, noIn, startPos, startLoc, refNeedsArrowPos); 3387 pp$3.parseConditional = function (expr, noIn, startPos, startLoc) { argument [all …]
|