Home | History | Annotate | Download | only in Scripts

Lines Matching refs:jscName

266     my $jscName = "jsc";
267 $jscName .= "_debug" if configurationForVisualStudio() eq "Debug_All";
268 $jscName .= ".exe" if (isWindows() || isCygwin());
269 return "$productDir/$jscName" if -e "$productDir/$jscName";
270 return "$productDir/JavaScriptCore.framework/Resources/$jscName";