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

Implement String.prototype.search, and some minor regexp refactors. #504

Closed
wants to merge 1 commit into from

Conversation

zherczeg
Copy link
Member

JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg@inf.u-szeged.hu

@zherczeg
Copy link
Member Author

zherczeg commented Aug 3, 2015

Any thoughts?

@@ -31,6 +31,10 @@
#include "jrt-libc-includes.h"
#include "lit-char-helpers.h"

#ifndef CONFIG_ECMA_COMPACT_PROFILE_DISABLE_REGEXP_BUILTIN
#include "ecma-regexp-object.h"
#endif
Copy link
Contributor

Choose a reason for hiding this comment

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

Usually, #endif is followed by a condition, under which block above is executed.
In the case: /* !CONFIG_ECMA_COMPACT_PROFILE_DISABLE_REGEXP_BUILTIN */

@ruben-ayrapetyan
Copy link
Contributor

I've got no other comments.

JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg@inf.u-szeged.hu
@zherczeg zherczeg force-pushed the string-prototype-search-dev branch from cfb4635 to 23b41ff Compare August 3, 2015 12:43
@zherczeg
Copy link
Member Author

zherczeg commented Aug 3, 2015

Thank you. Your comments were fixed.

@kkristof
Copy link
Contributor

kkristof commented Aug 3, 2015

Looks good to me.

@egavrin
Copy link
Contributor

egavrin commented Aug 4, 2015

make push

@egavrin egavrin added this to the ECMA builtins milestone Aug 4, 2015
@egavrin egavrin added enhancement An improvement ecma builtins Related to ECMA built-in routines development Feature implementation labels Aug 4, 2015
@zherczeg
Copy link
Member Author

zherczeg commented Aug 4, 2015

Landed in 0a1b6eb

@zherczeg zherczeg closed this Aug 4, 2015
@zherczeg zherczeg deleted the string-prototype-search-dev branch August 4, 2015 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Feature implementation ecma builtins Related to ECMA built-in routines enhancement An improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants