mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:37:36 +00:00
LibJS: Stub out Atomics.wait and Atomics.waitAsync
We don't have the facilities to implement these methods fully (namely, a fully realized SharedArrayBuffer). But we can implement enough to validate the values passed in by the user.
This commit is contained in:
parent
a7073c3f1f
commit
78edaad97d
6 changed files with 241 additions and 0 deletions
|
@ -575,6 +575,8 @@ namespace JS {
|
|||
P(value) \
|
||||
P(valueOf) \
|
||||
P(values) \
|
||||
P(wait) \
|
||||
P(waitAsync) \
|
||||
P(warn) \
|
||||
P(weekOfYear) \
|
||||
P(weekday) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue