Searched refs:JERRY_DEBUGGER_SEND_SIZE (Results 1 – 2 of 2) sorted by relevance
162 …const size_t max_message_size = JERRY_DEBUGGER_SEND_SIZE (max_frame_count, jerry_debugger_frame_t); in jerry_debugger_send_backtrace()222 const size_t max_message_size = JERRY_DEBUGGER_SEND_SIZE (max_byte_count, uint8_t); in jerry_debugger_send_scope_chain()347 const size_t max_message_size = JERRY_DEBUGGER_SEND_SIZE (max_byte_count, uint8_t); in jerry_debugger_copy_variables_to_string_message()1340 const size_t max_message_size = JERRY_DEBUGGER_SEND_SIZE (max_byte_count, uint8_t); in jerry_debugger_send_string()
54 #define JERRY_DEBUGGER_SEND_SIZE(count, type) \ macro