mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Since ES6 Object.prototype.toLocaleString() shouldn't call ToObject() and Array.prototype.toLocaleString() shouldn't call ToObject() for each element. References: - https://www.ecma-international.org/ecma-262/11.0/index.html#sec-array.prototype.tolocalestring - https://www.ecma-international.org/ecma-262/11.0/index.html#sec-object.prototype.tolocalestring JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác oszi@inf.u-szeged.hu