Searched refs:JERRY_DEBUGGER_SCOPE_VARIABLES_END (Results 1 – 3 of 3) sorted by relevance
161 JERRY_DEBUGGER_SCOPE_VARIABLES_END = 31, /**< last output of scope variables */ enumerator
446 jerry_debugger_send_type (JERRY_DEBUGGER_SCOPE_VARIABLES_END); in jerry_debugger_send_scope_variables()537 message_string_p->type = JERRY_DEBUGGER_SCOPE_VARIABLES_END; in jerry_debugger_send_scope_variables()
59 JERRY_DEBUGGER_SCOPE_VARIABLES_END = 31 variable810 … elif buffer_type in [JERRY_DEBUGGER_SCOPE_VARIABLES, JERRY_DEBUGGER_SCOPE_VARIABLES_END]:813 if buffer_type == JERRY_DEBUGGER_SCOPE_VARIABLES_END: