Searched defs:is_generator (Results 1 – 5 of 5) sorted by relevance
306 def is_generator(obj): function
202 bool is_generator, bool is_module) { in IsIdentifier()
368 bool is_generator() const { return IsGeneratorFunction(kind_); } in is_generator() function792 bool is_generator() const { return function_state_->is_generator(); } in is_generator() function1400 bool is_generator, bool* is_strict_reserved, bool* ok) { in ParseIdentifierOrStrictReservedWord()1886 bool is_generator = Check(Token::MUL); in ParsePropertyDefinition() local2999 bool is_generator = Check(Token::MUL); in ParseMemberExpression() local3626 const bool is_generator = IsGeneratorMethod(method_type); in CheckProperty() local
395 const bool is_generator = flags & ParseFunctionFlags::kIsGenerator; in ParseHoistableDeclaration() local
1581 bool is_generator = Check(Token::MUL); in ParseExportDefault() local2176 const bool is_generator = flags & ParseFunctionFlags::kIsGenerator; in ParseHoistableDeclaration() local4171 bool is_generator = IsGeneratorFunction(kind); in ParseFunctionLiteral() local