Files
ladybird/Userland/Libraries/LibJS/Runtime/Object.cpp
Linus Groh be0dcd465f LibJS: Fix return type of Object::create_method_property()
This doesn't return a completion in the spec as it doesn't need to
propagate any errors. It's also unused right now, which is probably why
no one noticed.
2023-03-11 17:32:07 +00:00

48 KiB