Add literal property to the byte code list. (#2397)

Initializing a property with a constant is frequent in object initializers.

JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
Zoltan Herczeg
2018-06-20 09:06:59 +02:00
committed by GitHub
parent 7f56756e11
commit acdbbf2261
4 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ typedef struct
/**
* Jerry snapshot format version.
*/
#define JERRY_SNAPSHOT_VERSION (13u)
#define JERRY_SNAPSHOT_VERSION (14u)
/**
* Snapshot configuration flags.