Adding ecma_is_property_enumerable, ecma_is_property_configurable helpers.

This commit is contained in:
Ruben Ayrapetyan
2014-08-15 17:22:29 +04:00
parent 8f08c1c70e
commit 21a84afc4f
3 changed files with 52 additions and 9 deletions
+3
View File
@@ -167,6 +167,9 @@ extern void ecma_free_property (ecma_property_t *prop_p);
extern void ecma_delete_property (ecma_object_t *obj_p, ecma_property_t *prop_p);
extern bool ecma_is_property_enumerable (ecma_property_t* prop_p);
extern bool ecma_is_property_configurable (ecma_property_t* prop_p);
extern ecma_property_descriptor_t ecma_make_empty_property_descriptor (void);
#endif /* !JERRY_ECMA_HELPERS_H */