Update API reference

JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
László Langó 2016-06-17 14:38:55 +02:00
parent ea0176764e
commit 388b442d10
2 changed files with 2641 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -109,7 +109,7 @@ typedef void (*jerry_object_free_callback_t) (const uintptr_t native_p);
* Function type applied for each fields in objects
*/
typedef bool (*jerry_object_field_foreach_t) (const jerry_string_t *field_name_p,
const jerry_value_t field_value_p,
const jerry_value_t field_value,
void *user_data_p);
/**