Lines Matching refs:code
491 def eval(self, code):
492 self._send_string(JERRY_DEBUGGER_EVAL_EVAL + code, JERRY_DEBUGGER_EVAL)
495 def eval_at(self, code, index):
496 self._send_string(JERRY_DEBUGGER_EVAL_EVAL + code, JERRY_DEBUGGER_EVAL, index)
499 def throw(self, code):
500 self._send_string(JERRY_DEBUGGER_EVAL_THROW + code, JERRY_DEBUGGER_EVAL)
788 result += "Byte code bytes: %s\n" % memory_stats[1]
880 return "Error: connection lost during source code receiving"
934 logging.debug("Byte code cptr received: {0x%x}", byte_code_cp)
938 # We know the last item in the list is the general byte code.
1036 logging.debug("Function {0x%x} byte-code released", byte_code_cp)