Closed
Description
Planned API changes
- Change 'jerry_api' prefix to 'jerry_' Update API functions #1124
- Unify error handling Update jerry API #1147
- Use const object parameters in getter API functions Use const object parameters in getter API functions #1047 (wontfix)
- Remove unnecessary or internal functions/structures from public API
- Remove 'jerry_value_t' structure from API Use 'ecma_value_t' in Jerry API #1138
- Remove 'jerry_string_t' and 'jerry_object_t' Jerry API update #1177
- Add missing API functions
- Converter functions (ToBoolean, ToNumber, ToObject) Add conversion API functions #1150
- Array helpers (ex.: GetLength, GetElements) Add new API function #1161
- Get/set prototype Jerry API update #1177
- Define and get properties Jerry API update #1177
- Update API references and examples Update API examples #1157, Update API reference #1160, Update API reference to the new API #1197
- Add more unit tests Jerry API update #1177