| 158 | return GetFunctionsFromScript(piDispatch, namesArray, IdArray, INVOKE_FUNC); |
| 159 | } |
| 160 | int GetPropertyGetsFromScript(IDispatch *piDispatch, vector<String>& namesArray, vector<int> &IdArray) |
| 161 | { |
| 162 | return GetFunctionsFromScript(piDispatch, namesArray, IdArray, INVOKE_PROPERTYGET); |
| 163 | } |
| 164 | |
| 165 | |
| 166 | /** |
no test coverage detected