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:
+1
-1
@@ -85,7 +85,7 @@ vm_op_get_value (ecma_value_t object, /**< base object */
|
||||
}
|
||||
|
||||
/* There is no need to free the name. */
|
||||
return ecma_op_get_value_object_base (object, property_name_p);
|
||||
return ecma_op_object_get (ecma_get_object_from_value (object), property_name_p);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user