Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 2724) |
| +++ runtime/vm/object.h (working copy) |
| @@ -1752,6 +1752,7 @@ |
| RawString* GetName(intptr_t var_index) const; |
| void GetRange(intptr_t var_index, |
| intptr_t* begin_token_pos, intptr_t* end_token_pos) const; |
| + intptr_t GetSlotIndex(intptr_t var_index) const; |
| void SetVar(intptr_t var_index, |
| const String& name, |