Home
last modified time | relevance | path

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

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