Péter Gál c8d15ddbf7
Date.protoype.toJSON should look for toISOString once (#3996)
The toJSON method should be searched on the `this` object
only once. In case of normal objects there were no problems
however when a Proxy object is used as the `this` argument
for the Date.prototype.toJSON method the Proxy's `get` method
was invoked twice.

JerryScript-DCO-1.0-Signed-off-by: Peter Gal pgal.usz@partner.samsung.com
2020-07-15 17:12:55 +02:00
..
2020-06-12 17:55:00 +02:00
2018-10-30 15:25:54 +01:00
2017-09-07 09:42:08 +09:00
2018-11-22 10:10:37 +01:00