mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 11:06:10 +00:00
LibJS: Convert is_extensible() to ThrowCompletionOr
This commit is contained in:
parent
fa2ac5b759
commit
9b6c09e2c4
Notes:
sideshowbarker
2024-07-18 03:07:45 +09:00
Author: https://github.com/linusg
Commit: 9b6c09e2c4
Pull-request: https://github.com/SerenityOS/serenity/pull/10327
Reviewed-by: https://github.com/IdanHo ✅
5 changed files with 22 additions and 48 deletions
|
@ -71,7 +71,7 @@ public:
|
|||
|
||||
// 7.2 Testing and Comparison Operations, https://tc39.es/ecma262/#sec-testing-and-comparison-operations
|
||||
|
||||
bool is_extensible() const;
|
||||
ThrowCompletionOr<bool> is_extensible() const;
|
||||
|
||||
// 7.3 Operations on Objects, https://tc39.es/ecma262/#sec-operations-on-objects
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue