Searched defs:newElements (Results 1 – 10 of 10) sorted by relevance
609 const newElements = namedBindings.elements.filter(e => keep(e.name)); constant621 …const newElements = name.elements.filter(prop => prop.propertyName || !isIdentifier(prop.name) || … constant
119 … 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