Home
last modified time | relevance | path

Searched refs:isGenerator (Results 1 – 17 of 17) sorted by relevance

/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dexpression.js474 let prop = this.startNode(), isGenerator, startPos, startLoc
483 isGenerator = this.eat(tt.star)
486 … this.parsePropertyValue(prop, isPattern, isGenerator, startPos, startLoc, refDestructuringErrors)
493 pp.parsePropertyValue = function(prop, isPattern, isGenerator, startPos, startLoc, refDestructuring… argument
501 prop.value = this.parseMethod(isGenerator)
505 if (isGenerator || isPattern) this.unexpected()
564 pp.parseMethod = function(isGenerator) { argument
566 this.inGenerator = isGenerator
571 node.generator = isGenerator
Dstatement.js461 let isGenerator = this.eat(tt.star)
466 if (isGenerator) this.unexpected()
467 isGenerator = this.eat(tt.star)
474 …if (!isGenerator && key.type === "Identifier" && this.type !== tt.parenL && (key.name === "get" ||…
483 if (isGenerator) this.raise(key.start, "Constructor can't be a generator")
488 this.parseClassMethod(classBody, method, isGenerator)
506 pp.parseClassMethod = function(classBody, method, isGenerator) { argument
507 method.value = this.parseMethod(isGenerator)
/plugin/asciidocjs/node_modules/acorn/src/
Dexpression.js525 let prop = this.startNode(), isGenerator, isAsync, startPos, startLoc
534 isGenerator = this.eat(tt.star)
537 if (!isPattern && this.options.ecmaVersion >= 8 && !isGenerator && !prop.computed &&
545 …this.parsePropertyValue(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDestructurin…
552 pp.parsePropertyValue = function(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDest… argument
553 if ((isGenerator || isAsync) && this.type === tt.colon)
563 prop.value = this.parseMethod(isGenerator, isAsync)
567 if (isGenerator || isAsync || isPattern) this.unexpected()
630 pp.parseMethod = function(isGenerator, isAsync) { argument
636 node.generator = isGenerator
Dstatement.js501 let isGenerator = this.eat(tt.star)
507 if (isGenerator) this.unexpected()
508 isGenerator = this.eat(tt.star)
511 if (this.options.ecmaVersion >= 8 && !isGenerator && !method.computed &&
521 …if (!isGenerator && !isAsync && key.type === "Identifier" && this.type !== tt.parenL && (key.name …
530 if (isGenerator) this.raise(key.start, "Constructor can't be a generator")
536 this.parseClassMethod(classBody, method, isGenerator, isAsync)
555 pp.parseClassMethod = function(classBody, method, isGenerator, isAsync) { argument
556 method.value = this.parseMethod(isGenerator, isAsync)
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dstatement.js261 let method = this.startNode(), isGenerator
264 isGenerator = this.eat(tt.star)
271 isGenerator = this.eat(tt.star)
283 if (!method.computed && !method.static && !isGenerator && (
290 method.value = this.parseMethod(isGenerator)
Dexpression.js340 let prop = this.startNode(), isGenerator, start
345 isGenerator = this.eat(tt.star)
355 prop.value = this.parseMethod(isGenerator)
470 lp.parseMethod = function(isGenerator) { argument
474 node.generator = isGenerator || false
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dstatement.js267 let method = this.startNode(), isGenerator, isAsync
270 isGenerator = this.eat(tt.star)
277 isGenerator = this.eat(tt.star)
297 if (!method.computed && !method.static && !isGenerator && !isAsync && (
304 method.value = this.parseMethod(isGenerator, isAsync)
Dexpression.js361 let prop = this.startNode(), isGenerator, isAsync, start
366 isGenerator = this.eat(tt.star)
384 prop.value = this.parseMethod(isGenerator, isAsync)
501 lp.parseMethod = function(isGenerator, isAsync) { argument
505 node.generator = !!isGenerator
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js1159 var isGenerator = this$1.eat(tt.star)
1165 if (isGenerator) this$1.unexpected()
1166 isGenerator = this$1.eat(tt.star)
1169 if (this$1.options.ecmaVersion >= 8 && !isGenerator && !method.computed &&
1179 …if (!isGenerator && !isAsync && key.type === "Identifier" && this$1.type !== tt.parenL && (key.nam…
1188 if (isGenerator) this$1.raise(key.start, "Constructor can't be a generator")
1194 this$1.parseClassMethod(classBody, method, isGenerator, isAsync)
1213 pp$1.parseClassMethod = function(classBody, method, isGenerator, isAsync) { argument
1214 method.value = this.parseMethod(isGenerator, isAsync)
2171 var prop = this$1.startNode(), isGenerator, isAsync, startPos, startLoc
[all …]
Dacorn.js1165 var isGenerator = this$1.eat(tt.star)
1171 if (isGenerator) this$1.unexpected()
1172 isGenerator = this$1.eat(tt.star)
1175 if (this$1.options.ecmaVersion >= 8 && !isGenerator && !method.computed &&
1185 …if (!isGenerator && !isAsync && key.type === "Identifier" && this$1.type !== tt.parenL && (key.nam…
1194 if (isGenerator) this$1.raise(key.start, "Constructor can't be a generator")
1200 this$1.parseClassMethod(classBody, method, isGenerator, isAsync)
1219 pp$1.parseClassMethod = function(classBody, method, isGenerator, isAsync) { argument
1220 method.value = this.parseMethod(isGenerator, isAsync)
2177 var prop = this$1.startNode(), isGenerator, isAsync, startPos, startLoc
[all …]
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js1085 var isGenerator = this$1.eat(tt.star)
1090 if (isGenerator) this$1.unexpected()
1091 isGenerator = this$1.eat(tt.star)
1098 …if (!isGenerator && key.type === "Identifier" && this$1.type !== tt.parenL && (key.name === "get" …
1107 if (isGenerator) this$1.raise(key.start, "Constructor can't be a generator")
1112 this$1.parseClassMethod(classBody, method, isGenerator)
1130 pp$1.parseClassMethod = function(classBody, method, isGenerator) { argument
1131 method.value = this.parseMethod(isGenerator)
1971 var prop = this$1.startNode(), isGenerator, startPos, startLoc
1980 isGenerator = this$1.eat(tt.star)
[all …]
Dacorn.js1091 var isGenerator = this$1.eat(tt.star)
1096 if (isGenerator) this$1.unexpected()
1097 isGenerator = this$1.eat(tt.star)
1104 …if (!isGenerator && key.type === "Identifier" && this$1.type !== tt.parenL && (key.name === "get" …
1113 if (isGenerator) this$1.raise(key.start, "Constructor can't be a generator")
1118 this$1.parseClassMethod(classBody, method, isGenerator)
1136 pp$1.parseClassMethod = function(classBody, method, isGenerator) { argument
1137 method.value = this.parseMethod(isGenerator)
1977 var prop = this$1.startNode(), isGenerator, startPos, startLoc
1986 isGenerator = this$1.eat(tt.star)
[all …]
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js2519 var isGenerator = this.hasPlugin("asyncGenerators") && this.eat(types.star);
2525 this.parseClassMethod(classBody, method, isGenerator, true);
2582 pp$1.parseClassMethod = function (classBody, method, isGenerator, isAsync) { argument
2583 this.parseMethod(method, isGenerator, isAsync);
3987 isGenerator = false,
4029 isGenerator = this.eat(types.star);
4033 if (isGenerator) this.unexpected();
4041 if (this.hasPlugin("asyncGenerators")) isGenerator = this.eat(types.star);
4048 …this.parseObjPropValue(prop, startPos, startLoc, isGenerator, isAsync, isPattern, refShorthandDefa…
4092 pp$3.parseObjectMethod = function (prop, isGenerator, isAsync, isPattern) { argument
[all …]
/plugin/jmol2/jmol/
DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...