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

Method HasProp

source/script_object.cpp:2271–2274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2269}
2270
2271bool Object::HasProp(name_t name)
2272{
2273 return FindField(name) || mBase && mBase->HasProp(name);
2274}
2275
2276IObject *Object::GetMethod(name_t name)
2277{

Callers 1

BIF_DECLFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected