mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:17:35 +00:00
LibJS: Implement the NewDeclarativeEnvironment() abstract operation
This commit is contained in:
parent
c6baeca6d7
commit
d8e9a176cd
4 changed files with 16 additions and 0 deletions
|
@ -32,6 +32,7 @@ public:
|
|||
|
||||
DeclarativeEnvironmentRecord();
|
||||
DeclarativeEnvironmentRecord(EnvironmentRecordType);
|
||||
explicit DeclarativeEnvironmentRecord(EnvironmentRecord* parent_scope);
|
||||
DeclarativeEnvironmentRecord(HashMap<FlyString, Variable> variables, EnvironmentRecord* parent_scope);
|
||||
DeclarativeEnvironmentRecord(HashMap<FlyString, Variable> variables, EnvironmentRecord* parent_scope, EnvironmentRecordType);
|
||||
virtual ~DeclarativeEnvironmentRecord() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue