Home
last modified time | relevance | path

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

/third_party/node/deps/acorn/acorn/dist/
Dacorn.js1474 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
Dacorn.mjs1468 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/
DTypeScriptLinter.ts776 const isGenerator = funcExpr.asteriskToken !== undefined; constant
/third_party/node/tools/
Dlint-md.mjs55554 function isGenerator(obj) { function