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

Method IsNativeClassPrototype

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

Source from the content-addressed store, hash-verified

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

Callers 2

GetNativeBaseMethod · 0.80
CanSetBaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected