Searched defs:newElements (Results 1 – 6 of 6) sorted by relevance
619 const newElements = namedBindings.elements.filter(e => keep(e.name)); constant631 …const newElements = name.elements.filter(prop => prop.propertyName || !isIdentifier(prop.name) || … constant
183 … const newElements = namedBindings.elements.filter(e => isDeclarationUsed(e.name)); constant
114 UCharsTrieElement *newElements=new UCharsTrieElement[newCapacity]; in add() local
164 BytesTrieElement *newElements=new BytesTrieElement[newCapacity]; in add() local