Remove exit completion value type.

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
Ruben Ayrapetyan
2015-06-28 15:03:36 +03:00
committed by Evgeny Gavrin
parent 447358cd4a
commit 06dffdec8f
20 changed files with 34 additions and 141 deletions
-6
View File
@@ -2599,12 +2599,6 @@ dump_retval (operand op)
dump_single_address (getop_retval, op);
}
void
dump_exit (void)
{
serializer_dump_op_meta (create_op_meta_000 (getop_exitval (0)));
}
void
dumper_init (void)
{
-1
View File
@@ -234,6 +234,5 @@ void rewrite_reg_var_decl (void);
void dump_ret (void);
void dump_retval (operand op);
void dump_exit (void);
#endif /* OPCODES_DUMPER_H */
+1 -1
View File
@@ -3102,7 +3102,7 @@ parser_parse_program (const char *source_p, /**< source code buffer */
}
else
{
dump_exit ();
dump_ret ();
}
#ifndef JERRY_NDEBUG
-2
View File
@@ -318,7 +318,6 @@ generate_opcode (scopes_tree tree, opcode_counter_t opc_index, lit_id_hash_table
change_uid (om, lit_ids, 0x100);
break;
}
case OPCODE (exitval):
case OPCODE (ret):
case OPCODE (try_block):
case OPCODE (jmp_up):
@@ -458,7 +457,6 @@ count_new_literals_in_opcode (scopes_tree tree, opcode_counter_t opc_index)
insert_uids_to_lit_id_map (om, 0x100);
break;
}
case OPCODE (exitval):
case OPCODE (ret):
case OPCODE (try_block):
case OPCODE (jmp_up):