| Index: runtime/vm/debugger_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/debugger_ia32.cc (revision 28466)
|
| +++ runtime/vm/debugger_ia32.cc (working copy)
|
| @@ -17,14 +17,6 @@
|
|
|
| namespace dart {
|
|
|
| -// TODO(hausner): Handle captured variables.
|
| -RawInstance* ActivationFrame::GetLocalVarValue(intptr_t slot_index) {
|
| - uword var_address = fp() + slot_index * kWordSize;
|
| - return reinterpret_cast<RawInstance*>(
|
| - *reinterpret_cast<uword*>(var_address));
|
| -}
|
| -
|
| -
|
| RawInstance* ActivationFrame::GetInstanceCallReceiver(
|
| intptr_t num_actual_args) {
|
| ASSERT(num_actual_args > 0); // At minimum we have a receiver on the stack.
|
|
|