Searched defs:signatureDeclarations (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 235 ResolveSignaturesOfObjectType(ObjectType *type, ArenaVector<const ir::TSSignatureDeclaration *> &signatureDeclarations) ResolveSignaturesOfObjectType() argument [all...] |
/arkcompiler/ets_frontend/ets2panda/checker/ts/ |
H A D | object.cpp | 195 ResolvePropertiesOfObjectType(ObjectType *type, ir::AstNode *member, ArenaVector<ir::TSSignatureDeclaration *> &signatureDeclarations, ArenaVector<ir::TSIndexSignature *> &indexDeclarations, bool isInterface) ResolvePropertiesOfObjectType() argument 230 ResolveSignaturesOfObjectType(ObjectType *type, ArenaVector<ir::TSSignatureDeclaration *> &signatureDeclarations) ResolveSignaturesOfObjectType() argument [all...] |
Completed in 2 milliseconds