Searched defs:indexDeclarations (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
H A D | object.cpp | 199 ResolvePropertiesOfObjectType(ObjectType *type, const ir::Expression *member, ArenaVector<const ir::TSSignatureDeclaration *> &signatureDeclarations, ArenaVector<const ir::TSIndexSignature *> &indexDeclarations, bool isInterface) ResolvePropertiesOfObjectType() argument 250 ResolveIndexInfosOfObjectType(ObjectType *type, ArenaVector<const ir::TSIndexSignature *> &indexDeclarations) ResolveIndexInfosOfObjectType() argument [all...] |
/arkcompiler/ets_frontend/ets2panda/checker/ts/ |
H A D | object.cpp | 245 void TSChecker::ResolveIndexInfosOfObjectType(ObjectType *type, ArenaVector<ir::TSIndexSignature *> &indexDeclarations) in ResolveIndexInfosOfObjectType() argument 195 ResolvePropertiesOfObjectType(ObjectType *type, ir::AstNode *member, ArenaVector<ir::TSSignatureDeclaration *> &signatureDeclarations, ArenaVector<ir::TSIndexSignature *> &indexDeclarations, bool isInterface) ResolvePropertiesOfObjectType() argument [all...] |
Completed in 2 milliseconds