| 2795 | |
| 2796 | |
| 2797 | void Debugger::PropertyWriter::WriteBaseProperty(IObject *aBase) |
| 2798 | { |
| 2799 | mProp.fullname.Append(".<base>", 7); |
| 2800 | _WriteProperty(ExprTokenType(aBase), mProp.this_object ? mProp.this_object : mObject); |
| 2801 | } |
| 2802 | |
| 2803 | |
| 2804 | void Debugger::PropertyWriter::WriteDynamicProperty(LPTSTR aName) |
no test coverage detected