-
Notifications
You must be signed in to change notification settings - Fork 682
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
Conversation
} | ||
case ECMA_BUILTIN_STRING_OBJECT_RAW: | ||
{ | ||
return ecma_builtin_string_object_raw (this_arg, arguments_list_p, arguments_number); |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only minor things.
JerryScript-DCO-1.0-Signed-off-by: Orkenyi Virag [email protected]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
JerryScript-DCO-1.0-Signed-off-by: Virag Orkenyi [email protected]