mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:17:35 +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
35 changed files with 297 additions and 297 deletions
|
@ -131,7 +131,7 @@ class HandleImpl;
|
|||
class Heap;
|
||||
class HeapBlock;
|
||||
class Interpreter;
|
||||
class LexicalEnvironment;
|
||||
class DeclarativeEnvironmentRecord;
|
||||
class MarkedValueList;
|
||||
class NativeFunction;
|
||||
class NativeProperty;
|
||||
|
@ -142,7 +142,7 @@ class PromiseResolveThenableJob;
|
|||
class PropertyName;
|
||||
class Reference;
|
||||
class ScopeNode;
|
||||
class ScopeObject;
|
||||
class EnvironmentRecord;
|
||||
class Shape;
|
||||
class Statement;
|
||||
class StringOrSymbol;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue