Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
| index e0f6f1015ce54ea9a39c5d989c186a3e77c24639..dc7cb0051464631ecd3d9e2210b1678b87795e50 100644 |
| --- a/runtime/vm/raw_object.h |
| +++ b/runtime/vm/raw_object.h |
| @@ -1141,6 +1141,7 @@ class RawCode : public RawObject { |
| RawArray* stackmaps_; |
| RawArray* inlined_id_to_function_; |
| RawCodeSourceMap* code_source_map_; |
| + NOT_IN_PRECOMPILED(RawArray* await_token_positions_); |
|
rmacnak
2017/02/23 17:50:56
Not in this CL, but many of these should really be
Cutch
2017/02/24 20:19:21
Acknowledged.
|
| NOT_IN_PRECOMPILED(RawInstructions* active_instructions_); |
| NOT_IN_PRECOMPILED(RawArray* deopt_info_array_); |
| // (code-offset, function, code) triples. |