Home
last modified time | relevance | path

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

/plugin/botmon/
H A Dscript.js792 let cRec = arr.find( it => it.id == iso);
793 if (!cRec) {
794 cRec = { variable
799 arr.push(cRec);
801 cRec.count += 1;