mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-29 05:38:24 +00:00
LibJS: Implement Atomics.isLockFree
This commit is contained in:
parent
d9c2447999
commit
1a3e1bff7b
Notes:
sideshowbarker
2024-07-18 09:01:02 +09:00
Author: https://github.com/trflynn89
Commit: 1a3e1bff7b
Pull-request: https://github.com/SerenityOS/serenity/pull/8752
Reviewed-by: https://github.com/linusg ✅
4 changed files with 46 additions and 0 deletions
|
@ -23,6 +23,7 @@ private:
|
|||
JS_DECLARE_NATIVE_FUNCTION(and_);
|
||||
JS_DECLARE_NATIVE_FUNCTION(compare_exchange);
|
||||
JS_DECLARE_NATIVE_FUNCTION(exchange);
|
||||
JS_DECLARE_NATIVE_FUNCTION(is_lock_free);
|
||||
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