Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/v2/
H A Dv2_change_observation.ts268 public get id2CompDeRefSize(): [ totalCount: number, aliveCount: number ] {
270 let aliveCount = 0;
276 aliveCount++;
279 return [totalCount, aliveCount];
286 public get id2TargetsDerefSize(): [ totalCount: number, aliveCount: number ] {
288 let aliveCount = 0;
295 aliveCount++;
300 return [totalCount, aliveCount];
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js7968 let aliveCount = 0;
7974 aliveCount++;
7977 return [totalCount, aliveCount];
7985 let aliveCount = 0; variable
7992 aliveCount++;
7997 return [totalCount, aliveCount];