Home | History | Annotate | Download | only in src

Lines Matching refs:Last

284 // on the captures array of the last successful match and the subject string
285 // of the last successful match.
306 // last pair (after the first pair) of elements of the capture array even if
349 // The properties $1..$9 are the first nine capturing substrings of the last
370 // Property of the builtins object for recording the result of the last
372 // array of the last successful regexp match (an array of start/end index
375 // the subject string for the last successful match.
378 "", // Last subject.
379 UNDEFINED, // Last input - settable with RegExpSetInput.
384 // Override last match info with an array of actual substrings.