mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibJS: Rename Function => FunctionObject
This commit is contained in:
Notes:
sideshowbarker
2024-07-18 11:26:14 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/ba9d5c4d54d
@@ -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