Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dtokencontext.js42 …if (prevType === tt._else || prevType === tt.semi || prevType === tt.eof || prevType === tt.parenR)
61 tt.parenR.updateContext = tt.braceR.updateContext = function() {
Dexpression.js244 node.arguments = this.parseExprList(tt.parenR, false)
340 this.expect(tt.parenR)
352 while (this.type !== tt.parenR) {
366 this.expect(tt.parenR)
428 if (this.eat(tt.parenL)) node.arguments = this.parseExprList(tt.parenR, false)
569 node.params = this.parseBindingList(tt.parenR, false, false)
Dstatement.js283 this.expect(tt.parenR)
376 node.update = this.type === tt.parenR ? null : this.parseExpression()
377 this.expect(tt.parenR)
391 this.expect(tt.parenR)
444 node.params = this.parseBindingList(tt.parenR, false, false, true)
Dtokentype.js67 parenR: new TokenType(")"), property
Dtokenize.js315 case 41: ++this.pos; return this.finishToken(tt.parenR)
/plugin/asciidocjs/node_modules/acorn/src/
Dtokencontext.js42 …if (prevType === tt._else || prevType === tt.semi || prevType === tt.eof || prevType === tt.parenR)
61 tt.parenR.updateContext = tt.braceR.updateContext = function() {
Dexpression.js254 …let exprList = this.parseExprList(tt.parenR, this.options.ecmaVersion >= 8, false, refDestructurin…
380 this.expect(tt.parenR)
394 while (this.type !== tt.parenR) {
396 if (allowTrailingComma && this.afterTrailingComma(tt.parenR, true)) {
412 this.expect(tt.parenR)
479 …if (this.eat(tt.parenL)) node.arguments = this.parseExprList(tt.parenR, this.options.ecmaVersion >…
647 node.params = this.parseBindingList(tt.parenR, false, this.options.ecmaVersion >= 8)
Dstatement.js304 this.expect(tt.parenR)
395 node.update = this.type === tt.parenR ? null : this.parseExpression()
396 this.expect(tt.parenR)
410 this.expect(tt.parenR)
482 node.params = this.parseBindingList(tt.parenR, false, this.options.ecmaVersion >= 8, true)
Dtokentype.js67 parenR: new TokenType(")"), property
Dtokenize.js302 case 41: ++this.pos; return this.finishToken(tt.parenR)
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dexpression.js40 this.expect(tt.parenR)
190 let exprList = this.parseExprList(tt.parenR)
259 this.expect(tt.parenR)
312 node.arguments = this.parseExprList(tt.parenR)
497 params = this.parseExprList(tt.parenR)
Dstatement.js133 this.expect(tt.parenR)
213 if (this.eat(tt.semi) && this.tok.type !== tt.parenR) node.update = this.parseExpression()
215 this.expect(tt.parenR)
226 this.expect(tt.parenR)
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dexpression.js40 this.expect(tt.parenR)
187 node.arguments = this.parseExprList(tt.parenR)
242 this.expect(tt.parenR)
291 node.arguments = this.parseExprList(tt.parenR)
466 params = this.parseExprList(tt.parenR)
Dstatement.js133 this.expect(tt.parenR)
208 if (this.eat(tt.semi) && this.tok.type !== tt.parenR) node.update = this.parseExpression()
210 this.expect(tt.parenR)
221 this.expect(tt.parenR)
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js152 parenR: new TokenType(")"), property
899 this.expect(tt.parenR)
996 node.update = this.type === tt.parenR ? null : this.parseExpression()
997 this.expect(tt.parenR)
1011 this.expect(tt.parenR)
1066 node.params = this.parseBindingList(tt.parenR, false, false, true)
1735 node$2.arguments = this$1.parseExprList(tt.parenR, false)
1831 this.expect(tt.parenR)
1845 while (this.type !== tt.parenR) {
1859 this.expect(tt.parenR)
[all …]
Dacorn.js158 parenR: new TokenType(")"), property
905 this.expect(tt.parenR)
1002 node.update = this.type === tt.parenR ? null : this.parseExpression()
1003 this.expect(tt.parenR)
1017 this.expect(tt.parenR)
1072 node.params = this.parseBindingList(tt.parenR, false, false, true)
1741 node$2.arguments = this$1.parseExprList(tt.parenR, false)
1837 this.expect(tt.parenR)
1851 while (this.type !== tt.parenR) {
1865 this.expect(tt.parenR)
[all …]
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js151 parenR: new TokenType(")"), property
954 this.expect(tt.parenR)
1049 node.update = this.type === tt.parenR ? null : this.parseExpression()
1050 this.expect(tt.parenR)
1064 this.expect(tt.parenR)
1138 node.params = this.parseBindingList(tt.parenR, false, this.options.ecmaVersion >= 8, true)
1894 …var exprList = this$1.parseExprList(tt.parenR, this$1.options.ecmaVersion >= 8, false, refDestruct…
2020 this.expect(tt.parenR)
2036 while (this.type !== tt.parenR) {
2038 if (allowTrailingComma && this$1.afterTrailingComma(tt.parenR, true)) {
[all …]
Dacorn.js157 parenR: new TokenType(")"), property
960 this.expect(tt.parenR)
1055 node.update = this.type === tt.parenR ? null : this.parseExpression()
1056 this.expect(tt.parenR)
1070 this.expect(tt.parenR)
1144 node.params = this.parseBindingList(tt.parenR, false, this.options.ecmaVersion >= 8, true)
1900 …var exprList = this$1.parseExprList(tt.parenR, this$1.options.ecmaVersion >= 8, false, refDestruct…
2026 this.expect(tt.parenR)
2042 while (this.type !== tt.parenR) {
2044 if (allowTrailingComma && this$1.afterTrailingComma(tt.parenR, true)) {
[all …]
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js281 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);
[all …]