mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-01 13:49:05 +00:00
LibJS: Convert reference deletion to ThrowCompletionOr
This commit is contained in:
parent
330ac1e5ad
commit
d73b258874
Notes:
sideshowbarker
2024-07-18 01:33:45 +09:00
Author: https://github.com/IdanHo
Commit: d73b258874
Pull-request: https://github.com/SerenityOS/serenity/pull/10765
Reviewed-by: https://github.com/linusg ✅
4 changed files with 10 additions and 14 deletions
|
@ -131,7 +131,7 @@ public:
|
|||
|
||||
void put_value(GlobalObject&, Value);
|
||||
Value get_value(GlobalObject&) const;
|
||||
bool delete_(GlobalObject&);
|
||||
ThrowCompletionOr<bool> delete_(GlobalObject&);
|
||||
|
||||
String to_string() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue