mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
We should keep the `jerry_` prefix for public API which is either declared in jerry-core/include or implemented in jerry-core/api. Moreover, we should also keep the convention to use short identifiers for componentization within jerry-core, and use these identifiers as directory names, file name prefixes, and identifier prefixes. Therefore, the tools/gen-unicode.py-generated arrays in jerry-core/lit are renamed to use `lit_` prefix instead of `jerry_`. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu