| 1300 | } |
| 1301 | |
| 1302 | ResultType 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 | |
| 1308 | ResultType Map::__Enum(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount) |
| 1309 | { |
nothing calls this directly
no outgoing calls
no test coverage detected