mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Removed the enumerable option when listing properties to prevent an extra [[GetOwnProperty]] function call for Proxy objects. In this case all the property names are collected, but the Object.assign() implementation has already taken care of the enumerable property filtering. JerryScript-DCO-1.0-Signed-off-by: Roland Takacs rtakacs@inf.u-szeged.hu