mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-15 22:12:20 +00:00
LibJS: Rename Environment Records so they match the spec :^)
This patch makes the following name changes: - ScopeObject => EnvironmentRecord - LexicalEnvironment => DeclarativeEnvironmentRecord - WithScope => ObjectEnvironmentRecord
This commit is contained in:
parent
e9b4a0a830
commit
6c6dbcfc36
Notes:
sideshowbarker
2024-07-18 11:56:33 +09:00
Author: https://github.com/awesomekling
Commit: 6c6dbcfc36
35 changed files with 297 additions and 297 deletions
|
@ -22,7 +22,7 @@ public:
|
|||
|
||||
virtual Value construct(Function& new_target) override;
|
||||
|
||||
virtual LexicalEnvironment* create_environment() override;
|
||||
virtual DeclarativeEnvironmentRecord* create_environment_record() override;
|
||||
|
||||
virtual void visit_edges(Visitor&) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue