Files
ladybird/Userland/Libraries/LibJS/Runtime/Value.cpp
Idan Horowitz b041108a1e LibJS: Explicitly return and accept a Function* in species_constructor
The second argument (the default constructor) and the return value have
to be constructors (as a result functions), so we can require that
explicitly by using appropriate types.
2021-06-10 22:44:26 +01:00

50 KiB