mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 20:16:02 +00:00
LibJS: Implement Atomics.exchange
This commit is contained in:
parent
7236584132
commit
655ffce64d
Notes:
sideshowbarker
2024-07-18 09:01:13 +09:00
Author: https://github.com/trflynn89
Commit: 655ffce64d
Pull-request: https://github.com/SerenityOS/serenity/pull/8752
Reviewed-by: https://github.com/linusg ✅
4 changed files with 95 additions and 0 deletions
|
@ -21,6 +21,7 @@ public:
|
|||
private:
|
||||
JS_DECLARE_NATIVE_FUNCTION(add);
|
||||
JS_DECLARE_NATIVE_FUNCTION(and_);
|
||||
JS_DECLARE_NATIVE_FUNCTION(exchange);
|
||||
JS_DECLARE_NATIVE_FUNCTION(load);
|
||||
JS_DECLARE_NATIVE_FUNCTION(or_);
|
||||
JS_DECLARE_NATIVE_FUNCTION(store);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue