OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jscPath
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Tools/Scripts/
run-javascriptcore-tests
130
printf "Running: jsDriver.pl -e squirrelfish -s %s -f actual.html %s\n",
jscPath
($productDir), join(" ", @jsArgs);
131
my $result = system "perl", "jsDriver.pl", "-e", "squirrelfish", "-s",
jscPath
($productDir), "-f", "actual.html", @jsArgs;
sunspider-compare-results
120
my $
jscPath
= pathToJSC();
124
my @args = ("--shell", $
jscPath
);
run-sunspider
122
my @args = ("--shell",
jscPath
($productDir), "--runs", $testRuns);
Completed in 36 milliseconds