| 1306 | } |
| 1307 | |
| 1308 | ResultType 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 | |
| 1314 | ResultType Object::HasOwnProp(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount) |
| 1315 | { |
nothing calls this directly
no outgoing calls
no test coverage detected