From 5d7972d05332c376dfcde13fb61e9303dcb1a4bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zsolt=20Borb=C3=A9ly?= Date: Mon, 23 Jan 2017 11:13:59 +0100 Subject: [PATCH] Add missing argument of `jerry_parse_and_save_snapshot` in API reference (#1537) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com --- docs/02.API-REFERENCE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/02.API-REFERENCE.md b/docs/02.API-REFERENCE.md index 8c319cf99..768cf4b49 100644 --- a/docs/02.API-REFERENCE.md +++ b/docs/02.API-REFERENCE.md @@ -3287,6 +3287,7 @@ jerry_exec_snapshot (const void *snapshot_p, size_t global_mode_snapshot_size = jerry_parse_and_save_snapshot (code_to_snapshot_p, strlen ((const char *) code_to_snapshot_p), true, + false, global_mode_snapshot_buffer, sizeof (global_mode_snapshot_buffer)); jerry_cleanup ();