mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
If the prototype of a fast array is changed, for example to a Proxy object, the array should be converted back to a normal array. This is required to correctly handle any [[Get]]/[[Set]]/etc... calls which should trigger these method calls on the before mentioned Proxy object. JerryScript-DCO-1.0-Signed-off-by: Peter Gal pgal.usz@partner.samsung.com