Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c352 size_t str_limit = 255; in jerry_debugger_copy_variables_to_string_message() local
387 str_size = (str_buff_size > str_limit) ? str_limit : str_buff_size; in jerry_debugger_copy_variables_to_string_message()