Home
last modified time | relevance | path

Searched defs:YieldStar (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/transformers/
Dgenerators.ts132YieldStar, // A completion instruction for the `yield*` keyword (not implemented, but… enumerator
215 YieldStar = 5, enumerator
/third_party/node/deps/v8/src/ast/
Dast.h2104 friend class YieldStar; variable
2130 YieldStar(Expression* expression, int pos) in YieldStar() function
/third_party/typescript/src/compiler/
Dchecker.ts29 YieldStar = AllowsSyncIterablesFlag | YieldStarFlag, enumerator