Implement Object.getOwnPropertyDescriptor function

JerryScript-DCO-1.0-Signed-off-by: Kristof Kosztyo kkosztyo.u-szeged@partner.samsung.com
This commit is contained in:
Kristof Kosztyo
2015-05-18 13:47:18 +02:00
parent d6c9c5911e
commit fc309cae92
4 changed files with 141 additions and 2 deletions
+1
View File
@@ -290,6 +290,7 @@ extern void ecma_set_property_lcached (ecma_property_t *prop_p,
extern ecma_property_descriptor_t ecma_make_empty_property_descriptor (void);
extern void ecma_free_property_descriptor (ecma_property_descriptor_t *prop_desc_p);
extern ecma_property_descriptor_t ecma_get_property_descriptor_from_property (ecma_property_t *prop_p);
/* ecma-helpers-external-pointers.c */
extern bool