mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-04 02:08:53 +00:00
LibJS+LibWeb: Remove now-unused lexical environment override
In our current bytecode interpreter, this override cannot work anyways.
This commit is contained in:
parent
2e71e300ee
commit
7b3a3c2066
Notes:
github-actions[bot]
2024-10-30 07:55:28 +00:00
Author: https://github.com/trflynn89
Commit: 7b3a3c2066
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2040
4 changed files with 5 additions and 9 deletions
|
@ -33,7 +33,7 @@ public:
|
|||
No,
|
||||
Yes,
|
||||
};
|
||||
JS::Completion run(RethrowErrors = RethrowErrors::No, JS::GCPtr<JS::Environment> lexical_environment_override = {});
|
||||
JS::Completion run(RethrowErrors = RethrowErrors::No);
|
||||
|
||||
MutedErrors muted_errors() const { return m_muted_errors; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue