Lines Matching refs:TO
13 // contributors may be used to endorse or promote products derived
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
181 // functions that expect that structure to be returned. It is used when the
192 // Delegate to one of the regular expression variants if necessary.
211 // Convert the search argument to a string and search for it.
221 // Compute the string to replace with.
287 // one. Otherwise, we fall back to using the single
316 // haven't reached the end, we need to append the suffix.
345 // Add the string of a given regular expression capture to the
370 // of another replace) or we have failed to set the reusable array
371 // back due to an exception in a replacement function. Create a new
372 // array to use in the future, or until the original is written back.
446 // Don't call directly to avoid exposing the built-in global object.
460 result.add(replacement); // The add method converts to string if necessary.
530 // undefined is explicitly given, they convert it to a string and
652 // Correct n: If not given, set to string length; if explicitly
653 // set to undefined, zero, or negative, returns empty string.
661 // Correct start: If not given (or undefined), set to zero; otherwise
662 // convert to integer and handle negative case.
667 // If positive, and greater than or equal to the string length,
734 // want to avoid converting to numbers from within the virtual