Home
last modified time | relevance | path

Searched refs:debugger_exception_byte_code_p (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/jcontext/
Djcontext.h205 …const uint8_t *debugger_exception_byte_code_p; /**< Location of the currently executed byte code i… member
/third_party/jerryscript/jerry-core/vm/
Dvm.c623 JERRY_CONTEXT (debugger_exception_byte_code_p) = frame_ctx_p->byte_code_p; in vm_super_call()
719 JERRY_CONTEXT (debugger_exception_byte_code_p) = frame_ctx_p->byte_code_p; in vm_spread_operation()
811 JERRY_CONTEXT (debugger_exception_byte_code_p) = frame_ctx_p->byte_code_p; in opfunc_call()
892 JERRY_CONTEXT (debugger_exception_byte_code_p) = frame_ctx_p->byte_code_p; in opfunc_construct()
2662 frame_ctx_p->byte_code_p = JERRY_CONTEXT (debugger_exception_byte_code_p); in vm_loop()