Fix three async function issues. (#3863)

- Invalid assert
- Add missing async prefix check when an identifier is enclosed in brackets
- Adding a new byte-code

Fixes #3855
Fixes #3856
Fixes #3857

JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
Zoltan Herczeg
2020-06-08 10:25:34 +02:00
committed by GitHub
parent c2c623df79
commit ab2e821777
8 changed files with 59 additions and 14 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ extern "C"
/**
* Jerry snapshot format version.
*/
#define JERRY_SNAPSHOT_VERSION (45u)
#define JERRY_SNAPSHOT_VERSION (46u)
/**
* Flags for jerry_generate_snapshot and jerry_generate_function_snapshot.