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

Method Next

source/script_object.cpp:2103–2106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2101
2102
2103ResultType IndexEnumerator::Next(Var *var0, Var *var1)
2104{
2105 return (mObject->*mGetItem)(++mIndex, var0, var1, mParamCount);
2106}
2107
2108
2109ResultType Object::GetEnumProp(UINT &aIndex, Var *aName, Var *aVal, int aVarCount)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected