Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c162 …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()
Ddebugger.h54 #define JERRY_DEBUGGER_SEND_SIZE(count, type) \ macro