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

Method IsClassPrototype

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

Source from the content-addressed store, hash-verified

441 }
442
443 bool IsClassPrototype() { return mFlags & ClassPrototype; }
444 bool IsNativeClassPrototype() { return mFlags & NativeClassPrototype; }
445
446 Object *GetNativeBase();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected