MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / ~Object

Method ~Object

source/script_object.cpp:459–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457
458
459Object::~Object()
460{
461 if (mBase)
462 mBase->Release();
463}
464
465
466void Map::Clear()

Callers

nothing calls this directly

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected