mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:17:35 +00:00
LibJS: Implement Atomics.isLockFree
This commit is contained in:
parent
d9c2447999
commit
1a3e1bff7b
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