Home
last modified time | relevance | path

Searched refs:getDeepCopyOfObjectRecursive (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.ts402 return getDeepCopyOfObjectRecursive(obj);
404 function getDeepCopyOfObjectRecursive(obj: any): any {
421 copy.add(getDeepCopyOfObjectRecursive(setKey));
428 copy.set(mapKey, getDeepCopyOfObjectRecursive(mapValue));
456 copy[objKey] = getDeepCopyOfObjectRecursive(obj[objKey]);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js5716 return getDeepCopyOfObjectRecursive(obj);
5717 function getDeepCopyOfObjectRecursive(obj) { function
5732 copy.add(getDeepCopyOfObjectRecursive(setKey));
5740 copy.set(mapKey, getDeepCopyOfObjectRecursive(mapValue));
5771 copy[objKey] = getDeepCopyOfObjectRecursive(obj[objKey]);