Home
last modified time | relevance | path

Searched defs:extends (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsInterfaceDeclaration.h44 TSInterfaceDeclaration(binder::LocalScope *scope, Identifier *id, TSTypeParameterDeclaration *typeParams, TSInterfaceBody *body, ArenaVector<TSInterfaceHeritage *> &&extends) TSInterfaceDeclaration() argument
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsInterfaceDeclaration.h45 explicit TSInterfaceDeclaration(ArenaAllocator *allocator, ArenaVector<TSInterfaceHeritage *> &&extends, in TSInterfaceDeclaration() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dobject.cpp252 bool ETSChecker::CheckTypeParameterConstraint(ir::TSTypeParameter *param, Type2TypeMap &extends) in CheckTypeParameterConstraint() argument
/arkcompiler/ets_frontend/ets2panda/util/
H A Darktsconfig.cpp152 bool ArkTsConfig::ParseExtends(const std::string &extends, const std::string &configDir) in ParseExtends() argument
340 auto extends = arktsConfig->GetValue<JsonObject::StringT>(EXTENDS); in Parse() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp815 ArenaVector<ir::TSInterfaceHeritage *> extends = ParseTsInterfaceExtends(); in ParseTsInterfaceDeclaration() local

Completed in 10 milliseconds