Lines Matching refs:words
96 function wordSet(words) {97 words = words.split(/ /g);99 for (var i = words.length; --i >= 0;) {100 var w = words[i];