Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/sdk/
H A Dpersistent_storage.ts68 static toMap<K, V>(obj: MapInfo<K, V>): Map<K, V> {
441 newValue = MapInfo.toMap(newValue as unknown as MapInfo<any, any>) as unknown as T;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js1558 static toMap(obj) { method in MapInfo
1873 newValue = MapInfo.toMap(newValue);