mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibJS: Implement Object.create()
This commit is contained in:
parent
da8a35a79e
commit
9cd010167a
Notes:
sideshowbarker
2024-07-18 20:34:58 +09:00
Author: https://github.com/linusg
Commit: 9cd010167a
Pull-request: https://github.com/SerenityOS/serenity/pull/6218
Reviewed-by: https://github.com/Lubrsi
4 changed files with 87 additions and 0 deletions
|
@ -61,6 +61,7 @@ private:
|
|||
JS_DECLARE_NATIVE_FUNCTION(keys);
|
||||
JS_DECLARE_NATIVE_FUNCTION(values);
|
||||
JS_DECLARE_NATIVE_FUNCTION(entries);
|
||||
JS_DECLARE_NATIVE_FUNCTION(create);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue