Home | History | Annotate | Download | only in parse-only

Lines Matching refs:matchAll

394     var matchAll = new RegExp(Prototype.ScriptFragment, 'img');
396 return (this.match(matchAll) || []).map(function(scriptTag) {