mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
LibJS: Remove Interpreter& argument to Function::construct()
This is no longer needed, we can get everything we need from the VM.
This commit is contained in:
@@ -81,7 +81,7 @@ Value ArrayConstructor::call()
|
||||
return array;
|
||||
}
|
||||
|
||||
Value ArrayConstructor::construct(Interpreter&, Function&)
|
||||
Value ArrayConstructor::construct(Function&)
|
||||
{
|
||||
return call();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user