Searched defs:copiedProp (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | objectDescriptor.cpp | 40 auto *copiedProp = it->Copy(allocator, it->Declaration()); in Copy() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | objectDescriptor.cpp | 40 auto *copiedProp = it->Copy(allocator, it->Declaration()); in Copy() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsObjectType.cpp | 909 auto *const copiedProp = prop->Copy(allocator, prop->Declaration()); in CopyProperty() local 979 auto *const copiedProp = prop->Copy(checker->ProgramAllocator(), prop->Declaration()); in CopyPropertyWithTypeArguments() local 1183 auto *copiedProp = CopyPropertyWithTypeArguments(prop, relation_, effectiveSubstitution_); in InstantiateProperties() local 1189 auto *copiedProp = CopyPropertyWithTypeArguments(prop, relation_, effectiveSubstitution_); in InstantiateProperties() local 1195 auto *copiedProp = CopyPropertyWithTypeArguments(prop, relation_, effectiveSubstitution_); in InstantiateProperties() local 1201 auto *copiedProp = CopyPropertyWithTypeArguments(prop, relation_, effectiveSubstitution_); in InstantiateProperties() local 1207 auto *copiedProp = CopyPropertyWithTypeArguments(prop, relation_, effectiveSubstitution_); in InstantiateProperties() local 1213 auto *copiedProp = CopyPropertyWithTypeArguments(prop, relation_, effectiveSubstitution_); in InstantiateProperties() local
|