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:
parent
0a49a2db60
commit
3b59a4577d
3 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue