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

Method HasOwnProp

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

Source from the content-addressed store, hash-verified

349
350 bool HasOwnProps() { return mFields.Length(); }
351 bool HasOwnProp(name_t aName)
352 {
353 return FindField(aName) != nullptr;
354 }
355
356 enum class PropType
357 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected