Home | History | Annotate | Download | only in parsing

Lines Matching defs:is_generator

1581       bool is_generator = Check(Token::MUL);
1591 is_generator ? FunctionKind::kGeneratorFunction
1597 pos, is_generator ? ParseFunctionFlags::kIsGenerator
2176 const bool is_generator = flags & ParseFunctionFlags::kIsGenerator;
2178 DCHECK(!is_generator || !is_async);
2197 is_generator ? FunctionKind::kGeneratorFunction
2222 !is_async && !(allow_harmony_restrictive_generators() && is_generator)) {
2783 if (is_generator()) {
4171 bool is_generator = IsGeneratorFunction(kind);
4206 if (is_generator) {