Builtin objects symbol properties should be lazy listed (#4271)
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
This commit is contained in:
@@ -2180,7 +2180,8 @@ typedef struct
|
||||
uint32_t array_index_named_props; /**< number of array index named properties */
|
||||
uint32_t string_named_props; /**< number of string named properties */
|
||||
uint32_t symbol_named_props; /**< number of symbol named properties */
|
||||
uint32_t lazy_string_named_props; /**< number of lazy instantiated properties */
|
||||
uint32_t lazy_string_named_props; /**< number of lazy instantiated string properties */
|
||||
uint32_t lazy_symbol_named_props; /**< number of lazy instantiated symbol properties */
|
||||
} ecma_property_counter_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user