MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / WriteBaseProperty

Method WriteBaseProperty

source/Debugger.cpp:2797–2801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2795
2796
2797void 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
2804void Debugger::PropertyWriter::WriteDynamicProperty(LPTSTR aName)

Callers 1

DebugWritePropertyMethod · 0.80

Calls 2

ExprTokenTypeClass · 0.85
AppendMethod · 0.45

Tested by

no test coverage detected