mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibJS: Implement Object.getOwnPropertyDescriptors()
This commit is contained in:
parent
0f91883b17
commit
5e621e494f
Notes:
sideshowbarker
2024-07-18 10:16:40 +09:00
Author: https://github.com/IdanHo
Commit: 5e621e494f
Pull-request: https://github.com/SerenityOS/serenity/pull/8501
Reviewed-by: https://github.com/linusg
3 changed files with 37 additions and 0 deletions
|
@ -29,6 +29,7 @@ private:
|
|||
JS_DECLARE_NATIVE_FUNCTION(define_properties);
|
||||
JS_DECLARE_NATIVE_FUNCTION(is);
|
||||
JS_DECLARE_NATIVE_FUNCTION(get_own_property_descriptor);
|
||||
JS_DECLARE_NATIVE_FUNCTION(get_own_property_descriptors);
|
||||
JS_DECLARE_NATIVE_FUNCTION(get_own_property_names);
|
||||
JS_DECLARE_NATIVE_FUNCTION(get_own_property_symbols);
|
||||
JS_DECLARE_NATIVE_FUNCTION(get_prototype_of);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue