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

LibJS: Add ArrayBuffer

This commit is contained in:
Linus Groh 2020-12-02 20:49:31 +00:00 committed by Andreas Kling
parent cf9da66b3e
commit 32571dfa53
14 changed files with 426 additions and 11 deletions

View file

@ -67,6 +67,7 @@ namespace JS {
P(asinh) \
P(atanh) \
P(bind) \
P(byteLength) \
P(call) \
P(cbrt) \
P(ceil) \
@ -144,6 +145,7 @@ namespace JS {
P(isInteger) \
P(isNaN) \
P(isSafeInteger) \
P(isView) \
P(join) \
P(keyFor) \
P(keys) \