1
Fork 0
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:
Timothy Flynn 2021-07-12 10:35:14 -04:00 committed by Linus Groh
parent d9c2447999
commit 1a3e1bff7b
4 changed files with 46 additions and 0 deletions

View file

@ -213,6 +213,7 @@ namespace JS {
P(isFinite) \
P(isFrozen) \
P(isInteger) \
P(isLockFree) \
P(isNaN) \
P(isPrototypeOf) \
P(isSafeInteger) \