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:
@@ -41,7 +41,7 @@ typedef struct
|
||||
/**
|
||||
* Jerry snapshot format version.
|
||||
*/
|
||||
#define JERRY_SNAPSHOT_VERSION (13u)
|
||||
#define JERRY_SNAPSHOT_VERSION (14u)
|
||||
|
||||
/**
|
||||
* Snapshot configuration flags.
|
||||
|
||||
Reference in New Issue
Block a user