1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:14:58 +00:00

LibJS: Implement and test getters added by resizable ArrayBuffer

This commit is contained in:
ForLoveOfCats 2022-03-02 11:45:26 -05:00 committed by Linus Groh
parent e01ee4e30b
commit b29e19c52a
6 changed files with 113 additions and 0 deletions

View file

@ -380,6 +380,7 @@ namespace JS {
P(reject) \
P(relativeTo) \
P(repeat) \
P(resizable) \
P(resolve) \
P(resolvedOptions) \
P(reverse) \