Home
last modified time | relevance | path

Searched refs:jerry_value_to_string (Results 1 – 11 of 11) sorted by relevance

/third_party/jerryscript/jerry-ext/handler/
Dhandler-print.c62 str_val = jerry_value_to_string (args_p[arg_index]); in jerryx_handler_print()
/third_party/jerryscript/targets/curie_bsp/jerry_app/quark/
Dmain.c50 jerry_value_t err_str_val = jerry_value_to_string (ret_value); in jerry_resolve_error()
/third_party/jerryscript/tests/unit-core/
Dtest-api.c904 jerry_value_t err_str_val = jerry_value_to_string (parsed_code_val); in main()
923 err_str_val = jerry_value_to_string (parsed_code_val); in main()
945 err_str_val = jerry_value_to_string (res); in main()
/third_party/jerryscript/jerry-main/
Dmain-unix.c149 jerry_value_t err_str_val = jerry_value_to_string (error_value); in print_unhandled_exception()
833 jerry_value_t str_val = jerry_value_to_string (abort_value); in main()
Dmain-unix-snapshot.c178 jerry_value_t err_str_val = jerry_value_to_string (error_value); in print_unhandled_exception()
/third_party/jerryscript/targets/nuttx-stm32f4/
Djerry_main.c162 jerry_value_t err_str_val = jerry_value_to_string (error_value); in print_unhandled_exception()
/third_party/jerryscript/jerry-ext/arg/
Darg-transform-functions.c334 jerry_value_t to_string = jerry_value_to_string (js_arg); in jerryx_arg_transform_string_common()
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h481 jerry_value_t jerry_value_to_string (const jerry_value_t value);
/third_party/jerryscript/docs/
D03.API-EXAMPLE.md307 - `jerry_value_to_string`
328 jerry_value_t string_value = jerry_value_to_string (arguments[0]);
D02.API-REFERENCE.md3337 ## jerry_value_to_string section in Converters of 'jerry_value_t'
3350 jerry_value_to_string (const jerry_value_t value);
3365 jerry_value_t string_value = jerry_value_to_string (value);
/third_party/jerryscript/jerry-core/api/
Djerry.c1382 jerry_value_to_string (const jerry_value_t value) /**< input value */ in jerry_value_to_string() function