Files
ladybird/Libraries/LibJS
Matthew Olsson 5e66f1900b LibJS: Add function default arguments
Adds the ability for function arguments to have default values. This
works for standard functions as well as arrow functions. Default values
are not printed in a <function>.toString() call, as nodes cannot print
their source string representation.
2020-05-03 00:44:57 +02:00
..
2020-05-03 00:44:57 +02:00
2020-05-03 00:44:57 +02:00
2020-05-02 11:41:35 +02:00
2020-05-02 11:41:35 +02:00
2020-04-14 12:54:09 +02:00
2020-05-03 00:44:57 +02:00