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 | 39 auto *copiedProp = it->Copy(allocator, it->Declaration()); in Copy() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsObjectType.cpp | 842 auto *const copiedProp = prop->Copy(allocator, prop->Declaration()); in CopyProperty() local 909 auto *const copiedProp = prop->Copy(checker->Allocator(), prop->Declaration()); in CopyPropertyWithTypeArguments() local 1102 auto *copiedProp = CopyPropertyWithTypeArguments(prop, relation_, effectiveSubstitution_); in InstantiateProperties() local 1108 auto *copiedProp = CopyPropertyWithTypeArguments(prop, relation_, effectiveSubstitution_); in InstantiateProperties() local 1114 auto *copiedProp = CopyPropertyWithTypeArguments(prop, relation_, effectiveSubstitution_); in InstantiateProperties() local 1120 auto *copiedProp = CopyPropertyWithTypeArguments(prop, relation_, effectiveSubstitution_); in InstantiateProperties() local 1126 auto *copiedProp = CopyPropertyWithTypeArguments(prop, relation_, effectiveSubstitution_); in InstantiateProperties() local 1132 auto *copiedProp = CopyPropertyWithTypeArguments(prop, relation_, effectiveSubstitution_); in InstantiateProperties() local
|