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

Method IsOfType

source/script_object.cpp:936–940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

934
935
936bool ObjectBase::IsOfType(Object *aPrototype)
937{
938 auto base = Base();
939 return base == aPrototype || base->IsDerivedFrom(aPrototype);
940}
941
942bool Object::IsOfType(Object *aPrototype)
943{

Callers 2

CallMethod · 0.80
ParamToObjectOrBaseFunction · 0.80

Calls 1

IsDerivedFromMethod · 0.80

Tested by

no test coverage detected