Home | History | Annotate | Download | only in scripts

Lines Matching refs:parameterNames

786             my @parameterNames = ();
805 push(@parameterNames, $implGetter);
820 push(@parameterNames, "ec") if $raisesExceptions;
821 my $content = "impl()->" . $codeGenerator->WK_lcfirst($functionName) . "(" . join(", ", @parameterNames) . ")";