Implementing 'func_expr_n' opcode handler.

This commit is contained in:
Ruben Ayrapetyan
2014-08-26 22:15:40 +04:00
parent 6cfcedb053
commit f8907573dd
2 changed files with 99 additions and 9 deletions
+2 -2
View File
@@ -440,7 +440,7 @@ ecma_op_create_immutable_binding (ecma_object_t *lex_env_p, /**< lexical environ
prop_p->u.named_data_property.value.value_type = ECMA_TYPE_SIMPLE;
prop_p->u.named_data_property.value.value = ECMA_SIMPLE_VALUE_EMPTY;
break;
return;
}
case ECMA_LEXICAL_ENVIRONMENT_OBJECTBOUND:
{
@@ -479,7 +479,7 @@ ecma_op_initialize_immutable_binding (ecma_object_t *lex_env_p, /**< lexical env
ecma_gc_update_may_ref_younger_object_flag_by_value (lex_env_p, value);
break;
return;
}
case ECMA_LEXICAL_ENVIRONMENT_OBJECTBOUND:
{