-
Notifications
You must be signed in to change notification settings - Fork 683
Use ecma-collection in JSON. #543
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
|
||
return false; | ||
} /* list_has_element */ | ||
ecma_collection_iterator_t iterator; |
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.
Maybe, the function should be named ecma_has_object_value_in_collection
.
aafed1a
to
653c815
Compare
I've updated the pull request. |
ecma_string_t *gap_str_p; | ||
|
||
/** The replacer function. */ | ||
ecma_object_t *replacer_function_p; | ||
} stringify_context_t; |
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.
Could you, please, also add ecma_json_
or ecma_
prefix to the structure name?
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.
Of course. Done.
Looks good to me |
653c815
to
bf94ded
Compare
The simple list data structure has been replaced with ecma-collection in the JSON object. JerryScript-DCO-1.0-Signed-off-by: Roland Takacs rtakacs.u-szeged@partner.samsung.com
bf94ded
to
ff580ca
Compare
lgtm |
LGTM |
The simple list data structure has replaced with ecma-collection in the JSON object.