Searched refs:_collectRegexMatches (Results 1 – 2 of 2) sorted by relevance
204 this._collectRegexMatches(regexObject, ranges);209 this._collectRegexMatches(new RegExp(query.substring(1, query.length - 1)), ranges);216 _collectRegexMatches: function(regexObject, ranges) method in WebInspector.SourceFrame
2035 (WebInspector.SourceFrame.prototype._collectRegexMatches):