mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:37:35 +00:00
LibJS: Reduce use of Interpreter in LexicalEnvironment
This commit is contained in:
parent
1175ecf1dd
commit
3df604ad12
7 changed files with 22 additions and 22 deletions
|
@ -203,7 +203,7 @@ public:
|
|||
|
||||
String join_arguments() const;
|
||||
|
||||
Value resolve_this_binding() const;
|
||||
Value resolve_this_binding(GlobalObject&) const;
|
||||
const LexicalEnvironment* get_this_environment() const;
|
||||
Value get_new_target() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue