Lines Matching refs:Generator
63 Generator = 1 << 1,
64 StaticGenerator = Static | Generator,
69 SpecialMask = Generator | Async
74 kind == MethodKind::Generator || kind == MethodKind::StaticGenerator ||
107 return kind & MethodKind::Generator;
466 // For generators, this variable may hold the generator object. It variable
468 // for generator functions to have this variable set.
1893 method_kind |= MethodKind::Generator;