mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 19:16:02 +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
|
@ -213,6 +213,7 @@ namespace JS {
|
|||
P(isFinite) \
|
||||
P(isFrozen) \
|
||||
P(isInteger) \
|
||||
P(isLockFree) \
|
||||
P(isNaN) \
|
||||
P(isPrototypeOf) \
|
||||
P(isSafeInteger) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue