Lines Matching defs:input
188 RegExpParserImpl(const CharT* input, int input_length, RegExpFlags flags,
218 // Tries to parse the input as a back reference. If successful it
360 const CharT* input, int input_length, RegExpFlags flags,
366 input_(input),
498 // Zip to the end to make sure no more input is read.
516 // same length as the input, then the atom is identical to the input.
546 // Inside a parenthesized group when hitting end of input.
1031 // of left capturing parentheses in the input.
2332 Handle<String> input,
2337 String::FlatContent content = input->GetFlatContent(no_gc);
2354 const CharT* input, int input_length,
2358 return RegExpParserImpl<CharT>{input, input_length, flags,
2372 Handle<String> input, RegExpFlags flags,
2375 return ParseRegExpFromHeapString(isolate, zone, input, flags, result);