Searched refs:debugger_stop_context (Results 1 – 6 of 6) sorted by relevance
47 JERRY_CONTEXT (debugger_stop_context) = NULL; in jerry_debugger_stop()63 JERRY_CONTEXT (debugger_stop_context) = NULL; in jerry_debugger_continue()
103 JERRY_CONTEXT (debugger_stop_context) = NULL; in jerry_debugger_transport_start()
2880 JERRY_CONTEXT (debugger_stop_context) = NULL; in jerry_call_function()
571 JERRY_CONTEXT (debugger_stop_context) = NULL; in jerry_debugger_send_eval()857 JERRY_CONTEXT (debugger_stop_context) = NULL; in jerry_debugger_process_message()867 JERRY_CONTEXT (debugger_stop_context) = NULL; in jerry_debugger_process_message()877 JERRY_CONTEXT (debugger_stop_context) = NULL; in jerry_debugger_process_message()887 JERRY_CONTEXT (debugger_stop_context) = JERRY_CONTEXT (vm_top_context_p); in jerry_debugger_process_message()900 JERRY_CONTEXT (debugger_stop_context) = JERRY_CONTEXT (vm_top_context_p->prev_context_p); in jerry_debugger_process_message()
204 …vm_frame_ctx_t *debugger_stop_context; /**< stop only if the current context is equal to this cont… member
3917 && (JERRY_CONTEXT (debugger_stop_context) == NULL in vm_loop()3918 || JERRY_CONTEXT (debugger_stop_context) == JERRY_CONTEXT (vm_top_context_p))) in vm_loop()3943 && (JERRY_CONTEXT (debugger_stop_context) == NULL in vm_loop()3944 || JERRY_CONTEXT (debugger_stop_context) == JERRY_CONTEXT (vm_top_context_p))) in vm_loop()4420 if (JERRY_CONTEXT (debugger_stop_context) == JERRY_CONTEXT (vm_top_context_p)) in vm_execute()4424 JERRY_CONTEXT (debugger_stop_context) = NULL; in vm_execute()