Searched defs:copiedProp (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | objectDescriptor.cpp | 41 auto *copiedProp = it->Copy(allocator, it->Declaration()); in Copy() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | objectDescriptor.cpp | 39 auto *copiedProp = it->Copy(allocator, it->Declaration()); in Copy() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsObjectType.cpp | 778 auto *const copiedProp = prop->Copy(allocator, prop->Declaration()); in CopyProperty() local 843 auto *const copiedProp = prop->Copy(checker->Allocator(), prop->Declaration()); in CopyPropertyWithTypeArguments() local 1042 auto *copiedProp = CopyPropertyWithTypeArguments(prop, relation_, effectiveSubstitution_); in InstantiateProperties() local 1048 auto *copiedProp = CopyPropertyWithTypeArguments(prop, relation_, effectiveSubstitution_); in InstantiateProperties() local 1054 auto *copiedProp = CopyPropertyWithTypeArguments(prop, relation_, effectiveSubstitution_); in InstantiateProperties() local 1060 auto *copiedProp = CopyPropertyWithTypeArguments(prop, relation_, effectiveSubstitution_); in InstantiateProperties() local 1066 auto *copiedProp = CopyPropertyWithTypeArguments(prop, relation_, effectiveSubstitution_); in InstantiateProperties() local 1072 auto *copiedProp = CopyPropertyWithTypeArguments(prop, relation_, effectiveSubstitution_); in InstantiateProperties() local
|