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

Method GetOwnPropMethod

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

Source from the content-addressed store, hash-verified

394 }
395
396 IObject *GetOwnPropMethod(name_t name)
397 {
398 auto field = FindField(name);
399 return field && field->symbol == SYM_DYNAMIC ? field->prop->Method() : nullptr;
400 }
401
402 IObject *GetOwnPropGetter(name_t name)
403 {

Callers 1

DefineClassVarInitMethod · 0.80

Calls 1

MethodMethod · 0.80

Tested by

no test coverage detected