mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:27:44 +00:00
LibJS: Move [[HomeObject]] to ECMAScriptFunctionObject
This commit is contained in:
parent
06726d41ac
commit
136451c3af
6 changed files with 14 additions and 13 deletions
|
@ -88,7 +88,6 @@ void FunctionObject::visit_edges(Visitor& visitor)
|
|||
{
|
||||
Base::visit_edges(visitor);
|
||||
|
||||
visitor.visit(m_home_object);
|
||||
visitor.visit(m_bound_this);
|
||||
|
||||
for (auto argument : m_bound_arguments)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue