Files
ladybird/Userland/Libraries/LibJS/Runtime
Idan Horowitz 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors
This makes the implicit run-time assertion in PropertyName::to_string()
into an explicit compile-time requirement, removes a wasteful FlyString
-> PropertyName -> FlyString construction from NativeFunction::create()
and allows setting the function name to a null string for anonymous
native functions.
2021-06-28 08:55:14 +01:00
..
2021-06-13 00:33:18 +01:00
2021-06-05 14:56:58 +01:00
2021-06-27 22:40:49 +02:00
2021-06-27 22:40:49 +02:00