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