Skip to content

Update API functions #1124

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

Conversation

LaszloLango
Copy link
Contributor

  • Rename 'jerry_api_' prefix to 'jerry_'
  • Fix minor style issues
  • Group the API functions and add comment to each group
  • Move engine behaviour related funtions to 'jerry.h'

JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com

@LaszloLango LaszloLango added enhancement An improvement api Related to the public API labels Jun 6, 2016
@LaszloLango
Copy link
Contributor Author

If we accept this PR, then I'll add an additional commit to the PR that updates the names in the related documentations.

@LaszloLango LaszloLango added this to the Release v1.0 milestone Jun 7, 2016
* just when it becomes unnecessary.
*/
static void
jerry_api_convert_ecma_value_to_api_value (jerry_api_value_t *out_value_p, /**< [out] api value */
jerry_convert_ecma_value_to_api_value (jerry_value_t *out_value_p, /**< [out] api value */
Copy link
Member

Choose a reason for hiding this comment

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

Alignment issue

@zherczeg
Copy link
Member

zherczeg commented Jun 8, 2016

Good. LGTM

@dbatyai
Copy link
Member

dbatyai commented Jun 8, 2016

LGTM

 * Rename 'jerry_api_' prefix to 'jerry_'
 * Fix minor style issues
 * Group the API functions and add comment to each group
 * Move engine behaviour related funtions to 'jerry.h'

JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
@LaszloLango LaszloLango merged commit b5efa2e into jerryscript-project:master Jun 8, 2016
@LaszloLango LaszloLango mentioned this pull request Jun 15, 2016
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Related to the public API enhancement An improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants