aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/include/jerryscript-snapshot.h
diff options
context:
space:
mode:
authorZoltan Herczeg <zherczeg.u-szeged@partner.samsung.com>2020-05-12 14:38:17 +0200
committerGitHub <noreply@github.com>2020-05-12 14:38:17 +0200
commit4dc2cb3328556cfb827f740bcb8d23be0ee14075 (patch)
tree2818f618ab918c644e7444a471699a30dc4f9d96 /jerry-core/include/jerryscript-snapshot.h
parentdf7e3031450400edf2088b5eb0368f397a1fd01c (diff)
Implement proper creation of function arguments, let and const declarations. (#3725)
After the rework it is possible to detect use before init errors for function arguments. JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
Diffstat (limited to 'jerry-core/include/jerryscript-snapshot.h')
-rw-r--r--jerry-core/include/jerryscript-snapshot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jerry-core/include/jerryscript-snapshot.h b/jerry-core/include/jerryscript-snapshot.h
index bc32ed8b..263d5cd0 100644
--- a/jerry-core/include/jerryscript-snapshot.h
+++ b/jerry-core/include/jerryscript-snapshot.h
@@ -30,7 +30,7 @@ extern "C"
/**
* Jerry snapshot format version.
*/
-#define JERRY_SNAPSHOT_VERSION (42u)
+#define JERRY_SNAPSHOT_VERSION (43u)
/**
* Flags for jerry_generate_snapshot and jerry_generate_function_snapshot.