判断给定 map 类型的 lynx_value 中是否包含 key 对应的属性
| Key | Description |
|---|---|
| [in] env | lynx_value 的运行环境,一般情况下是 nullptr |
| [in] object | 被查询的 map |
| [in] utf8name | 要检查其存在性的属性的名称 |
| [out] result | 是否包含这个属性 |
Returns lynx_api_ok if the API succeeded. Returns lynx_api_map_expected if the types do not match.