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:
Timothy Flynn 2023-11-15 16:19:15 -05:00 committed by Tim Flynn
commit 026363024f
Notes: sideshowbarker 2024-07-17 02:42:21 +09:00
4 changed files with 104 additions and 0 deletions

View file

@ -387,6 +387,7 @@ namespace JS {
P(next) \
P(normalize) \
P(notation) \
P(notify) \
P(now) \
P(numberingSystem) \
P(numeric) \