mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
LibJS: Begin implementing Atomics
This adds the Atomics object to the global object and sets up only its @@toStringTag property.
This commit is contained in:
parent
df75c35d5b
commit
a61723ec59
6 changed files with 57 additions and 0 deletions
|
@ -17,6 +17,7 @@ namespace JS {
|
|||
P(__defineSetter__) \
|
||||
P(__lookupGetter__) \
|
||||
P(__lookupSetter__) \
|
||||
P(Atomics) \
|
||||
P(BYTES_PER_ELEMENT) \
|
||||
P(BigInt) \
|
||||
P(Boolean) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue