Home
last modified time | relevance | path

Searched refs:parenL (Results 1 – 19 of 19) sorted by relevance

/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dexpression.js102 if (this.type == tt.parenL || this.type == tt.name)
241 } else if (!noCalls && this.eat(tt.parenL)) {
298 case tt.parenL:
338 this.expect(tt.parenL)
359 if (this.type === tt.parenL && !innerParenStart) {
428 if (this.eat(tt.parenL)) node.arguments = this.parseExprList(tt.parenR, false)
497 } else if (this.options.ecmaVersion >= 6 && this.type === tt.parenL) {
568 this.expect(tt.parenL)
Dstatement.js170 this.expect(tt.parenL)
280 this.expect(tt.parenL)
443 this.expect(tt.parenL)
464 method.static = isMaybeStatic && this.type !== tt.parenL
474 …if (!isGenerator && key.type === "Identifier" && this.type !== tt.parenL && (key.name === "get" ||…
531 let parens = this.type == tt.parenL
Dtokencontext.js87 tt.parenL.updateContext = function(prevType) {
Dtokentype.js66 parenL: new TokenType("(", {beforeExpr: true, startsExpr: true}), property
Dtokenize.js314 case 40: ++this.pos; return this.finishToken(tt.parenL)
/plugin/asciidocjs/node_modules/acorn/src/
Dexpression.js106 if (this.type == tt.parenL || this.type == tt.name)
250 } else if (!noCalls && this.eat(tt.parenL)) {
331 case tt.parenL:
378 this.expect(tt.parenL)
405 if (this.type === tt.parenL && !innerParenStart) {
479 …if (this.eat(tt.parenL)) node.arguments = this.parseExprList(tt.parenR, this.options.ecmaVersion >…
538 prop.key.type === "Identifier" && prop.key.name === "async" && this.type !== tt.parenL &&
559 } else if (this.options.ecmaVersion >= 6 && this.type === tt.parenL) {
646 this.expect(tt.parenL)
Dstatement.js186 this.expect(tt.parenL)
301 this.expect(tt.parenL)
481 this.expect(tt.parenL)
505 method.static = isMaybeStatic && this.type !== tt.parenL
512 … method.key.type === "Identifier" && method.key.name === "async" && this.type !== tt.parenL &&
521 …if (!isGenerator && !isAsync && key.type === "Identifier" && this.type !== tt.parenL && (key.name …
Dtokencontext.js87 tt.parenL.updateContext = function(prevType) {
Dtokentype.js66 parenL: new TokenType("(", {beforeExpr: true, startsExpr: true}), property
Dtokenize.js301 case 40: ++this.pos; return this.finishToken(tt.parenL)
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dexpression.js37 this.expect(tt.parenL)
189 } else if (!noCalls && this.tok.type == tt.parenL) {
255 case tt.parenL:
311 if (this.tok.type == tt.parenL) {
370 … prop.key.type === "Identifier" && prop.key.name === "async" && this.tok.type !== tt.parenL &&
381 …} else if (this.options.ecmaVersion >= 6 && (this.tok.type === tt.parenL || this.tok.type === tt.b…
Dstatement.js53 this.expect(tt.parenL)
131 this.expect(tt.parenL)
275 (this.tok.type != tt.parenL && this.tok.type != tt.braceL)) {
283 … method.key.type === "Identifier" && method.key.name === "async" && this.tok.type !== tt.parenL &&
292 this.tok.type !== tt.parenL && this.tok.type !== tt.braceL) {
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dexpression.js37 this.expect(tt.parenL)
184 } else if (!noCalls && this.tok.type == tt.parenL) {
238 case tt.parenL:
290 if (this.tok.type == tt.parenL) {
352 …} else if (this.options.ecmaVersion >= 6 && (this.tok.type === tt.parenL || this.tok.type === tt.b…
Dstatement.js53 this.expect(tt.parenL)
131 this.expect(tt.parenL)
269 (this.tok.type != tt.parenL && this.tok.type != tt.braceL)) {
278 this.tok.type !== tt.parenL && this.tok.type !== tt.braceL) {
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js151 parenL: new TokenType("(", {beforeExpr: true, startsExpr: true}), property
784 this.expect(tt.parenL)
896 this.expect(tt.parenL)
1065 this.expect(tt.parenL)
1088 method.static = isMaybeStatic && this$1.type !== tt.parenL
1098 …if (!isGenerator && key.type === "Identifier" && this$1.type !== tt.parenL && (key.name === "get" …
1157 var parens = this.type == tt.parenL
1589 if (this.type == tt.parenL || this.type == tt.name)
1732 } else if (!noCalls && this$1.eat(tt.parenL)) {
1789 case tt.parenL:
[all …]
Dacorn.js157 parenL: new TokenType("(", {beforeExpr: true, startsExpr: true}), property
790 this.expect(tt.parenL)
902 this.expect(tt.parenL)
1071 this.expect(tt.parenL)
1094 method.static = isMaybeStatic && this$1.type !== tt.parenL
1104 …if (!isGenerator && key.type === "Identifier" && this$1.type !== tt.parenL && (key.name === "get" …
1163 var parens = this.type == tt.parenL
1595 if (this.type == tt.parenL || this.type == tt.name)
1738 } else if (!noCalls && this$1.eat(tt.parenL)) {
1795 case tt.parenL:
[all …]
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js150 parenL: new TokenType("(", {beforeExpr: true, startsExpr: true}), property
834 this.expect(tt.parenL)
951 this.expect(tt.parenL)
1137 this.expect(tt.parenL)
1163 method.static = isMaybeStatic && this$1.type !== tt.parenL
1170 … method.key.type === "Identifier" && method.key.name === "async" && this$1.type !== tt.parenL &&
1179 …if (!isGenerator && !isAsync && key.type === "Identifier" && this$1.type !== tt.parenL && (key.nam…
1742 if (this.type == tt.parenL || this.type == tt.name)
1890 } else if (!noCalls && this$1.eat(tt.parenL)) {
1971 case tt.parenL:
[all …]
Dacorn.js156 parenL: new TokenType("(", {beforeExpr: true, startsExpr: true}), property
840 this.expect(tt.parenL)
957 this.expect(tt.parenL)
1143 this.expect(tt.parenL)
1169 method.static = isMaybeStatic && this$1.type !== tt.parenL
1176 … method.key.type === "Identifier" && method.key.name === "async" && this$1.type !== tt.parenL &&
1185 …if (!isGenerator && !isAsync && key.type === "Identifier" && this$1.type !== tt.parenL && (key.nam…
1748 if (this.type == tt.parenL || this.type == tt.name)
1896 } else if (!noCalls && this$1.eat(tt.parenL)) {
1977 case tt.parenL:
[all …]
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js280 parenL: new TokenType("(", { beforeExpr: beforeExpr, startsExpr: startsExpr }), property
449 types.parenL.updateContext = function (prevType) {
1051 ++this.state.pos;return this.finishToken(types.parenL);
1873 if (this.hasPlugin("dynamicImport") && this.lookahead().type === types.parenL) break;
2008 this.expect(types.parenL);
2148 this.expect(types.parenL);
2394 this.expect(types.parenL);
2415 return this.match(types.parenL);
3340 if (this.match(types.parenL) || this.match(types.name)) {
3457 …this.addExtra(node, "parenthesizedArgument", argType === types.parenL && (!node.argument.extra || …
[all …]