mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 09:49:21 +00:00
LibJS: Implement Atomics.and
This commit is contained in:
parent
940875c9fd
commit
2d3af5c1b4
Notes:
sideshowbarker
2024-07-18 09:02:21 +09:00
Author: https://github.com/trflynn89
Commit: 2d3af5c1b4
Pull-request: https://github.com/SerenityOS/serenity/pull/8656
Reviewed-by: https://github.com/linusg ✅
4 changed files with 91 additions and 0 deletions
|
@ -20,6 +20,7 @@ public:
|
|||
|
||||
private:
|
||||
JS_DECLARE_NATIVE_FUNCTION(add);
|
||||
JS_DECLARE_NATIVE_FUNCTION(and_);
|
||||
JS_DECLARE_NATIVE_FUNCTION(load);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue