| /plugin/asciidocjs/node_modules/acorn/src/loose/ |
| D | expression.js | 25 let expr = this.parseMaybeAssign(noIn) 29 while (this.eat(tt.comma)) node.expressions.push(this.parseMaybeAssign(noIn)) 44 lp.parseMaybeAssign = function(noIn) { function in lp 53 node.argument = this.parseMaybeAssign() 65 node.right = this.parseMaybeAssign(noIn) 77 node.consequent = this.parseMaybeAssign() 78 node.alternate = this.expect(tt.colon) ? this.parseMaybeAssign(noIn) : this.dummyIdent() 377 …if (isDummy(prop.key)) { if (isDummy(this.parseMaybeAssign())) this.next(); this.eat(tt.comma); co… 380 prop.value = this.parseMaybeAssign() 398 assign.right = this.parseMaybeAssign() [all …]
|
| D | statement.js | 239 decl.init = this.eat(tt.eq) ? this.parseMaybeAssign(noIn) : null 273 …if (isDummy(method.key)) { if (isDummy(this.parseMaybeAssign())) this.next(); this.eat(tt.comma); … 357 node.declaration = this.parseMaybeAssign()
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/ |
| D | expression.js | 25 let expr = this.parseMaybeAssign(noIn) 29 while (this.eat(tt.comma)) node.expressions.push(this.parseMaybeAssign(noIn)) 44 lp.parseMaybeAssign = function(noIn) { function in lp 53 node.argument = this.parseMaybeAssign() 65 node.right = this.parseMaybeAssign(noIn) 77 node.consequent = this.parseMaybeAssign() 78 node.alternate = this.expect(tt.colon) ? this.parseMaybeAssign(noIn) : this.dummyIdent() 348 …if (isDummy(prop.key)) { if (isDummy(this.parseMaybeAssign())) this.next(); this.eat(tt.comma); co… 351 prop.value = this.parseMaybeAssign() 369 assign.right = this.parseMaybeAssign() [all …]
|
| D | statement.js | 234 decl.init = this.eat(tt.eq) ? this.parseMaybeAssign(noIn) : null 267 …if (isDummy(method.key)) { if (isDummy(this.parseMaybeAssign())) this.next(); this.eat(tt.comma); … 326 let expr = this.parseMaybeAssign()
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/ |
| D | expression.js | 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) { function in pp 115 node.right = this.parseMaybeAssign(noIn) 132 node.consequent = this.parseMaybeAssign() 134 node.alternate = this.parseMaybeAssign(noIn) 362 exprList.push(this.parseMaybeAssign(false, refDestructuringErrors, this.parseParenItem)) 495 …sPattern ? this.parseMaybeDefault(this.start, this.startLoc) : this.parseMaybeAssign(false, refDes… 542 prop.key = this.parseMaybeAssign() 595 node.body = this.parseMaybeAssign() [all …]
|
| D | lval.js | 93 node.argument = this.parseMaybeAssign(false, refDestructuringErrors) 166 node.right = this.parseMaybeAssign()
|
| D | statement.js | 406 decl.init = this.parseMaybeAssign(isFor) 532 let expr = this.parseMaybeAssign()
|
| /plugin/asciidocjs/node_modules/acorn/src/ |
| D | expression.js | 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) { function in pp 119 node.right = this.parseMaybeAssign(noIn) 137 node.consequent = this.parseMaybeAssign() 139 node.alternate = this.parseMaybeAssign(noIn) 408 exprList.push(this.parseMaybeAssign(false, refDestructuringErrors, this.parseParenItem)) 557 …sPattern ? this.parseMaybeDefault(this.start, this.startLoc) : this.parseMaybeAssign(false, refDes… 606 prop.key = this.parseMaybeAssign() 693 node.body = this.parseMaybeAssign() [all …]
|
| D | lval.js | 96 node.argument = this.parseMaybeAssign(false, refDestructuringErrors) 169 node.right = this.parseMaybeAssign()
|
| D | statement.js | 425 decl.init = this.parseMaybeAssign(isFor) 591 node.declaration = this.parseMaybeAssign()
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
| D | acorn.es.js | 1028 decl.init = this$1.parseMaybeAssign(isFor) 1158 var expr = this.parseMaybeAssign() 1378 node.argument = this.parseMaybeAssign(false, refDestructuringErrors) 1453 node.right = this.parseMaybeAssign() 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) { function 1602 node.right = this.parseMaybeAssign(noIn) 1619 node.consequent = this.parseMaybeAssign() 1621 node.alternate = this.parseMaybeAssign(noIn) [all …]
|
| D | acorn.js | 1034 decl.init = this$1.parseMaybeAssign(isFor) 1164 var expr = this.parseMaybeAssign() 1384 node.argument = this.parseMaybeAssign(false, refDestructuringErrors) 1459 node.right = this.parseMaybeAssign() 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) { 1608 node.right = this.parseMaybeAssign(noIn) 1625 node.consequent = this.parseMaybeAssign() 1627 node.alternate = this.parseMaybeAssign(noIn) [all …]
|
| /plugin/asciidocjs/node_modules/acorn/dist/ |
| D | acorn.es.js | 1081 decl.init = this$1.parseMaybeAssign(isFor) 1251 node.declaration = this.parseMaybeAssign() 1509 node.argument = this.parseMaybeAssign(false, refDestructuringErrors) 1584 node.right = this.parseMaybeAssign() 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) { function 1755 node.right = this.parseMaybeAssign(noIn) 1773 node.consequent = this.parseMaybeAssign() 1775 node.alternate = this.parseMaybeAssign(noIn) [all …]
|
| D | acorn.js | 1087 decl.init = this$1.parseMaybeAssign(isFor) 1257 node.declaration = this.parseMaybeAssign() 1515 node.argument = this.parseMaybeAssign(false, refDestructuringErrors) 1590 node.right = this.parseMaybeAssign() 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) { 1761 node.right = this.parseMaybeAssign(noIn) 1779 node.consequent = this.parseMaybeAssign() 1781 node.alternate = this.parseMaybeAssign(noIn) [all …]
|
| /plugin/asciidocjs/node_modules/babylon/lib/ |
| D | index.js | 1943 node.expression = this.parseMaybeAssign(); 2340 decl.init = this.parseMaybeAssign(isFor); 2573 node.value = this.parseMaybeAssign(); 2645 expr = this.parseMaybeAssign(); 3051 node.argument = this.parseMaybeAssign(false, refShorthandDefaultPos); 3141 node.right = this.parseMaybeAssign(); 3306 var expr = this.parseMaybeAssign(noIn, refShorthandDefaultPos); 3311 node.expressions.push(this.parseMaybeAssign(noIn, refShorthandDefaultPos)); 3322 pp$3.parseMaybeAssign = function (noIn, refShorthandDefaultPos, afterLeftParse, refNeedsArrowPos) { function 3367 node.right = this.parseMaybeAssign(noIn); [all …]
|
| /plugin/asciidocjs/node_modules/babylon/ |
| D | CHANGELOG.md | 766 - Fix call to `this.parseMaybeAssign` with correct arguments ([#133](https://github.com/babel/babyl…
|