mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:47:45 +00:00
LibJS: Add ArrayBuffer
This commit is contained in:
parent
cf9da66b3e
commit
32571dfa53
14 changed files with 426 additions and 11 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue