Chromium Code Reviews| Index: sdk/lib/_internal/compiler/implementation/dart2js.dart |
| diff --git a/sdk/lib/_internal/compiler/implementation/dart2js.dart b/sdk/lib/_internal/compiler/implementation/dart2js.dart |
| index c76c45f1a4a176adf1db478c5276e4c81f8e2fbe..b7efb8dbd0478ec353da579616acb2929763cab4 100644 |
| --- a/sdk/lib/_internal/compiler/implementation/dart2js.dart |
| +++ b/sdk/lib/_internal/compiler/implementation/dart2js.dart |
| @@ -199,6 +199,7 @@ void compile(List<String> argv) { |
| new OptionHandler('--disallow-unsafe-eval', passThrough), |
| new OptionHandler('--analyze-all', passThrough), |
| new OptionHandler('--analyze-only', setAnalyzeOnly), |
| + new OptionHandler('--analyze-signatures-only', passThrough), |
|
ahe
2013/03/05 14:32:59
Document option.
Johnni Winther
2013/03/05 16:52:49
Done.
|
| new OptionHandler('--disable-native-live-type-analysis', passThrough), |
| new OptionHandler('--reject-deprecated-language-features', passThrough), |
| new OptionHandler('--report-sdk-use-of-deprecated-language-features', |