Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 40444) |
| +++ runtime/vm/object.h (working copy) |
| @@ -6740,6 +6740,8 @@ |
| return RawObject::IsTypedDataClassId(cid); |
| } |
| + static RawTypedData* EmptyUint32Array(Isolate* isolate); |
| + |
| protected: |
| void SetLength(intptr_t value) const { |
| raw_ptr()->length_ = Smi::New(value); |