Lines Matching refs:For
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
92 for (var i = 0; i < len; i++) {
146 // This function is implementation specific. For now, we do not
180 // This has the same size as the lastMatchInfo array, and can be used for
211 // Convert the search argument to a string and search for it.
362 // Helper function for replacing regular expressions with the result of a
415 // Use the apply argument as backing for global RegExp properties.
439 // and subject for the replace function invocation.
440 // The number of captures plus one for the match.
451 for (var j = 0; j < m; j++) {
593 for (var i = REGEXP_FIRST_CAPTURE + 2; i < matchinfo_len; ) {
737 for (var i = 0; i < n; i++) {
747 // Helper function for very basic XSS protection.
756 // Compatibility support for KJS.