mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 07:41:01 +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
|
@ -30,7 +30,7 @@ public:
|
|||
VM& vm() { return m_vm; }
|
||||
VM const& vm() const { return m_vm; }
|
||||
|
||||
ThrowCompletionOr<Value> run(Script&);
|
||||
ThrowCompletionOr<Value> run(Script&, JS::GCPtr<Environment> lexical_environment_override = nullptr);
|
||||
ThrowCompletionOr<Value> run(SourceTextModule&);
|
||||
|
||||
ThrowCompletionOr<Value> run(Bytecode::Executable& executable, Optional<size_t> entry_point = {}, Value initial_accumulator_value = {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue