Searched defs:is_generator (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
D | util.py | 306 def is_generator(obj): function
|
/external/v8/src/parsing/ |
D | token.h | 198 bool is_generator) { in IsIdentifier()
|
D | parser-base.h | 222 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()
|
D | preparser.cc | 445 bool is_generator = Check(Token::MUL); in ParseFunctionDeclaration() local
|
D | parser.cc | 2103 bool is_generator = Check(Token::MUL); in ParseFunctionDeclaration() local 4086 bool is_generator = IsGeneratorFunction(kind); in ParseFunctionLiteral() local
|