Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_modifier/src/
H A Dmodifier_utilities.ts41 function copyModifierWithKey(obj: ModifierWithKey<string | number | boolean | object>): ModifierWit…
63 stageMap.set(key, copyModifierWithKey(value));
74 …static copyModifierWithKey(obj: ModifierWithKey<string | number | boolean | object>): ModifierWith…
96 stageMap.set(key, this.copyModifierWithKey(value));
114 stageMap.set(key, this.copyModifierWithKey(value));
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkModifier.js38 function copyModifierWithKey(obj) { function
47 stageMap.set(key, copyModifierWithKey(value));
52 static copyModifierWithKey(obj) { method in ModifierUtils
61 stageMap.set(key, this.copyModifierWithKey(value));
74 stageMap.set(key, this.copyModifierWithKey(value));