mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
LibJS: Add parameter to delete_property since we need DeleteOrThrow
This commit is contained in:
Notes:
sideshowbarker
2024-07-18 11:39:38 +09:00
Author: https://github.com/davidot Commit: https://github.com/SerenityOS/serenity/commit/16b87b85e39 Pull-request: https://github.com/SerenityOS/serenity/pull/8191
@@ -99,7 +99,7 @@ public:
|
||||
|
||||
void define_properties(Value properties);
|
||||
|
||||
virtual bool delete_property(const PropertyName&);
|
||||
virtual bool delete_property(PropertyName const&, bool force_throw_exception = false);
|
||||
|
||||
virtual bool is_array() const { return false; }
|
||||
virtual bool is_function() const { return false; }
|
||||
|
||||
Reference in New Issue
Block a user