Home
last modified time | relevance | path

Searched defs:isGenerator (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/acorn/acorn/dist/
Dacorn.js1518 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
Dacorn.mjs1512 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/
DTypeScriptLinter.ts789 const isGenerator = funcExpr.asteriskToken !== undefined; constant
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DTypeScriptLinter.ts969 const isGenerator = funcExpr.asteriskToken !== undefined; constant
/third_party/typescript/src/compiler/
Dchecker.ts33648 const isGenerator = (functionFlags & FunctionFlags.Generator) !== 0; constant
40416 const isGenerator = !!(functionFlags & FunctionFlags.Generator); constant
/third_party/node/tools/lint-md/
Dlint-md.mjs21296 function isGenerator(obj) { function