| Index: runtime/vm/object.h
|
| ===================================================================
|
| --- runtime/vm/object.h (revision 3014)
|
| +++ runtime/vm/object.h (working copy)
|
| @@ -1754,13 +1754,16 @@
|
| intptr_t Length() const;
|
|
|
| RawString* GetName(intptr_t var_index) const;
|
| - void GetRange(intptr_t var_index,
|
| - intptr_t* begin_token_pos, intptr_t* end_token_pos) const;
|
| + void GetScopeInfo(intptr_t var_index,
|
| + intptr_t* scope_id,
|
| + 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,
|
| intptr_t stack_slot,
|
| + intptr_t scope_id,
|
| intptr_t begin_pos,
|
| intptr_t end_pos) const;
|
|
|
|
|