mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:07:45 +00:00
LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19]
This commit is contained in:
parent
a022e548b8
commit
275a7a0c0a
22 changed files with 222 additions and 205 deletions
|
@ -153,7 +153,7 @@ public:
|
|||
return running_execution_context().this_value;
|
||||
}
|
||||
|
||||
ThrowCompletionOr<Value> resolve_this_binding(GlobalObject&);
|
||||
ThrowCompletionOr<Value> resolve_this_binding();
|
||||
|
||||
StackInfo const& stack_info() const { return m_stack_info; };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue