mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-01 11:57:19 +02:00
LibJS: Rename Function => FunctionObject
This commit is contained in:
@@ -28,7 +28,7 @@ JS::Value WebAssemblyMemoryConstructor::call()
|
||||
return {};
|
||||
}
|
||||
|
||||
JS::Value WebAssemblyMemoryConstructor::construct(Function&)
|
||||
JS::Value WebAssemblyMemoryConstructor::construct(FunctionObject&)
|
||||
{
|
||||
auto& vm = this->vm();
|
||||
auto& global_object = this->global_object();
|
||||
|
||||
Reference in New Issue
Block a user