Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 19934) |
| +++ runtime/vm/object.h (working copy) |
| @@ -1930,6 +1930,7 @@ |
| RawString* url() const { return raw_ptr()->url_; } |
| bool HasSource() const; |
| RawString* Source() const; |
| + RawString* GenerateSource() const; // Generates source code from Tokenstream. |
| RawScript::Kind kind() const { |
| return static_cast<RawScript::Kind>(raw_ptr()->kind_); |
| } |