Home
last modified time | relevance | path

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

/external/v8/src/
Dpreparser.cc114 FunctionLiteral::ArityRestriction arity_restriction, bool* ok) { in ParseFunctionLiteral() argument
117 function_token_position, type, arity_restriction, ok); in ParseFunctionLiteral()
827 FunctionLiteral::ArityRestriction arity_restriction, bool* ok) { in ParseFunctionLiteral() argument
849 bool done = arity_restriction == FunctionLiteral::GETTER_ARITY || in ParseFunctionLiteral()
851 arity_restriction != FunctionLiteral::SETTER_ARITY); in ParseFunctionLiteral()
869 if (arity_restriction == FunctionLiteral::SETTER_ARITY) break; in ParseFunctionLiteral()
Dparser.h591 FunctionLiteral::ArityRestriction arity_restriction, bool* ok);
776 FunctionLiteral::ArityRestriction arity_restriction, bool* ok);
Dparser.cc748 FunctionLiteral::ArityRestriction arity_restriction, bool* ok) { in ParseFunctionLiteral() argument
751 function_token_position, type, arity_restriction, ok); in ParseFunctionLiteral()
3440 FunctionLiteral::ArityRestriction arity_restriction, bool* ok) { in ParseFunctionLiteral() argument
3546 bool done = arity_restriction == FunctionLiteral::GETTER_ARITY || in ParseFunctionLiteral()
3548 arity_restriction != FunctionLiteral::SETTER_ARITY); in ParseFunctionLiteral()
3580 if (arity_restriction == FunctionLiteral::SETTER_ARITY) break; in ParseFunctionLiteral()
Dpreparser.h1390 FunctionLiteral::ArityRestriction arity_restriction, bool* ok);
1525 FunctionLiteral::ArityRestriction arity_restriction, bool* ok);