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

Method __Enum

source/script_object.cpp:1308–1312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1306}
1307
1308ResultType Map::__Enum(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount)
1309{
1310 _o_return(new IndexEnumerator(this, ParamIndexToOptionalInt(0, 1)
1311 , static_cast<IndexEnumerator::Callback>(&Map::GetEnumItem)));
1312}
1313
1314ResultType Object::HasOwnProp(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount)
1315{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected