HomeSort by relevance Sort by last modified time
    Searched refs:coverageSupport (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKitTools/Scripts/
build-jsc 38 my $coverageSupport = 0;
45 --[no-]coverage Toggle code coverage support (default: $coverageSupport)
49 'coverage!' => \$coverageSupport,
62 my @coverageSupportOptions = ($coverageSupport) ? XcodeCoverageSupportOptions() : ();
build-webkit 59 $xpathSupport, $xsltSupport, $coverageSupport, $notificationsSupport);
75 define => "", default => 0, value => \$coverageSupport },
273 push @options, XcodeCoverageSupportOptions() if $coverageSupport;

Completed in 332 milliseconds