Searched refs:JERRY_DEBUGGER_SEND_MAX (Results 1 – 3 of 3) sorted by relevance
161 const size_t max_frame_count = JERRY_DEBUGGER_SEND_MAX (jerry_debugger_frame_t); in jerry_debugger_send_backtrace()221 const size_t max_byte_count = JERRY_DEBUGGER_SEND_MAX (uint8_t); in jerry_debugger_send_scope_chain()346 const size_t max_byte_count = JERRY_DEBUGGER_SEND_MAX (uint8_t); in jerry_debugger_copy_variables_to_string_message()1315 JERRY_ASSERT (size <= JERRY_DEBUGGER_SEND_MAX (uint8_t)); in jerry_debugger_send_data()1339 const size_t max_byte_count = JERRY_DEBUGGER_SEND_MAX (uint8_t); in jerry_debugger_send_string()
48 #define JERRY_DEBUGGER_SEND_MAX(type) \ macro
853 if (context_p->breakpoint_info_count >= JERRY_DEBUGGER_SEND_MAX (parser_breakpoint_info_t)) in parser_append_breakpoint_info()