Home
last modified time | relevance | path

Searched refs:debugger_stop_context (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/api/
Djerry-debugger.c47 JERRY_CONTEXT (debugger_stop_context) = NULL; in jerry_debugger_stop()
63 JERRY_CONTEXT (debugger_stop_context) = NULL; in jerry_debugger_continue()
Djerry-debugger-transport.c103 JERRY_CONTEXT (debugger_stop_context) = NULL; in jerry_debugger_transport_start()
Djerry.c2880 JERRY_CONTEXT (debugger_stop_context) = NULL; in jerry_call_function()
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c571 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()
/third_party/jerryscript/jerry-core/jcontext/
Djcontext.h204 …vm_frame_ctx_t *debugger_stop_context; /**< stop only if the current context is equal to this cont… member
/third_party/jerryscript/jerry-core/vm/
Dvm.c3917 && (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()