mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:07:45 +00:00
LibJS: Remove unused ExecutionContext::arguments_object
This commit is contained in:
parent
f8354c5503
commit
0cb4d48283
2 changed files with 0 additions and 2 deletions
|
@ -30,7 +30,6 @@ struct ExecutionContext {
|
|||
FlyString function_name;
|
||||
Value this_value;
|
||||
MarkedValueList arguments;
|
||||
Object* arguments_object { nullptr };
|
||||
bool is_strict_mode { false };
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue