Files
ladybird/Libraries/LibJS/Tests
Matthew Olsson 107ca2e4ba LibJS: Add function call spreading
Adds support for the following syntax:

    myFunction(...x, ...[1, 2, 3], ...o.foo, ...'abcd')
2020-05-06 19:19:02 +02:00
..
2020-04-26 20:36:59 +02:00
2020-04-23 19:38:13 +02:00
2020-04-26 13:53:05 +02:00
2020-04-15 19:12:51 +02:00
2020-04-22 11:48:14 +02:00