| 2296 | } |
| 2297 | |
| 2298 | bool Object::HasMethod(name_t aName) |
| 2299 | { |
| 2300 | return GetMethod(aName) != nullptr; |
| 2301 | } |
| 2302 | |
| 2303 | Map::Pair *Map::FindItem(LPTSTR val, index_t left, index_t right, index_t &insert_pos) |
| 2304 | // left and right must be set by caller to the appropriate bounds within mItem. |