Searched defs:isGenerator (Results 1 – 6 of 6) sorted by relevance
| /third_party/node/deps/acorn/acorn/dist/ |
| D | acorn.js | 1518 pp$8.parseClassMethod = function(method, isGenerator, isAsync, allowsDirectSuper) { argument 3208 { isGenerator = this.eat(types$1.star); } property 3240 …pp$5.parsePropertyValue = function(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refD… argument 3301 pp$5.parseMethod = function(isGenerator, isAsync, allowDirectSuper) { argument
|
| D | acorn.mjs | 1512 pp$8.parseClassMethod = function(method, isGenerator, isAsync, allowsDirectSuper) { argument 3234 pp$5.parsePropertyValue = function(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDe… argument 3295 pp$5.parseMethod = function(isGenerator, isAsync, allowDirectSuper) { argument
|
| /third_party/typescript/src/linter/ArkTSLinter_1_0/ |
| D | TypeScriptLinter.ts | 789 const isGenerator = funcExpr.asteriskToken !== undefined; constant
|
| /third_party/typescript/src/linter/ArkTSLinter_1_1/ |
| D | TypeScriptLinter.ts | 969 const isGenerator = funcExpr.asteriskToken !== undefined; constant
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 33648 const isGenerator = (functionFlags & FunctionFlags.Generator) !== 0; constant 40416 const isGenerator = !!(functionFlags & FunctionFlags.Generator); constant
|
| /third_party/node/tools/lint-md/ |
| D | lint-md.mjs | 21296 function isGenerator(obj) { function
|