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

Method IsInstanceExact

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

Source from the content-addressed store, hash-verified

816
817 static void *sVTable;
818 static bool IsInstanceExact(IObject *aObj) { return *(void **)aObj == sVTable; } // Benchmarked a little faster than aObj->IsOfType(BufferObject::sPrototype);
819};
820
821

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected