Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array.prototype.map() #135

Closed

Conversation

lvidacs
Copy link
Contributor

@lvidacs lvidacs commented May 29, 2015

JerryScript-DCO-1.0-Signed-off-by: Laszlo Vidacs [email protected]

@egavrin egavrin added this to the ECMA builtins milestone May 31, 2015
@egavrin egavrin added the ecma builtins Related to ECMA built-in routines label May 31, 2015
@ILyoan ILyoan mentioned this pull request Jun 1, 2015
25 tasks
static ecma_completion_value_t
ecma_builtin_array_prototype_object_map (ecma_value_t this_arg, /**< this argument */
ecma_value_t arg1, /**< callbackfn */
ecma_value_t arg2) /**< thisArg */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incorrect indentation, please align the arguments under the first one.

JerryScript-DCO-1.0-Signed-off-by: Laszlo Vidacs [email protected]
@lvidacs lvidacs force-pushed the array_prototype_map branch from 1cdb062 to 0921f85 Compare June 1, 2015 15:53
@galpeter
Copy link
Contributor

galpeter commented Jun 2, 2015

looks good to me

@egavrin
Copy link
Contributor

egavrin commented Jun 2, 2015

make push

@galpeter
Copy link
Contributor

galpeter commented Jun 4, 2015

Rebased & merged in: 4547b0f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ecma builtins Related to ECMA built-in routines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants