Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2904bool isExtendsFromNull, std::pair<binder::FunctionScope *, binder::FunctionScope *> implicitScopes) in ParseClassElement()
3228 bool isExtendsFromNull = false; in ParseClassDefinition() local
3328 …pression *ParserImpl::ParseSuperClass(bool isDeclare, bool *hasSuperClass, bool *isExtendsFromNull) in ParseSuperClass()
3399 bool hasSuperClass, bool isExtendsFromNull) in ValidateClassConstructor()