Home | History | Annotate | Download | only in src

Lines Matching defs:argument

954   // constant or a function argument was encountered.
1016 // Check whether the variable assigned matches an argument name.
1019 // Assigned from function argument.
2709 // followed by an argument list) or a part of the member expression,
2710 // where it must be followed by an argument list. To accommodate
2713 // member expression parser, which is only allowed to match argument
3502 Expression* argument = ParseAssignmentExpression(true, CHECK_OK);
3503 result->Add(argument);