Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 33281) |
| +++ runtime/vm/object.h (working copy) |
| @@ -1480,6 +1480,7 @@ |
| // Sets function's code and code's function. |
| void SetCode(const Code& value) const; |
| + void ClearCode() const; |
| // Disables optimized code and switches to unoptimized code. |
| void SwitchToUnoptimizedCode() const; |