Home
last modified time | relevance | path

Searched refs:braceL (Results 1 – 21 of 21) sorted by relevance

/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dtokencontext.js44 if (prevType == tt.braceL)
77 tt.braceL.updateContext = function(prevType) {
99 !((prevType === tt.colon || prevType === tt.braceL) && this.curContext() === types.b_stat))
Dstatement.js91 case tt.braceL: return this.parseBlock()
227 this.expect(tt.braceL)
353 this.expect(tt.braceL)
457 this.expect(tt.braceL)
581 this.expect(tt.braceL)
634 this.expect(tt.braceL)
Dtokentype.js64 braceL: new TokenType("{", {beforeExpr: true, startsExpr: true}), property
Dlval.js122 case tt.braceL:
Dexpression.js307 case tt.braceL:
592 let isExpression = isArrowFunction && this.type !== tt.braceL
Dtokenize.js320 case 123: ++this.pos; return this.finishToken(tt.braceL)
/plugin/asciidocjs/node_modules/acorn/src/
Dtokencontext.js44 if (prevType == tt.braceL)
77 tt.braceL.updateContext = function(prevType) {
99 !((prevType === tt.colon || prevType === tt.braceL) && this.curContext() === types.b_stat))
Dstatement.js102 case tt.braceL: return this.parseBlock()
248 this.expect(tt.braceL)
378 this.expect(tt.braceL)
497 this.expect(tt.braceL)
670 this.expect(tt.braceL)
724 this.expect(tt.braceL)
Dtokentype.js64 braceL: new TokenType("{", {beforeExpr: true, startsExpr: true}), property
Dlval.js125 case tt.braceL:
Dexpression.js347 case tt.braceL:
689 let isExpression = isArrowFunction && this.type !== tt.braceL
Dtokenize.js307 case 123: ++this.pos; return this.finishToken(tt.braceL)
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dstatement.js91 this.expect(tt.braceL)
157 case tt.braceL:
194 this.expect(tt.braceL)
257 this.eat(tt.braceL)
269 (this.tok.type != tt.parenL && this.tok.type != tt.braceL)) {
278 this.tok.type !== tt.parenL && this.tok.type !== tt.braceL) {
383 this.eat(tt.braceL)
410 this.eat(tt.braceL)
Dexpression.js258 case tt.braceL:
337 this.eat(tt.braceL)
352 …f (this.options.ecmaVersion >= 6 && (this.tok.type === tt.parenL || this.tok.type === tt.braceL)) {
475 node.expression = this.options.ecmaVersion >= 6 && this.tok.type !== tt.braceL
483 node.expression = this.tok.type !== tt.braceL
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dstatement.js91 this.expect(tt.braceL)
157 case tt.braceL:
199 this.expect(tt.braceL)
263 this.eat(tt.braceL)
275 (this.tok.type != tt.parenL && this.tok.type != tt.braceL)) {
292 this.tok.type !== tt.parenL && this.tok.type !== tt.braceL) {
408 this.eat(tt.braceL)
435 this.eat(tt.braceL)
Dexpression.js279 case tt.braceL:
358 this.eat(tt.braceL)
381 …f (this.options.ecmaVersion >= 6 && (this.tok.type === tt.parenL || this.tok.type === tt.braceL)) {
510 node.expression = this.options.ecmaVersion >= 6 && this.tok.type !== tt.braceL
523 node.expression = this.tok.type !== tt.braceL
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js149 braceL: new TokenType("{", {beforeExpr: true, startsExpr: true}), property
703 case tt.braceL: return this.parseBlock()
843 this.expect(tt.braceL)
973 this.expect(tt.braceL)
1081 this.expect(tt.braceL)
1209 this.expect(tt.braceL)
1264 this.expect(tt.braceL)
1407 case tt.braceL:
1798 case tt.braceL:
2089 var isExpression = isArrowFunction && this.type !== tt.braceL
[all …]
Dacorn.js155 braceL: new TokenType("{", {beforeExpr: true, startsExpr: true}), property
709 case tt.braceL: return this.parseBlock()
849 this.expect(tt.braceL)
979 this.expect(tt.braceL)
1087 this.expect(tt.braceL)
1215 this.expect(tt.braceL)
1270 this.expect(tt.braceL)
1413 case tt.braceL:
1804 case tt.braceL:
2095 var isExpression = isArrowFunction && this.type !== tt.braceL
[all …]
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js148 braceL: new TokenType("{", {beforeExpr: true, startsExpr: true}), property
748 case tt.braceL: return this.parseBlock()
898 this.expect(tt.braceL)
1032 this.expect(tt.braceL)
1155 this.expect(tt.braceL)
1336 this.expect(tt.braceL)
1392 this.expect(tt.braceL)
1538 case tt.braceL:
1987 case tt.braceL:
2335 var isExpression = isArrowFunction && this.type !== tt.braceL
[all …]
Dacorn.js154 braceL: new TokenType("{", {beforeExpr: true, startsExpr: true}), property
754 case tt.braceL: return this.parseBlock()
904 this.expect(tt.braceL)
1038 this.expect(tt.braceL)
1161 this.expect(tt.braceL)
1342 this.expect(tt.braceL)
1398 this.expect(tt.braceL)
1544 case tt.braceL:
1993 case tt.braceL:
2341 var isExpression = isArrowFunction && this.type !== tt.braceL
[all …]
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js276 braceL: new TokenType("{", { beforeExpr: beforeExpr, startsExpr: startsExpr }), property
439 types.braceL.updateContext = function (prevType) {
1068 return this.finishToken(types.braceL);
1534 if (prevType === types.braceL) {
1867 case types.braceL:
2089 this.expect(types.braceL);
2246 this.expect(types.braceL);
2436 this.expect(types.braceL);
2830 this.expect(types.braceL);
2898 this.expect(types.braceL);
[all …]