Searched refs:canBeArrow (Results 1 – 7 of 7) sorted by relevance
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/ |
| D | expression.js | 263 let node, canBeArrow = this.potentialArrowAt == this.start 278 if (canBeArrow && !this.canInsertSemicolon() && this.eat(tt.arrow)) 299 return this.parseParenAndDistinguishExpression(canBeArrow) 344 pp.parseParenAndDistinguishExpression = function(canBeArrow) { argument 368 if (canBeArrow && !this.canInsertSemicolon() && this.eat(tt.arrow)) {
|
| /plugin/asciidocjs/node_modules/acorn/src/ |
| D | expression.js | 286 let node, canBeArrow = this.potentialArrowAt == this.start 303 if (canBeArrow && !this.canInsertSemicolon()) { 332 let start = this.start, expr = this.parseParenAndDistinguishExpression(canBeArrow) 384 pp.parseParenAndDistinguishExpression = function(canBeArrow) { argument 414 if (canBeArrow && !this.canInsertSemicolon() && this.eat(tt.arrow)) {
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
| D | acorn.es.js | 1754 var node, canBeArrow = this.potentialArrowAt == this.start 1769 if (canBeArrow && !this.canInsertSemicolon() && this.eat(tt.arrow)) 1790 return this.parseParenAndDistinguishExpression(canBeArrow) 1835 pp$3.parseParenAndDistinguishExpression = function(canBeArrow) { argument 1861 if (canBeArrow && !this.canInsertSemicolon() && this.eat(tt.arrow)) {
|
| D | acorn.js | 1760 var node, canBeArrow = this.potentialArrowAt == this.start 1775 if (canBeArrow && !this.canInsertSemicolon() && this.eat(tt.arrow)) 1796 return this.parseParenAndDistinguishExpression(canBeArrow) 1841 pp$3.parseParenAndDistinguishExpression = function(canBeArrow) { argument 1867 if (canBeArrow && !this.canInsertSemicolon() && this.eat(tt.arrow)) {
|
| /plugin/asciidocjs/node_modules/acorn/dist/ |
| D | acorn.es.js | 1926 var node, canBeArrow = this.potentialArrowAt == this.start 1943 if (canBeArrow && !this.canInsertSemicolon()) { 1972 var start = this.start, expr = this.parseParenAndDistinguishExpression(canBeArrow) 2024 pp$3.parseParenAndDistinguishExpression = function(canBeArrow) { argument 2056 if (canBeArrow && !this.canInsertSemicolon() && this.eat(tt.arrow)) {
|
| D | acorn.js | 1932 var node, canBeArrow = this.potentialArrowAt == this.start 1949 if (canBeArrow && !this.canInsertSemicolon()) { 1978 var start = this.start, expr = this.parseParenAndDistinguishExpression(canBeArrow) 2030 pp$3.parseParenAndDistinguishExpression = function(canBeArrow) { argument 2062 if (canBeArrow && !this.canInsertSemicolon() && this.eat(tt.arrow)) {
|
| /plugin/asciidocjs/node_modules/babylon/lib/ |
| D | index.js | 3607 var canBeArrow = this.state.potentialArrowAt === this.state.start; 3657 } else if (canBeArrow && id.name === "async" && this.match(types.name)) { 3664 if (canBeArrow && !this.canInsertSemicolon() && this.eat(types.arrow)) { 3709 return this.parseParenAndDistinguishExpression(null, null, canBeArrow); 3794 pp$3.parseParenAndDistinguishExpression = function (startPos, startLoc, canBeArrow) { argument 3837 if (canBeArrow && this.shouldParseArrow() && (arrowNode = this.parseArrow(arrowNode))) {
|