Files
ladybird/Libraries/LibJS/Runtime
Linus Groh 9f7a6e116a LibJS: Let Array.prototype.join() ignore additional arguments
I.e.

array.join("x", "y", "z") === array.join("x")

rather than

array.join("x", "y", "z") === array.join()
2020-05-22 17:43:44 +02:00
..
2020-05-21 22:56:18 +02:00
2020-04-23 09:47:23 +02:00
2020-05-08 20:06:49 +02:00
2020-05-17 16:21:33 +02:00
2020-05-18 17:57:28 +02:00
2020-05-18 17:57:28 +02:00
2020-05-21 22:56:18 +02:00
2020-05-17 18:05:15 +02:00
2020-04-28 15:07:08 +02:00
2020-05-21 22:56:18 +02:00
2020-05-07 23:05:55 +02:00
2020-05-17 18:05:15 +02:00
2020-05-17 18:05:15 +02:00
2020-05-17 18:05:15 +02:00
2020-05-17 18:05:15 +02:00
2020-05-17 18:05:15 +02:00
2020-05-21 22:56:18 +02:00
2020-05-21 22:56:18 +02:00