Home | History | Annotate | Download | only in scripts

Lines Matching refs:parameterNames

1451             my @parameterNames = ();
1469 push(@parameterNames, $implGetter);
1543 push(@parameterNames, "IMPL->contextElement()") if $svgLengthConvertToSpecifiedUnits;
1544 push(@parameterNames, "ec") if $raisesExceptions;
1575 splice(@parameterNames, $currentParameter, 1, "${paramName}Core->propertyReference()");
1578 my $content = $codeGenerator->WK_lcfirst($functionName) . "(" . join(", ", @parameterNames) . ")";