Home
last modified time | relevance | path

Searched refs:arity_restriction (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/parsing/
Dpreparser.cc97 FunctionLiteral::ArityRestriction arity_restriction, in ParseFunctionLiteral() argument
101 function_token_position, type, arity_restriction, language_mode, ok); in ParseFunctionLiteral()
1102 FunctionLiteral::ArityRestriction arity_restriction, in ParseFunctionLiteral() argument
1125 CheckArityRestrictions(formals.arity, arity_restriction, in ParseFunctionLiteral()
Dpreparser.h905 FunctionLiteral::ArityRestriction arity_restriction,
1074 FunctionLiteral::ArityRestriction arity_restriction,
Dparser.h570 FunctionLiteral::ArityRestriction arity_restriction,
923 FunctionLiteral::ArityRestriction arity_restriction,
Dparser-base.h798 int param_count, FunctionLiteral::ArityRestriction arity_restriction,
2978 int param_count, FunctionLiteral::ArityRestriction arity_restriction, in CheckArityRestrictions() argument
2980 switch (arity_restriction) { in CheckArityRestrictions()
Dparser.cc724 FunctionLiteral::ArityRestriction arity_restriction, in ParseFunctionLiteral() argument
728 function_token_position, type, arity_restriction, language_mode, ok); in ParseFunctionLiteral()
4072 FunctionLiteral::ArityRestriction arity_restriction, in ParseFunctionLiteral() argument
4175 CheckArityRestrictions(arity, arity_restriction, in ParseFunctionLiteral()