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