| 1317 | } |
| 1318 | |
| 1319 | ResultType Map::Has(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount) |
| 1320 | { |
| 1321 | SymbolType key_type; |
| 1322 | Key key; |
| 1323 | index_t insert_pos; |
| 1324 | auto item = FindItem(*aParam[0], _f_number_buf, /*out*/ key_type, /*out*/ key, /*out*/ insert_pos); |
| 1325 | _o_return(item != nullptr); |
| 1326 | } |
| 1327 | |
| 1328 | ResultType Object::Clone(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount) |
| 1329 | { |
nothing calls this directly
no outgoing calls
no test coverage detected