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

Method Base

source/script_object.h:447–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445
446 Object *GetNativeBase();
447 Object *Base()
448 {
449 return mBase; // Callers only want to call Invoke(), so no AddRef is done.
450 }
451
452 LPTSTR Type() override;
453 bool IsOfType(Object *aPrototype) override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected