Searched refs:has_extends (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/parsing/ |
D | preparser.cc | 1220 bool has_extends = Check(Token::EXTENDS); in ParseClassLiteral() local 1221 if (has_extends) { in ParseClassLiteral() 1239 ParsePropertyDefinition(&checker, in_class, has_extends, is_static, in ParseClassLiteral()
|
D | parser-base.h | 740 ObjectLiteralCheckerBase* checker, bool in_class, bool has_extends, 1627 ObjectLiteralCheckerBase* checker, bool in_class, bool has_extends, in ParsePropertyDefinition() argument 1754 kind = has_extends ? FunctionKind::kSubclassConstructor in ParsePropertyDefinition() 1776 checker, true, has_extends, true, is_computed_name, nullptr, classifier, in ParsePropertyDefinition() 1851 const bool has_extends = false; in ParseObjectLiteral() local 1855 &checker, in_class, has_extends, is_static, &is_computed_name, NULL, in ParseObjectLiteral()
|
D | parser.cc | 4779 const bool has_extends = extends != nullptr; in ParseClassLiteral() local 4790 &checker, in_class, has_extends, is_static, &is_computed_name, in ParseClassLiteral()
|