Files
ladybird/Userland/Libraries/LibJS
Linus Groh fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject
Now that only ECMAScriptFunctionObject uses this, we can remove the
FunctionObject::new_function_environment() pure virtual method and just
implement it as a standalone AO with an ECMAScriptFunctionObject
parameter, next to the other NewFooEnvironment AOs.
2021-10-09 14:29:20 +01:00
..
2021-10-08 19:56:02 +03:30
2021-10-06 23:52:40 +01:00