mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 03:56:16 +00:00
LibJS: Implement Atomics.store
This commit is contained in:
parent
b6364ec899
commit
6211eb0f9a
Notes:
sideshowbarker
2024-07-18 09:02:07 +09:00
Author: https://github.com/trflynn89
Commit: 6211eb0f9a
Pull-request: https://github.com/SerenityOS/serenity/pull/8656
Reviewed-by: https://github.com/linusg ✅
4 changed files with 99 additions and 0 deletions
|
@ -23,6 +23,7 @@ private:
|
|||
JS_DECLARE_NATIVE_FUNCTION(and_);
|
||||
JS_DECLARE_NATIVE_FUNCTION(load);
|
||||
JS_DECLARE_NATIVE_FUNCTION(or_);
|
||||
JS_DECLARE_NATIVE_FUNCTION(store);
|
||||
JS_DECLARE_NATIVE_FUNCTION(sub);
|
||||
JS_DECLARE_NATIVE_FUNCTION(xor_);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue