Lines Matching defs:in
3 // found in the LICENSE file.
153 RegExpParser(FlatStringReader* in, Handle<String>* error,
164 // Parses a {...,...} quantifier and stores the range in the given
182 // stores the result in the output parameter and returns true. If
243 // Index in captures array of first capture in this sub-expression, if any.
282 // to IdentifierName in the ECMAScript standard.
289 // into all RegExpBackReferences. This is done after initial parsing in order
290 // to avoid complicating cases in which references comes before the capture.
300 bool has_next() { return next_pos_ < in()->length(); }
304 FlatStringReader* in() { return in_; }