Home | History | Annotate | Download | only in js

Lines Matching defs:previousKey

490   var previousKey = UNDEFINED;
496 previousKey = element;
497 } else if (length >= 3 && length <=8 && !IS_UNDEFINED(previousKey)) {
498 extensionMap[previousKey] = element;
499 previousKey = UNDEFINED;