jerryscript-project / jerryscript

Ultra-lightweight JavaScript engine for the Internet of Things.
https://jerryscript.net
Apache License 2.0
6.91k stars 669 forks source link

Reduce or even remove the usage of strlen in jerry-core and ext by improve the jerry port api #4980

Open lygstate opened 2 years ago

lygstate commented 2 years ago

Using consistence const jerry_char_t* path_p, jerry_size_t path_size for all path handling.

JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com