Skip to content

Add custom dispatcher to builtin_string #4661

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

Merged
merged 1 commit into from
Jun 24, 2021

Conversation

orkvi
Copy link
Contributor

@orkvi orkvi commented Apr 23, 2021

JerryScript-DCO-1.0-Signed-off-by: Virag Orkenyi [email protected]

}
case ECMA_BUILTIN_STRING_OBJECT_RAW:
{
return ecma_builtin_string_object_raw (this_arg, arguments_list_p, arguments_number);
Copy link
Member

Choose a reason for hiding this comment

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

argument this is all unused in all these three functions, and the behavior is same when no arguments is passed. This common part should be the part of the dispatcher

Copy link
Member

@zherczeg zherczeg left a comment

Choose a reason for hiding this comment

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

Only minor things.

@orkvi orkvi force-pushed the builtin_string branch from a5920b6 to d9595e6 Compare May 25, 2021 07:11
JerryScript-DCO-1.0-Signed-off-by: Orkenyi Virag [email protected]
@orkvi orkvi force-pushed the builtin_string branch from d9595e6 to 9ee0de1 Compare May 26, 2021 08:46
Copy link
Member

@zherczeg zherczeg left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@galpeter galpeter left a comment

Choose a reason for hiding this comment

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

lgtm

@rerobika rerobika merged commit 811fd4c into jerryscript-project:master Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants