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

Method GetNativeBase

source/script_object.cpp:958–965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

956
957
958Object *Object::GetNativeBase()
959{
960 Object *base;
961 for (base = mBase; base; base = base->mBase)
962 if (base->IsNativeClassPrototype())
963 return base;
964 return nullptr;
965}
966
967
968bool Object::CanSetBase(Object *aBase)

Callers 1

CanSetBaseMethod · 0.80

Calls 1

Tested by

no test coverage detected