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

Method OwnProps

source/script_object.cpp:1302–1306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1300}
1301
1302ResultType Object::OwnProps(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount)
1303{
1304 _o_return(new IndexEnumerator(this, ParamIndexToOptionalInt(0, 1)
1305 , static_cast<IndexEnumerator::Callback>(&Object::GetEnumProp)));
1306}
1307
1308ResultType Map::__Enum(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount)
1309{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected