diff options
author | Linus Groh <mail@linusgroh.de> | 2021-10-08 21:24:51 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-10-09 14:29:20 +0100 |
commit | fe5c2b7bb998ca4dcc15b10ca809210ae7465d3e (patch) | |
tree | 59bbe3988f284e952011b94c357e195e96657f45 /Userland/Libraries/LibJS/Runtime/Environment.cpp | |
parent | 53af66d57d0c40e81611fae4ebe665f8f390b168 (diff) | |
download | serenity-fe5c2b7bb998ca4dcc15b10ca809210ae7465d3e.zip |
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.
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/Environment.cpp')
0 files changed, 0 insertions, 0 deletions