Rewrite property get/put to not use ecma_op_object_get_own_property

JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
Zoltan Herczeg
2016-09-09 06:16:43 -07:00
parent 0bc7840c5f
commit d9979be2f6
6 changed files with 275 additions and 199 deletions
@@ -37,6 +37,9 @@ ecma_op_function_list_lazy_property_names (bool,
ecma_collection_header_t *,
ecma_collection_header_t *);
extern ecma_property_t *
ecma_op_function_try_lazy_instantiate_property (ecma_object_t *, ecma_string_t *);
extern ecma_object_t *
ecma_op_create_external_function_object (ecma_external_pointer_t);