Lines Matching refs:parenR
281 parenR: new TokenType(")"), property
412 types.parenR.updateContext = types.braceR.updateContext = function () {
1053 ++this.state.pos;return this.finishToken(types.parenR);
1530 …== types._else || prevType === types.semi || prevType === types.eof || prevType === types.parenR) {
2151 this.expect(types.parenR);
2304 node.update = this.match(types.parenR) ? null : this.parseExpression();
2305 this.expect(types.parenR);
2325 this.expect(types.parenR);
2395 node.params = this.parseBindingList(types.parenR);
3533 _node4.arguments = this.parseCallExpressionArguments(types.parenR, possibleAsync);
3790 this.expect(types.parenR);
3810 while (!this.match(types.parenR)) {
3815 if (this.match(types.parenR)) {
3834 this.expect(types.parenR);
3916 node.arguments = this.parseExprList(types.parenR);
4178 node.params = this.parseBindingList(types.parenR);
5006 this.expect(types.parenR);
5056 this.expect(types.parenR);
5386 while (!this.match(types.parenR) && !this.match(types.ellipsis)) {
5388 if (!this.match(types.parenR)) {
5396 this.expect(types.parenR);
5602 while (!this.match(types.parenR) && !this.match(types.ellipsis)) {
5604 if (!this.match(types.parenR)) {
5675 this.expect(types.parenR);
5689 if (!this.match(types.parenR) && !this.match(types.ellipsis)) {
5704 …if (this.state.noAnonFunctionType || !(this.match(types.comma) || this.match(types.parenR) && this…
5705 this.expect(types.parenR);
5722 this.expect(types.parenR);