Home
last modified time | relevance | path

Searched defs:has_extends (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/parsing/
Dpreparser.cc1220 bool has_extends = Check(Token::EXTENDS); in ParseClassLiteral() local
Dparser-base.h1627 ObjectLiteralCheckerBase* checker, bool in_class, bool has_extends, in ParsePropertyDefinition()
1851 const bool has_extends = false; in ParseObjectLiteral() local
Dparser.cc4779 const bool has_extends = extends != nullptr; in ParseClassLiteral() local