Searched refs:nodeAttrName (Results 1 – 1 of 1) sorted by relevance
658 function isMatchChange(typeValue, nodeAttrName) { argument659 …password', 'radio', 'text'].includes(typeValue) && (nodeAttrName.includes('onchange') || nodeAttrN…662 function ismatchIfAndFor(nodeAttrName) { argument663 return nodeAttrName.includes('if') && nodeAttrName.includes('for')