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
@@ -277,7 +277,7 @@ ecma_op_function_list_lazy_property_names (bool separate_enumerable, /**< true -
* @return pointer to newly instantiated property, if a property was instantiated,
* NULL - otherwise
*/
static ecma_property_t *
ecma_property_t *
ecma_op_function_try_lazy_instantiate_property (ecma_object_t *obj_p, /**< the function object */
ecma_string_t *property_name_p) /**< property name */
{