Searched defs:arity_restriction (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dpreparser.cc114 FunctionLiteral::ArityRestriction arity_restriction, bool* ok) {
117 function_token_position, type, arity_restriction, ok);
827 FunctionLiteral::ArityRestriction arity_restriction, bool* ok) {
849 bool done = arity_restriction == FunctionLiteral::GETTER_ARITY ||
851 arity_restriction != FunctionLiteral::SETTER_ARITY);
869 if (arity_restriction == FunctionLiteral::SETTER_ARITY) break;
110 ParseFunctionLiteral( PreParserIdentifier name, Scanner::Location function_name_location, bool name_is_strict_reserved, FunctionKind kind, int function_token_position, FunctionLiteral::FunctionType type, FunctionLiteral::ArityRestriction arity_restriction, bool* ok) argument
823 ParseFunctionLiteral( Identifier function_name, Scanner::Location function_name_location, bool name_is_strict_reserved, FunctionKind kind, int function_token_pos, FunctionLiteral::FunctionType function_type, FunctionLiteral::ArityRestriction arity_restriction, bool* ok) argument
H A Dparser.cc748 FunctionLiteral::ArityRestriction arity_restriction, bool* ok) {
751 function_token_position, type, arity_restriction, ok);
3440 FunctionLiteral::ArityRestriction arity_restriction, bool* ok) {
3546 bool done = arity_restriction == FunctionLiteral::GETTER_ARITY ||
3548 arity_restriction != FunctionLiteral::SETTER_ARITY);
3580 if (arity_restriction == FunctionLiteral::SETTER_ARITY) break;
744 ParseFunctionLiteral( const AstRawString* name, Scanner::Location function_name_location, bool name_is_strict_reserved, FunctionKind kind, int function_token_position, FunctionLiteral::FunctionType type, FunctionLiteral::ArityRestriction arity_restriction, bool* ok) argument
3436 ParseFunctionLiteral( const AstRawString* function_name, Scanner::Location function_name_location, bool name_is_strict_reserved, FunctionKind kind, int function_token_pos, FunctionLiteral::FunctionType function_type, FunctionLiteral::ArityRestriction arity_restriction, bool* ok) argument

Completed in 71 milliseconds