List of lazy instantiated properties' names in ecma_op_object_get_property_names.
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
@@ -31,6 +31,13 @@ ecma_op_create_string_object (const ecma_value_t *, ecma_length_t);
|
||||
extern ecma_property_t *
|
||||
ecma_op_string_object_get_own_property (ecma_object_t *, ecma_string_t *);
|
||||
|
||||
extern void
|
||||
ecma_op_string_list_lazy_property_names (ecma_object_t *,
|
||||
bool,
|
||||
ecma_collection_header_t *,
|
||||
ecma_collection_header_t *);
|
||||
|
||||
|
||||
/**
|
||||
* @}
|
||||
* @}
|
||||
|
||||
Reference in New Issue
Block a user