Simple non fixed size jerry_string_to_buffer alternative?

Author: markandCreated Jun 3, 2026Updated Jun 3, 2026

Hi!

Is there a way to get access to a value string raw pointer without having to use fixed size strings and the jerry_string_to_buffer function?

I see that ecma_get_string_from_value exists but as an internal API. Is there an easy way to get access to the internal string?

Source: jerryscript-project/jerryscript