mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:17:35 +00:00
LibJS: Stub out Atomics.notify
We don't have the facilities to implement this method 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
78edaad97d
commit
026363024f
4 changed files with 104 additions and 0 deletions
|
@ -387,6 +387,7 @@ namespace JS {
|
|||
P(next) \
|
||||
P(normalize) \
|
||||
P(notation) \
|
||||
P(notify) \
|
||||
P(now) \
|
||||
P(numberingSystem) \
|
||||
P(numeric) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue