Fix terminology of snapshot saving in literals and main
In case of literals and in main, snapshot saving is incorrectly named dumping. Elsewhere in the code, 'dump' functions output debug data (even literals have a `lit_dump_literals` debug function). To help distinction and to align terminologies, snapshot saving functions of literals and command line options of main are also re-named 'save'. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
@@ -28,7 +28,7 @@ typedef struct
|
||||
|
||||
#ifdef JERRY_ENABLE_SNAPSHOT_SAVE
|
||||
extern bool
|
||||
lit_dump_literals_for_snapshot (uint8_t *,
|
||||
lit_save_literals_for_snapshot (uint8_t *,
|
||||
size_t,
|
||||
size_t *,
|
||||
lit_mem_to_snapshot_id_map_entry_t **,
|
||||
|
||||
Reference in New Issue
Block a user