Searched refs:breakpoint_info_count (Results 1 – 2 of 2) sorted by relevance
832 JERRY_ASSERT (context_p->breakpoint_info_count > 0); in parser_send_breakpoints()836 context_p->breakpoint_info_count * sizeof (parser_breakpoint_info_t)); in parser_send_breakpoints()838 context_p->breakpoint_info_count = 0; in parser_send_breakpoints()853 if (context_p->breakpoint_info_count >= JERRY_DEBUGGER_SEND_MAX (parser_breakpoint_info_t)) in parser_append_breakpoint_info()858 context_p->breakpoint_info[context_p->breakpoint_info_count].value = value; in parser_append_breakpoint_info()859 context_p->breakpoint_info_count = (uint16_t) (context_p->breakpoint_info_count + 1); in parser_append_breakpoint_info()973 && context_p->breakpoint_info_count > 0) in parser_post_processing()976 JERRY_ASSERT (context_p->breakpoint_info_count == 0); in parser_post_processing()1531 && context_p->breakpoint_info_count > 0) in parser_post_processing()1534 JERRY_ASSERT (context_p->breakpoint_info_count == 0); in parser_post_processing()[all …]
567 uint16_t breakpoint_info_count; /**< current breakpoint index */ member