LibJS: Convert is_extensible() to ThrowCompletionOr

This commit is contained in:
Linus Groh 2021-10-02 15:27:37 +01:00
commit 9b6c09e2c4
Notes: sideshowbarker 2024-07-18 03:07:45 +09:00
5 changed files with 22 additions and 48 deletions

View file

@ -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