Home | History | Annotate | Download | only in src

Lines Matching defs:in

3 // found in the LICENSE file.
251 RegExpParser(FlatStringReader* in,
266 // Parses a {...,...} quantifier and stores the range in the given
281 // stores the result in the output parameter and returns true. If
330 // Index in captures array of first capture in this sub-expression, if any.
351 bool has_next() { return next_pos_ < in()->length(); }
353 FlatStringReader* in() { return in_; }
471 // in an assignment or with a increment/decrement operator. This is currently
476 // literals. In that case, *x will be changed to an expression which is the
488 // without any special stub and the multiplication is removed later in
501 // type. The first argument may be null (in the handle sense) in
507 // type. Both arguments must be non-null (in the handle sense).
538 // Used in error return values.
611 // Limit the allowed number of local variables in a function. The hard limit
613 // functions are ints, and they should not overflow. In addition, accessing
614 // local variables creates user-controlled constants in the generated code,
616 // the reason why this limit was introduced in the first place; see
717 // Initialize the components of a for-in / for-of statement.
797 Scope* original_scope_; // for ES5 function declarations in sloppy eval