Home
last modified time | relevance | path

Searched refs:bracketL (Results 1 – 15 of 15) sorted by relevance

/plugin/asciidocjs/node_modules/acorn/src/
Dlval.js106 …else node.argument = this.type === tt.name || this.type === tt.bracketL ? this.parseBindingAtom() …
119 case tt.bracketL:
Dtokentype.js62 bracketL: new TokenType("[", {beforeExpr: true, startsExpr: true}), property
Dexpression.js243 if ((computed = this.eat(tt.bracketL)) || this.eat(tt.dot)) {
341 case tt.bracketL:
604 if (this.eat(tt.bracketL)) {
Dtokenize.js305 case 91: ++this.pos; return this.finishToken(tt.bracketL)
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dlval.js103 …else node.argument = this.type === tt.name || this.type === tt.bracketL ? this.parseBindingAtom() …
116 case tt.bracketL:
Dtokentype.js62 bracketL: new TokenType("[", {beforeExpr: true, startsExpr: true}), property
Dexpression.js234 } else if (this.eat(tt.bracketL)) {
301 case tt.bracketL:
540 if (this.eat(tt.bracketL)) {
Dtokenize.js318 case 91: ++this.pos; return this.finishToken(tt.bracketL)
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dexpression.js179 } 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/
Dexpression.js174 } else if (this.tok.type == tt.bracketL) {
253 case tt.bracketL:
394 if (this.eat(tt.bracketL)) {
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js274 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/
Dacorn.es.js147 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)
Dacorn.js153 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/
Dacorn.es.js146 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)
Dacorn.js152 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)