Lines Matching refs:parenL

280   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 || …
3527 } else if (!noCalls && this.match(types.parenL)) {
3569 if (this.match(types.parenL) && !innerParenStart) {
3618 if (!this.match(types.parenL) && !this.match(types.bracketL) && !this.match(types.dot)) {
3621 …if (this.match(types.parenL) && this.state.inMethod !== "constructor" && !this.options.allowSuperO…
3631 if (!this.match(types.parenL)) {
3632 this.unexpected(null, types.parenL);
3708 case types.parenL:
3788 this.expect(types.parenL);
3799 this.expect(types.parenL);
3915 if (this.eat(types.parenL)) {
4036 …if (this.match(types.colon) || this.match(types.parenL) || this.match(types.braceR) || this.match(…
4093 if (isAsync || isGenerator || this.match(types.parenL)) {
4177 this.expect(types.parenL);
5004 if (this.eat(types.parenL)) {
5052 this.expect(types.parenL);
5385 this.expect(types.parenL);
5462 } else if (this.match(types.parenL) || this.isRelational("<")) {
5481 if (this.isRelational("<") || this.match(types.parenL)) {
5671 this.expect(types.parenL);
5685 case types.parenL:
6250 if (!this.match(types.parenL)) this.unexpected();