OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jscName
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Tools/Scripts/
run-javascriptcore-tests
110
my $
jscName
= "testapi";
111
$
jscName
.= "_debug" if configurationForVisualStudio() eq "Debug_All";
112
return "$productDir/$
jscName
";
sunspider-compare-results
93
my $
jscName
= "jsc";
94
$
jscName
.= "_debug" if configurationForVisualStudio() eq "Debug_All";
95
return "$productDir/$
jscName
";
webkitdirs.pm
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
";
[
all
...]
Completed in 610 milliseconds