Searched refs:CBC_CODE_FLAGS_DEBUGGER_IGNORE (Results 1 – 5 of 5) sorted by relevance
816 CBC_CODE_FLAGS_DEBUGGER_IGNORE = (1u << 9), /**< this function should be ignored by debugger */ enumerator
3891 … JERRY_ASSERT (!(frame_ctx_p->bytecode_header_p->status_flags & CBC_CODE_FLAGS_DEBUGGER_IGNORE)); in vm_loop()3912 … JERRY_ASSERT (!(frame_ctx_p->bytecode_header_p->status_flags & CBC_CODE_FLAGS_DEBUGGER_IGNORE)); in vm_loop()4131 & (CBC_CODE_FLAGS_DEBUGGER_IGNORE | CBC_CODE_FLAGS_STATIC_FUNCTION)) in vm_loop()
1409 && !(bytecode_p->status_flags & CBC_CODE_FLAGS_DEBUGGER_IGNORE) in ecma_bytecode_deref()
177 & (CBC_CODE_FLAGS_DEBUGGER_IGNORE | CBC_CODE_FLAGS_STATIC_FUNCTION)) in jerry_debugger_send_backtrace()
667 bytecode_p->status_flags = (uint16_t) (bytecode_p->status_flags | CBC_CODE_FLAGS_DEBUGGER_IGNORE); in snapshot_load_compiled_code()