Fix attributes of length property for bound function (#3659)
fix length property of bound function objects to be configurable (ECMA-262 v6, 19.2.4.1) JerryScript-DCO-1.0-Signed-off-by: HyukWoo Park hyukwoo.park@samsung.com
This commit is contained in:
@@ -99,7 +99,8 @@ ecma_op_external_function_list_lazy_property_names (uint32_t opts,
|
||||
ecma_collection_t *non_enum_collection_p);
|
||||
|
||||
void
|
||||
ecma_op_bound_function_list_lazy_property_names (uint32_t opts,
|
||||
ecma_op_bound_function_list_lazy_property_names (ecma_object_t *object_p,
|
||||
uint32_t opts,
|
||||
ecma_collection_t *main_collection_p,
|
||||
ecma_collection_t *non_enum_collection_p);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user