mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
LibJS: Replace boolean without_side_effects parameters with an enum
This commit is contained in:
parent
864beb0bd5
commit
dcb55db99b
Notes:
sideshowbarker
2024-07-18 12:07:43 +09:00
Author: https://github.com/IdanHo
Commit: dcb55db99b
Pull-request: https://github.com/SerenityOS/serenity/pull/8101
Reviewed-by: https://github.com/linusg
16 changed files with 56 additions and 51 deletions
|
@ -26,7 +26,7 @@ public:
|
|||
|
||||
virtual ~SheetGlobalObject() override;
|
||||
|
||||
virtual JS::Value get(const JS::PropertyName&, JS::Value receiver = {}, bool without_side_effects = false) const override;
|
||||
virtual JS::Value get(const JS::PropertyName&, JS::Value receiver = {}, JS::AllowSideEffects = JS::AllowSideEffects::Yes) const override;
|
||||
virtual bool put(const JS::PropertyName&, JS::Value value, JS::Value receiver = {}) override;
|
||||
virtual void initialize_global_object() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue