Searched defs:isGenerator (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/deps/acorn/acorn/dist/ |
| D | acorn.js | 1474 pp$1.parseClassMethod = function(method, isGenerator, isAsync, allowsDirectSuper) { argument 2890 { isGenerator = this.eat(types.star); } property 2905 …pp$3.parsePropertyValue = function(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refD… argument 2979 pp$3.parseMethod = function(isGenerator, isAsync, allowDirectSuper) { argument
|
| D | acorn.mjs | 1468 pp$1.parseClassMethod = function(method, isGenerator, isAsync, allowsDirectSuper) { argument 2899 pp$3.parsePropertyValue = function(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDe… argument 2973 pp$3.parseMethod = function(isGenerator, isAsync, allowDirectSuper) { argument
|
| /third_party/typescript/src/linter/ |
| D | TypeScriptLinter.ts | 776 const isGenerator = funcExpr.asteriskToken !== undefined; constant
|
| /third_party/node/tools/ |
| D | lint-md.mjs | 55554 function isGenerator(obj) { function
|