1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:07:45 +00:00

LibJS: Implement and test ArrayBuffer.prototype.resize

This commit is contained in:
ForLoveOfCats 2022-03-02 11:24:46 -05:00 committed by Linus Groh
parent b29e19c52a
commit f350c153e8
7 changed files with 118 additions and 0 deletions

View file

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