Fix prop_getters stack manipulation for assignment expression.

Related issue: #614

JerryScript-DCO-1.0-Signed-off-by: Ilyong Cho ily.cho@samsung.com
This commit is contained in:
Ilyong Cho
2015-10-21 13:25:37 +09:00
parent eaca37c4c9
commit 94cb6aec26
4 changed files with 78 additions and 30 deletions
+1 -1
View File
@@ -425,7 +425,7 @@ void rewrite_conditional_check (void);
void dump_jump_to_end_for_rewrite (void);
void rewrite_jump_to_end (void);
void start_dumping_assignment_expression (void);
void start_dumping_assignment_expression (jsp_operand_t, locus);
jsp_operand_t dump_prop_setter_or_variable_assignment_res (jsp_operand_t, jsp_operand_t);
jsp_operand_t dump_prop_setter_or_addition_res (jsp_operand_t, jsp_operand_t);
jsp_operand_t dump_prop_setter_or_multiplication_res (jsp_operand_t, jsp_operand_t);