mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
LibJS: Delete unused member in FunctionParameter AST node
This commit is contained in:
parent
ad62af3d82
commit
20c6c4e359
Notes:
github-actions[bot]
2025-04-22 08:54:54 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 20c6c4e359
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4422
1 changed files with 0 additions and 1 deletions
|
@ -702,7 +702,6 @@ struct FunctionParameter {
|
|||
Variant<NonnullRefPtr<Identifier const>, NonnullRefPtr<BindingPattern const>> binding;
|
||||
RefPtr<Expression const> default_value;
|
||||
bool is_rest { false };
|
||||
GC::Root<Bytecode::Executable> bytecode_executable {};
|
||||
};
|
||||
|
||||
class FunctionParameters : public RefCounted<FunctionParameters> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue