Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2271
bool Object::HasProp(name_t name)
2272
{
2273
return FindField(name) || mBase && mBase->HasProp(name);
2274
}
2275
2276
IObject *Object::GetMethod(name_t name)
2277
{
Callers
1
BIF_DECL
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected