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

Method HasOwnProp

source/script_object.cpp:1314–1317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1312}
1313
1314ResultType Object::HasOwnProp(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount)
1315{
1316 _o_return(FindField(ParamIndexToString(0, _f_number_buf)) != nullptr);
1317}
1318
1319ResultType Map::Has(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount)
1320{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected