Searched refs:parser_breakpoint_info_t (Results 1 – 2 of 2) sorted by relevance
441 } parser_breakpoint_info_t; typedef447 (JERRY_DEBUGGER_TRANSPORT_MAX_BUFFER_SIZE / sizeof (parser_breakpoint_info_t))566 …parser_breakpoint_info_t breakpoint_info[PARSER_MAX_BREAKPOINT_INFO_COUNT]; /**< breakpoint info l…
836 context_p->breakpoint_info_count * sizeof (parser_breakpoint_info_t)); in parser_send_breakpoints()853 if (context_p->breakpoint_info_count >= JERRY_DEBUGGER_SEND_MAX (parser_breakpoint_info_t)) in parser_append_breakpoint_info()