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