mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibJS: Rename ObjectConstructor::{define_property_ => define_property}
As the non-standard helper define_property is now removed, this doesnt clash with it anymore.
This commit is contained in:
parent
148679d1b5
commit
0f91883b17
Notes:
sideshowbarker
2024-07-18 10:16:44 +09:00
Author: https://github.com/IdanHo
Commit: 0f91883b17
Pull-request: https://github.com/SerenityOS/serenity/pull/8501
Reviewed-by: https://github.com/linusg
2 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ public:
|
|||
private:
|
||||
virtual bool has_constructor() const override { return true; }
|
||||
|
||||
JS_DECLARE_NATIVE_FUNCTION(define_property_);
|
||||
JS_DECLARE_NATIVE_FUNCTION(define_property);
|
||||
JS_DECLARE_NATIVE_FUNCTION(define_properties);
|
||||
JS_DECLARE_NATIVE_FUNCTION(is);
|
||||
JS_DECLARE_NATIVE_FUNCTION(get_own_property_descriptor);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue