1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:07:35 +00:00

LibJS: Convert define_properties() to ThrowCompletionOr

This commit is contained in:
Linus Groh 2021-10-03 19:54:37 +01:00
parent 0a49a2db60
commit 3b59a4577d
3 changed files with 12 additions and 12 deletions

View file

@ -112,7 +112,7 @@ public:
// 20.1 Object Objects, https://tc39.es/ecma262/#sec-object-objects
Object* define_properties(Value properties);
ThrowCompletionOr<Object*> define_properties(Value properties);
// Implementation-specific storage abstractions