-
Notifications
You must be signed in to change notification settings - Fork 684
Added the _restore function to "unpop" the argument stack. #2592
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
Added the _restore function to "unpop" the argument stack. #2592
Conversation
ad36072
to
147d9e2
Compare
For me this ok, although I haven't reviewed the original code. Perhaps @akosthekiss could help. |
Please add some test into the |
506f13c
to
f26716b
Compare
I think another round of review could be done here. |
Sorry for the late response. I am not sure this is right way to do this, but I am not against this PR. Please add the new API function to the related documentation ( |
6a516ea
to
a9d05e3
Compare
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.
The code LGTM, but please squash the commits into one.
a9d05e3
to
b4a87c8
Compare
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.
Good for me as well, since there was no objection. Only some style issues needed to fix.
b4a87c8
to
67b49ae
Compare
Added a unit test for the jerryx_arg_js_iterator_restore function. Added the specification to the documentation. JerryScript-DCO-1.0-Signed-off-by: Timothy Harvey [email protected]
67b49ae
to
31d2156
Compare
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
This is a pull request based on the discussion #2581.
Thanks!