Home
last modified time | relevance | path

Searched refs:deepCopyObjectInternal (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/
H A Dpu_synced_property_one_way.ts379 let copy = SynchedPropertyObjectOneWayPU.deepCopyObjectInternal(obj, variable);
395 public static deepCopyObjectInternal<C>(obj: C, variable?: string): C {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js5697 let copy = SynchedPropertyObjectOneWayPU.deepCopyObjectInternal(obj, variable);
5711 static deepCopyObjectInternal(obj, variable) { method in SynchedPropertyOneWayPU