Home
last modified time | relevance | path

Searched defs:propCopy (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp939 auto *const propCopy = property->Copy(Allocator(), newDecl); in MakePropertiesReadonly() local
1018 auto *const propCopy = prop->Copy(Allocator(), prop->Declaration()); in MakePropertyNonNullish() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.cpp980 auto *const propCopy = func(prop, propType); in UpdateTypeProperty() local