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
@@ -133,7 +133,7 @@ ecma_op_create_arguments_object (ecma_object_t *func_obj_p, /**< callee function
/* 7. */
prop_value_p = ecma_create_named_data_property (obj_p,
ecma_get_length_string (),
ecma_get_magic_string (LIT_MAGIC_STRING_LENGTH),
ECMA_PROPERTY_CONFIGURABLE_WRITABLE,
NULL);