Searched refs:has_extends (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/parsing/ |
D | preparser.cc | 1226 bool has_extends = Check(Token::EXTENDS); in ParseClassLiteral() local 1227 if (has_extends) { in ParseClassLiteral() 1249 ParsePropertyDefinition(&checker, in_class, has_extends, MethodKind::Normal, in ParseClassLiteral()
|
D | parser-base.h | 1010 ObjectLiteralCheckerBase* checker, bool in_class, bool has_extends, 1877 ObjectLiteralCheckerBase* checker, bool in_class, bool has_extends, in ParsePropertyDefinition() argument 2022 kind = has_extends ? FunctionKind::kSubclassConstructor in ParsePropertyDefinition() 2041 checker, true, has_extends, MethodKind::Static, is_computed_name, in ParsePropertyDefinition() 2110 const bool has_extends = false; in ParseObjectLiteral() local 2114 &checker, in_class, has_extends, MethodKind::Normal, &is_computed_name, in ParseObjectLiteral()
|
D | parser.cc | 4949 const bool has_extends = extends != nullptr; in ParseClassLiteral() local 4959 &checker, in_class, has_extends, MethodKind::Normal, &is_computed_name, in ParseClassLiteral() 4987 constructor = DefaultConstructor(name, has_extends, block_scope, pos, in ParseClassLiteral()
|