Searched defs:is_generator (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/parsing/ |
D | token.h | 225 bool is_generator, bool disallow_await) { in IsIdentifier()
|
D | parser-base.h | 911 bool is_generator() const { in is_generator() function 1366 FunctionKind FunctionKindForImpl(bool is_method, bool is_generator, in FunctionKindForImpl() 1388 inline FunctionKind FunctionKindFor(bool is_generator, bool is_async) { in FunctionKindFor() 1393 inline FunctionKind MethodKindFor(bool is_generator, bool is_async) { in MethodKindFor() 2178 IdentifierT* name, PropertyKind* kind, bool* is_generator, bool* is_get, in ParsePropertyName() 2322 bool is_generator = false; in ParseClassPropertyDefinition() local 2546 bool is_generator = false; in ParseObjectPropertyDefinition() local 4052 bool is_generator = flags & ParseFunctionFlags::kIsGenerator; in ParseHoistableDeclaration() local 4636 bool is_generator = Check(Token::MUL); in ParseAsyncFunctionLiteral() local 6212 Token::Value property, PropertyKind type, bool is_generator, bool is_async, in CheckClassMethodName()
|
/external/python/cpython2/Python/ |
D | symtable.c | 1506 int is_generator = (e->kind == GeneratorExp_kind); in symtable_handle_comprehension() local 1556 int i, is_generator; in symtable_visit_listcomp() local
|
/external/python/cpython3/Python/ |
D | symtable.c | 1710 int is_generator = (e->kind == GeneratorExp_kind); in symtable_handle_comprehension() local
|