Lines Matching defs:parameter
3042 // initial values of parameters including "this" having parameter index 0.
3047 HInstruction* parameter = Add<HParameter>(i);
3048 arguments_object->AddArgument(parameter, zone());
3049 environment()->Bind(i, parameter);
3917 case Variable::PARAMETER:
5070 case Variable::PARAMETER:
5079 // Bail out if we try to mutate a parameter value in a function
5084 // direct way to detect that the variable is a parameter so we do
5085 // a linear search of the parameter variables.
5088 if (var == current_info()->scope()->parameter(i)) {
5262 case Variable::PARAMETER:
5282 // Bail out if we try to mutate a parameter value in a function using
5287 // to detect that the variable is a parameter.
5290 if (var == current_info()->scope()->parameter(i)) {
7377 // TODO(olivf) InvokeFunction produces a check for the parameter count,
7540 case Variable::PARAMETER:
7546 // Bail out if we try to mutate a parameter value in a function
7551 // way to detect that the variable is a parameter so we use a
7552 // linear search of the parameter list.
7555 if (var == current_info()->scope()->parameter(i)) {
8125 // TODO(olivf) InvokeFunction produces a check for the parameter count,
8609 case Variable::PARAMETER:
8647 case Variable::PARAMETER: