mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
Revert "LibJS+LibWeb: Remove now-unused lexical environment override"
This reverts commit d39f6975f9
.
This commit is contained in:
parent
b09b23a162
commit
d40b7d67b1
Notes:
github-actions[bot]
2024-11-06 13:43:32 +00:00
Author: https://github.com/trflynn89
Commit: d40b7d67b1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2082
Reviewed-by: https://github.com/awesomekling
4 changed files with 9 additions and 5 deletions
|
@ -33,7 +33,7 @@ public:
|
|||
No,
|
||||
Yes,
|
||||
};
|
||||
JS::Completion run(RethrowErrors = RethrowErrors::No);
|
||||
JS::Completion run(RethrowErrors = RethrowErrors::No, JS::GCPtr<JS::Environment> lexical_environment_override = {});
|
||||
|
||||
MutedErrors muted_errors() const { return m_muted_errors; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue