Check if the object passed in has the named property.
| Key | Description |
|---|---|
| [in] env | The environment in which lynx value runs, typically nullptr. |
| [in] object | The object to query. |
| [in] utf8name | The name of the property whose existence to check. |
| [out] result | Whether the property exists on the object or not. |
Returns lynx_api_ok if the API succeeded. Returns lynx_api_map_expected if the types do not match.