Add missing argument of jerry_parse_and_save_snapshot in API reference (#1537)
JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com
This commit is contained in:
committed by
László Langó
parent
8b5d645df6
commit
5d7972d053
@@ -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,
|
size_t global_mode_snapshot_size = jerry_parse_and_save_snapshot (code_to_snapshot_p,
|
||||||
strlen ((const char *) code_to_snapshot_p),
|
strlen ((const char *) code_to_snapshot_p),
|
||||||
true,
|
true,
|
||||||
|
false,
|
||||||
global_mode_snapshot_buffer,
|
global_mode_snapshot_buffer,
|
||||||
sizeof (global_mode_snapshot_buffer));
|
sizeof (global_mode_snapshot_buffer));
|
||||||
jerry_cleanup ();
|
jerry_cleanup ();
|
||||||
|
|||||||
Reference in New Issue
Block a user