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; |
|
bakster
2013/03/14 08:42:16
Comment?
siva
2013/03/14 09:38:46
Done.
|
| RawScript::Kind kind() const { |
| return static_cast<RawScript::Kind>(raw_ptr()->kind_); |
| } |