| 1312 | } |
| 1313 | |
| 1314 | ResultType Object::HasOwnProp(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount) |
| 1315 | { |
| 1316 | _o_return(FindField(ParamIndexToString(0, _f_number_buf)) != nullptr); |
| 1317 | } |
| 1318 | |
| 1319 | ResultType Map::Has(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount) |
| 1320 | { |
nothing calls this directly
no outgoing calls
no test coverage detected