Home
last modified time | relevance | path

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

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