Index: runtime/vm/raw_object.h |
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
index 74231572dea5b1bc1186e91c69fcd37791edfffc..e2f34bfe1894bf899f131679e9064907e53cf71b 100644 |
--- a/runtime/vm/raw_object.h |
+++ b/runtime/vm/raw_object.h |
@@ -1009,6 +1009,8 @@ class RawScript : public RawObject { |
RawString* resolved_url_; |
RawArray* compile_time_constants_; |
RawArray* line_starts_; |
+ RawArray* tokens_seen_; |
+ RawArray* yields_seen_; |
RawTokenStream* tokens_; |
RawString* source_; |
RawObject** to() { return reinterpret_cast<RawObject**>(&ptr()->source_); } |