Home
last modified time | relevance | path

Searched refs:object_to_stringify (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/api/
Djerry.c4436 jerry_json_stringify (const jerry_value_t object_to_stringify) /**< a jerry_object_t to stringify */ in jerry_json_stringify() argument
4440 ecma_value_t ret_value = ecma_builtin_json_string_from_object (object_to_stringify); in jerry_json_stringify()
4442 if (ecma_is_value_error_reference (object_to_stringify)) in jerry_json_stringify()
4454 JERRY_UNUSED (object_to_stringify); in jerry_json_stringify()
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h708 jerry_value_t jerry_json_stringify (const jerry_value_t object_to_stringify);
/third_party/jerryscript/docs/
D02.API-REFERENCE.md8616 jerry_json_stringify (const jerry_value_t object_to_stringify);
8619 - `object_to_stringify` - a jerry_value_t object to stringify