Remove ecma_get_length_string (#2234)

Fixes #2231

JerryScript-DCO-1.0-Signed-off-by: Daniella Barsony bella@inf.u-szeged.hu
This commit is contained in:
Yuyupo
2018-03-05 15:17:29 +01:00
committed by László Langó
parent 7b0e1672ae
commit 63e3eaf087
5 changed files with 3 additions and 18 deletions
@@ -62,7 +62,7 @@ ecma_builtin_array_prototype_helper_set_length (ecma_object_t *object, /**< obje
ecma_value_t length_value = ecma_make_number_value (length);
ret_value = ecma_op_object_put (object,
ecma_get_length_string (),
ecma_get_magic_string (LIT_MAGIC_STRING_LENGTH),
length_value,
true),