Update API functions
* 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
This commit is contained in:
+1
-1
@@ -176,7 +176,7 @@ static const uint16_t vm_decode_table[] =
|
||||
* Run global code
|
||||
*
|
||||
* Note:
|
||||
* returned error value should be freed with jerry_api_release_value
|
||||
* returned error value should be freed with jerry_release_value
|
||||
* just when the value becomes unnecessary.
|
||||
*
|
||||
* @return completion code
|
||||
|
||||
Reference in New Issue
Block a user