Searched refs:bracketL (Results 1 – 15 of 15) sorted by relevance
| /plugin/asciidocjs/node_modules/acorn/src/ |
| D | lval.js | 106 …else node.argument = this.type === tt.name || this.type === tt.bracketL ? this.parseBindingAtom() … 119 case tt.bracketL:
|
| D | tokentype.js | 62 bracketL: new TokenType("[", {beforeExpr: true, startsExpr: true}), property
|
| D | expression.js | 243 if ((computed = this.eat(tt.bracketL)) || this.eat(tt.dot)) { 341 case tt.bracketL: 604 if (this.eat(tt.bracketL)) {
|
| D | tokenize.js | 305 case 91: ++this.pos; return this.finishToken(tt.bracketL)
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/ |
| D | lval.js | 103 …else node.argument = this.type === tt.name || this.type === tt.bracketL ? this.parseBindingAtom() … 116 case tt.bracketL:
|
| D | tokentype.js | 62 bracketL: new TokenType("[", {beforeExpr: true, startsExpr: true}), property
|
| D | expression.js | 234 } else if (this.eat(tt.bracketL)) { 301 case tt.bracketL: 540 if (this.eat(tt.bracketL)) {
|
| D | tokenize.js | 318 case 91: ++this.pos; return this.finishToken(tt.bracketL)
|
| /plugin/asciidocjs/node_modules/acorn/src/loose/ |
| D | expression.js | 179 } else if (this.tok.type == tt.bracketL) { 274 case tt.bracketL: 423 if (this.eat(tt.bracketL)) {
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/ |
| D | expression.js | 174 } else if (this.tok.type == tt.bracketL) { 253 case tt.bracketL: 394 if (this.eat(tt.bracketL)) {
|
| /plugin/asciidocjs/node_modules/babylon/lib/ |
| D | index.js | 274 bracketL: new TokenType("[", { beforeExpr: beforeExpr, startsExpr: startsExpr }), property 1059 ++this.state.pos;return this.finishToken(types.bracketL); 3080 case types.bracketL: 3520 } else if (this.eat(types.bracketL)) { 3618 if (!this.match(types.parenL) && !this.match(types.bracketL) && !this.match(types.dot)) { 3711 case types.bracketL: 4072 this.match(types.bracketL) || // get ["string"]() {} 4148 if (this.eat(types.bracketL)) { 5360 this.expect(types.bracketL); 5460 if (this.match(types.bracketL)) { [all …]
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
| D | acorn.es.js | 147 bracketL: new TokenType("[", {beforeExpr: true, startsExpr: true}), property 1388 …else node.argument = this.type === tt.name || this.type === tt.bracketL ? this.parseBindingAtom() … 1401 case tt.bracketL: 1725 } else if (this$1.eat(tt.bracketL)) { 1792 case tt.bracketL: 2037 if (this.eat(tt.bracketL)) { 2692 case 91: ++this.pos; return this.finishToken(tt.bracketL)
|
| D | acorn.js | 153 bracketL: new TokenType("[", {beforeExpr: true, startsExpr: true}), property 1394 …else node.argument = this.type === tt.name || this.type === tt.bracketL ? this.parseBindingAtom() … 1407 case tt.bracketL: 1731 } else if (this$1.eat(tt.bracketL)) { 1798 case tt.bracketL: 2043 if (this.eat(tt.bracketL)) { 2698 case 91: ++this.pos; return this.finishToken(tt.bracketL)
|
| /plugin/asciidocjs/node_modules/acorn/dist/ |
| D | acorn.es.js | 146 bracketL: new TokenType("[", {beforeExpr: true, startsExpr: true}), property 1519 …else node.argument = this.type === tt.name || this.type === tt.bracketL ? this.parseBindingAtom() … 1532 case tt.bracketL: 1883 if ((computed = this$1.eat(tt.bracketL)) || this$1.eat(tt.dot)) { 1981 case tt.bracketL: 2250 if (this.eat(tt.bracketL)) { 2948 case 91: ++this.pos; return this.finishToken(tt.bracketL)
|
| D | acorn.js | 152 bracketL: new TokenType("[", {beforeExpr: true, startsExpr: true}), property 1525 …else node.argument = this.type === tt.name || this.type === tt.bracketL ? this.parseBindingAtom() … 1538 case tt.bracketL: 1889 if ((computed = this$1.eat(tt.bracketL)) || this$1.eat(tt.dot)) { 1987 case tt.bracketL: 2256 if (this.eat(tt.bracketL)) { 2954 case 91: ++this.pos; return this.finishToken(tt.bracketL)
|