mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:17:35 +00:00
LibJS: Convert is_extensible() to ThrowCompletionOr
This commit is contained in:
parent
fa2ac5b759
commit
9b6c09e2c4
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