Searched defs:is_generator (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/parsing/ |
D | token.h | 203 bool is_generator, bool disallow_await) { in IsIdentifier()
|
D | parser-base.h | 932 bool is_generator() const { in is_generator() function 2011 IdentifierT* name, PropertyKind* kind, bool* is_generator, bool* is_get, in ParsePropertyName() 2125 bool is_generator = false; in ParseClassPropertyDefinition() local 2294 bool is_generator = false; in ParseObjectPropertyDefinition() local 3699 const bool is_generator = flags & ParseFunctionFlags::kIsGenerator; in ParseHoistableDeclaration() local 5426 Token::Value property, PropertyKind type, bool is_generator, bool is_async, in CheckClassMethodName()
|
D | parser.cc | 1537 bool is_generator, bool is_async, in DeclareFunction()
|
/external/v8/src/ |
D | code-stubs.cc | 2527 Node* is_generator = assembler->Word32And( in Generate() local
|