Home
last modified time | relevance | path

Searched defs:is_generator (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Dutil.py306 def is_generator(obj): function
/external/v8/src/parsing/
Dtoken.h198 bool is_generator) { in IsIdentifier()
Dparser-base.h222 bool is_generator() const { return IsGeneratorFunction(kind_); } in is_generator() function
532 bool is_generator() const { return function_state_->is_generator(); } in is_generator() function
1135 bool is_generator, bool* is_strict_reserved, bool* ok) { in ParseIdentifierOrStrictReservedWord()
1635 bool is_generator = Check(Token::MUL); in ParsePropertyDefinition() local
2587 bool is_generator = Check(Token::MUL); in ParseMemberExpression() local
3327 Token::Value property, PropertyKind type, bool is_static, bool is_generator, in CheckProperty()
3348 Token::Value property, PropertyKind type, bool is_static, bool is_generator, in CheckProperty()
Dpreparser.cc445 bool is_generator = Check(Token::MUL); in ParseFunctionDeclaration() local
Dparser.cc2103 bool is_generator = Check(Token::MUL); in ParseFunctionDeclaration() local
4086 bool is_generator = IsGeneratorFunction(kind); in ParseFunctionLiteral() local