Chromium Code Reviews| Index: runtime/vm/object.cc |
| =================================================================== |
| --- runtime/vm/object.cc (revision 23072) |
| +++ runtime/vm/object.cc (working copy) |
| @@ -3340,6 +3340,11 @@ |
| } |
| +void Function::set_deopt_history(const Array& value) const { |
| + StorePointer(&raw_ptr()->deopt_history_, value.raw()); |
| +} |
| + |
| + |
| RawContextScope* Function::context_scope() const { |
| if (IsClosureFunction()) { |
| const Object& obj = Object::Handle(raw_ptr()->data_); |