Searched refs:arity_restriction (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ |
D | preparser.cc | 114 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()
|
D | parser.h | 591 FunctionLiteral::ArityRestriction arity_restriction, bool* ok); 776 FunctionLiteral::ArityRestriction arity_restriction, bool* ok);
|
D | parser.cc | 748 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()
|
D | preparser.h | 1390 FunctionLiteral::ArityRestriction arity_restriction, bool* ok); 1525 FunctionLiteral::ArityRestriction arity_restriction, bool* ok);
|