Searched refs:formals_start_pos (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/parsing/ |
D | parser-base.h | 799 bool has_rest, int formals_start_pos, int formals_end_pos, bool* ok); 2979 bool has_rest, int formals_start_pos, int formals_end_pos, bool* ok) { in CheckArityRestrictions() argument 2983 ReportMessageAt(Scanner::Location(formals_start_pos, formals_end_pos), in CheckArityRestrictions() 2990 ReportMessageAt(Scanner::Location(formals_start_pos, formals_end_pos), in CheckArityRestrictions() 2995 ReportMessageAt(Scanner::Location(formals_start_pos, formals_end_pos), in CheckArityRestrictions()
|