Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index f95b4e82103e6fd35cd86f43aae409dc362f70d2..534436cb4a38d441b90b73c315680dd3bac9ab3f 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -2249,6 +2249,8 @@ class Function : public Object { |
| return OFFSET_OF(RawFunction, entry_point_); |
| } |
| + virtual intptr_t Hash() const; |
| + |
| // Returns true if there is at least one debugger breakpoint |
| // set in this function. |
| bool HasBreakpoint() const; |