Home | History | Annotate | Download | only in src

Lines Matching refs:match

100 // In JSC, it returns undefined.  For compatibility with JSC, we match their
108 // the empty string. For compatibility with JSC, we match their
203 // Successful match.
295 // on the captures array of the last successful match and the subject string
296 // of the last successful match.
316 // We match the SpiderMonkey behavior: return the substring defined by the
361 // successful match, or ''. The function RegExpMakeCaptureGetter will be
380 // regexp match. The property lastMatchInfo includes the matchIndices
381 // array of the last successful regexp match (an array of start/end index
382 // pairs for the match and all the captured substrings), the invariant is
384 // the subject string for the last successful match.
393 // Override last match info with an array of actual substrings.
457 // Static properties set by a successful match.