Chromium Code Reviews| Index: runtime/vm/parser.h |
| diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h |
| index 2af08c21ed574cdb061a0c9f5fe5487fc38d751b..83fb5b4b0077eae421f099ef36d25f1e9bb07686 100644 |
| --- a/runtime/vm/parser.h |
| +++ b/runtime/vm/parser.h |
| @@ -144,6 +144,8 @@ class Parser : public ValueObject { |
| // class if the metadata is at the top-level). |
| static RawObject* ParseMetadata(const Class& cls, intptr_t token_pos); |
| + static RawObject* ParseFunctionParameters(const Function& func); |
|
hausner
2013/08/26 15:40:51
Please add a comment that describes what the funct
Michael Lippautz (Google)
2013/08/26 19:45:57
Done.
|
| + |
| // Format and print a message with source location. |
| // A null script means no source and a negative token_pos means no position. |
| static void PrintMessage(const Script& script, |